<div dir="ltr"><div>I&#39;ve been following keycloak guide, but I&#39;m facing the below exception.</div><div>I&#39;m trying to secure a WAR that is inside of an EAR, I&#39;ve tried to add below two dependencies in my pom.xml.</div><div>What am I missing?<br></div><div><br></div><div><b>Wildfly version: </b>10.0.0.Final</div><div><b>Keycloak version: </b>1.9.0.CR1</div><div><br></div><div><b>Dependencies (tried in EAR and in WAR, no luck):</b></div><div><br></div><div><div>&lt;dependency&gt;</div><div>    &lt;groupId&gt;org.keycloak&lt;/groupId&gt;</div><div>    &lt;artifactId&gt;keycloak-core&lt;/artifactId&gt;</div><div>    &lt;version&gt;1.9.0.CR1&lt;/version&gt;</div><div>    &lt;scope&gt;provided&lt;/scope&gt;</div><div>&lt;/dependency&gt;</div><div>&lt;dependency&gt;</div><div>    &lt;groupId&gt;org.keycloak&lt;/groupId&gt;</div><div>    &lt;artifactId&gt;keycloak-adapter-core&lt;/artifactId&gt;</div><div>    &lt;version&gt;1.9.0.CR1&lt;/version&gt;</div><div>    &lt;scope&gt;provided&lt;/scope&gt;</div><div>&lt;/dependency&gt;</div></div><div><b><br></b></div><div><b>Subsystem configuration:</b></div><div><b><br></b></div><div><div style="">&lt;subsystem xmlns=&quot;urn:jboss:domain:keycloak:1.1&quot;&gt;</div><div style="">    &lt;secure-deployment name=&quot;Test-web-1.0-SNAPSHOT.war&quot;&gt;</div><div style="">        &lt;realm&gt;TestRealm&lt;/realm&gt;</div><div style="">        &lt;resource&gt;test-resource&lt;/resource&gt;</div><div style="">        &lt;realm-public-key&gt;MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmpxbZQMAf2NPcWCbdVWfu3JKEZ5PHuL+a5JTzyuln/wXpfhGPyCDS8rYDj2tf5lA8WQYoV8M5ip3DbCdL43wsW8/oJM/UOKn7mwy2x0OdW40bw1c8b1D6FveliIXwtovyw0EGCFn67qLdtHPLAlVvv5UXPIPFCakzdx1xS/6zgZ1uF2fzwLZpLh21M9XYNHQk6ui047+13Uf5H5yYQNLin8WluZ4JLfO8teVV9ARTqezVoZ5/+SNH4Mw+N1i7sGr13mzl51XvpFmm10Yx0dNiuy+WPA9xv1eNWcWgQWXxCEzDBenn59pmZ9JnTpoOqvZknmBGqyQPDqN9tJIWnWZKQIDAQAB&lt;/realm-public-key&gt;</div><div style="">        &lt;auth-server-url&gt;<a href="http://localhost:8082/auth">http://localhost:8082/auth</a>&lt;/auth-server-url&gt;</div><div style="">        &lt;ssl-required&gt;none&lt;/ssl-required&gt;</div><div style="">        &lt;credential name=&quot;secret&quot;&gt;password&lt;/credential&gt;</div><div style="">    &lt;/secure-deployment&gt;</div><div style="">&lt;/subsystem&gt;</div></div><div style=""><br></div><div style=""><b>Exception</b></div><div><br></div><div><br></div><div><div>8:13:18,779 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit.&quot;Test-ear.ear&quot;.DEPENDENCIES: org.jboss.msc.service.StartException in service jboss.deployment.unit.&quot;Test-ear.ear&quot;.DEPENDENCIES: WFLYSRV0153: Failed to process phase DEPENDENCIES of deployment &quot;Test-ear.ear&quot;</div><div><span class="" style="white-space:pre">        </span>at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)</div><div><span class="" style="white-space:pre">        </span>at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)</div><div><span class="" style="white-space:pre">        </span>at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)</div><div><span class="" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div><div><span class="" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div><div><span class="" style="white-space:pre">        </span>at java.lang.Thread.run(Thread.java:745)</div><div>Caused by: java.lang.NullPointerException</div><div><span class="" style="white-space:pre">        </span>at org.keycloak.subsystem.adapter.extension.KeycloakDependencyProcessor.deploy(KeycloakDependencyProcessor.java:52)</div><div><span class="" style="white-space:pre">        </span>at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)</div><div><span class="" style="white-space:pre">        </span>... 5 more</div><div><br></div><div>18:13:18,784 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation (&quot;deploy&quot;) failed - address: ([(&quot;deployment&quot; =&gt; &quot;Test-ear.ear&quot;)]) - failure description: {&quot;WFLYCTL0080: Failed services&quot; =&gt; {&quot;jboss.deployment.unit.\&quot;Test-ear.ear\&quot;.DEPENDENCIES&quot; =&gt; &quot;org.jboss.msc.service.StartException in service jboss.deployment.unit.\&quot;Test-ear.ear\&quot;.DEPENDENCIES: WFLYSRV0153: Failed to process phase DEPENDENCIES of deployment \&quot;Test-ear.ear\&quot;</div><div>    Caused by: java.lang.NullPointerException&quot;}}</div><div>18:13:18,786 ERROR [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0021: Deploy of deployment &quot;Test-ear.ear&quot; was rolled back with the following failure message: </div><div>{&quot;WFLYCTL0080: Failed services&quot; =&gt; {&quot;jboss.deployment.unit.\&quot;Test-ear.ear\&quot;.DEPENDENCIES&quot; =&gt; &quot;org.jboss.msc.service.StartException in service jboss.deployment.unit.\&quot;Test-ear.ear\&quot;.DEPENDENCIES: WFLYSRV0153: Failed to process phase DEPENDENCIES of deployment \&quot;Test-ear.ear\&quot;</div><div>    Caused by: java.lang.NullPointerException&quot;}}</div></div><br clear="all"><div><div class="gmail_signature">Renann Prado</div></div>
</div>