<div dir="ltr">Looks like you&#39;re probably upgrading from an old version and you&#39;re keycloak-server.json file needs updating. Please look at the migration docs for full details or compare with the keycloak-server.json included. At least &#39;realmCache&#39; and &#39;userCache&#39; is wrong. Should just be &#39;default&#39;. </div><div class="gmail_extra"><br><div class="gmail_quote">On 15 September 2016 at 11:56, Aman Jaiswal <span dir="ltr">&lt;<a href="mailto:aman.jaiswal@arvindinternet.com" target="_blank">aman.jaiswal@arvindinternet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>According to the error I think I have to add infinispan jar file in providers folder but I don&#39;t know that I am right or not, and there are many jar file regarding this .</div><div>My keycloak-server.json file is given below:</div><div><br></div><div><div>{</div><div>    &quot;providers&quot;: [</div><div>        &quot;classpath:${jboss.server.<wbr>config.dir}/providers/*&quot;</div><div>    ],</div><div><br></div><div>    &quot;admin&quot;: {</div><div>        &quot;realm&quot;: &quot;master&quot;</div><div>    },</div><div><br></div><div>    &quot;eventsStore&quot;: {</div><div>        &quot;provider&quot;: &quot;jpa&quot;,</div><div>        &quot;jpa&quot;: {</div><div>            &quot;exclude-events&quot;: [ &quot;REFRESH_TOKEN&quot; ]</div><div>        }</div><div>    },</div><div><br></div><div>    &quot;realm&quot;: {</div><div>        &quot;provider&quot;: &quot;jpa&quot;</div><div>    },</div><div><br></div><div>    &quot;user&quot;: {</div><div>        &quot;provider&quot;: &quot;jpa&quot;</div><div>    },</div><div>        </div><div>    &quot;realmCache&quot;: {</div><div>        &quot;provider&quot;: &quot;infinispan&quot;</div><div>    },</div><div><br></div><div>    &quot;userCache&quot;: {</div><div>        &quot;provider&quot;: &quot;infinispan&quot;</div><div>    },</div><div><br></div><div>    &quot;userSessions&quot;: {</div><div>        &quot;provider&quot;: &quot;infinispan&quot;</div><div>    },</div><div><br></div><div>    &quot;timer&quot;: {</div><div>        &quot;provider&quot;: &quot;basic&quot;</div><div>    },</div><div><br></div><div>    &quot;theme&quot;: {</div><div>        &quot;default&quot;: &quot;keycloak&quot;,</div><div>        &quot;staticMaxAge&quot;: 2592000,</div><div>        &quot;cacheTemplates&quot;: true,</div><div>        &quot;cacheThemes&quot;: true,</div><div>        &quot;folder&quot;: {</div><div>          &quot;dir&quot;: &quot;${jboss.server.config.dir}/<wbr>themes&quot;</div><div>        }</div><div>    },</div><div><br></div><div>    &quot;scheduled&quot;: {</div><div>        &quot;interval&quot;: 900</div><div>    },</div><div><br></div><div>    &quot;connectionsHttpClient&quot;: {</div><div>        &quot;default&quot;: {</div><div>            &quot;disable-trust-manager&quot;: true</div><div>        }</div><div>    },</div><div><br></div><div>    &quot;connectionsJpa&quot;: {</div><div>        &quot;default&quot;: {</div><div>            &quot;dataSource&quot;: &quot;java:jboss/datasources/<wbr>KeycloakDS&quot;,</div><div>            &quot;databaseSchema&quot;: &quot;update&quot;</div><div>        }</div><div>    },</div><div><br></div><div>    &quot;connectionsInfinispan&quot;: {</div><div>        &quot;default&quot; : {</div><div>            &quot;cacheContainer&quot; : &quot;java:jboss/infinispan/<wbr>Keycloak&quot;</div><div>        }</div><div>    }</div><div>}</div></div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Wed, Sep 14, 2016 at 10:20 PM, Aman Jaiswal <span dir="ltr">&lt;<a href="mailto:aman.jaiswal@arvindinternet.com" target="_blank">aman.jaiswal@arvindinternet.<wbr>com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">Hi I am geting follwoing error when trying to integrate infinispan with keycloak <br></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"> /home/ubuntu/keycloak/keycloa<wbr>k-2.1.0.Final/bin/standalone.<wbr>sh --server-config=standalone-ha.<wbr>xml -b=$ip -Djava.net.preferIPv4Stack=tru<wbr>e -Djboss.default.jgroups.stack=<wbr>s3 -Djgroups.s3.bucket=keycloak-d<wbr>ev -Djgroups.s3.access_key=AKIAJL<wbr>ZZOFCWT37CYAXQ -Djgroups.s3.secret_access_key<wbr>=N4iy7/K3hzqaCzIwhVYKXui8oFFHo<wbr>utkFz3Sf/yl -Djgroups.management.address=$<wbr>ipkeycloakdevadmin<br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">==============================<wbr>==============================<wbr>=============</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">  JBoss Bootstrap Environment</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">  JBOSS_HOME: /home/ubuntu/keycloak/keycloak<wbr>-2.1.0.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">  JAVA: java</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">  JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=tru<wbr>e -Djboss.modules.system.pkgs=or<wbr>g.jboss.byteman -Djava.awt.headless=true</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">==============================<wbr>==============================<wbr>=============</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:16:59,292 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:16:59,556 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:16:59,648 INFO  [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (MSC service thread 1-3) WFLYSRV0049: Keycloak 2.1.0.Final (WildFly Core 2.0.10.Final) starting</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,235 INFO  [org.jboss.as.controller.mana<wbr>gement-deprecated] (ServerService Thread Pool -- 16) WFLYCTL0028: Attribute &#39;default-stack&#39; in the resource at address &#39;/subsystem=jgroups&#39; is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,618 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,647 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.4.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,674 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.4.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,740 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.18.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,786 INFO  [org.jboss.as.connector.subsy<wbr>stems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,792 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 39) WFLYCLINF0001: Activating Infinispan subsystem.</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,794 INFO  [<a href="http://org.wildfly.extension.io" target="_blank">org.wildfly.extension.io</a>] (ServerService Thread Pool -- 38) WFLYIO001: Worker &#39;default&#39; has auto-configured to 4 core threads with 32 task threads based on your 2 available processors</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,811 INFO  [org.jboss.as.connector.subsy<wbr>stems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,846 INFO  [org.jboss.as.clustering.jgro<wbr>ups] (ServerService Thread Pool -- 43) WFLYCLJG0001: Activating JGroups subsystem.</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,875 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 46) WFLYJSF0007: Activated the following JSF Implementations: [main]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,901 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,907 INFO  [org.jboss.as.connector.deplo<wbr>yers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = mysql</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,908 INFO  [org.jboss.as.connector.deplo<wbr>yers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:01,912 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 49) WFLYNAM0001: Activating Naming Subsystem</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,026 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 56) WFLYSEC0002: Activating Security Subsystem</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,050 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 59) WFLYWS0002: Activating WebServices Extension</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,066 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.4.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,072 INFO  [org.wildfly.extension.undert<wbr>ow] (ServerService Thread Pool -- 58) WFLYUT0003: Undertow 1.3.15.Final starting</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,078 INFO  [org.wildfly.extension.undert<wbr>ow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.3.15.Final starting</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,112 INFO  [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,113 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,394 INFO  [org.wildfly.extension.undert<wbr>ow] (ServerService Thread Pool -- 58) WFLYUT0014: Creating file handler for path &#39;/home/ubuntu/keycloak/keycloa<wbr>k-2.1.0.Final/welcome-content&#39; with options [directory-listing: &#39;false&#39;, follow-symlink: &#39;false&#39;, case-sensitive: &#39;true&#39;, safe-symlink-paths: &#39;[]&#39;]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,404 INFO  [org.wildfly.extension.undert<wbr>ow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,442 INFO  [org.wildfly.extension.undert<wbr>ow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,515 INFO  [org.wildfly.extension.undert<wbr>ow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on <a href="http://10.1.3.93:8080" target="_blank">10.1.3.93:8080</a></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,523 INFO  [org.wildfly.extension.undert<wbr>ow] (MSC service thread 1-1) WFLYUT0006: Undertow AJP listener ajp listening on <a href="http://10.1.3.93:8009" target="_blank">10.1.3.93:8009</a></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,527 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 62) MODCLUSTER000001: Initializing mod_cluster version 1.3.1.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:02,542 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 62) MODCLUSTER000032: Listening to proxy advertisements on /<a href="http://224.0.1.105:23364" target="_blank">224.0.1.105:23364</a></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:03,071 INFO  [org.jboss.as.connector.subsy<wbr>stems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/Keyclo<wbr>akDS]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:03,304 INFO  [org.jboss.as.server.deployme<wbr>nt] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of &quot;keycloak-server.war&quot; (runtime-name: &quot;keycloak-server.war&quot;)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:03,627 INFO  [org.jboss.ws.common.manageme<wbr>nt] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4) </p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,079 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-4) ISPN000078: Starting JGroups channel keycloak</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,080 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-1) ISPN000078: Starting JGroups channel server</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,081 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-3) ISPN000078: Starting JGroups channel hibernate</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,081 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-2) ISPN000078: Starting JGroups channel web</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,096 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel keycloak: [ip-10-1-3-93|0] (1) [ip-10-1-3-93]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,096 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel server: [ip-10-1-3-93|0] (1) [ip-10-1-3-93]<br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,096 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel hibernate: [ip-10-1-3-93|0] (1) [ip-10-1-3-93]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,098 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel web: [ip-10-1-3-93|0] (1) [ip-10-1-3-93]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,101 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-3) ISPN000079: Channel hibernate local address is ip-10-1-3-93, physical addresses are [<a href="http://10.1.3.93:55200" target="_blank">10.1.3.93:55200</a>]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,102 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-1) ISPN000079: Channel server local address is ip-10-1-3-93, physical addresses are [<a href="http://10.1.3.93:55200" target="_blank">10.1.3.93:55200</a>]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,105 INFO  [org.infinispan.factories.Glo<wbr>balComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan &#39;Mahou&#39; 8.1.0.Final</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,108 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-2) ISPN000079: Channel web local address is ip-10-1-3-93, physical addresses are [<a href="http://10.1.3.93:55200" target="_blank">10.1.3.93:55200</a>]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,108 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-4) ISPN000079: Channel keycloak local address is ip-10-1-3-93, physical addresses are [<a href="http://10.1.3.93:55200" target="_blank">10.1.3.93:55200</a>]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,147 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,150 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [ip-10-1-3-93|0] (1) [ip-10-1-3-93]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,150 INFO  [org.infinispan.remoting.tran<wbr>sport.jgroups.JGroupsTransport<wbr>] (MSC service thread 1-3) ISPN000079: Channel ejb local address is ip-10-1-3-93, physical addresses are [<a href="http://10.1.3.93:55200" target="_blank">10.1.3.93:55200</a>]</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,473 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 67) WFLYCLINF0002: Started work cache from keycloak container</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,482 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 65) WFLYCLINF0002: Started realms cache from keycloak container</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,487 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 64) WFLYCLINF0002: Started offlineSessions cache from keycloak container</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,491 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started loginFailures cache from keycloak container<br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,492 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 63) WFLYCLINF0002: Started sessions cache from keycloak container</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:08,494 INFO  [org.jboss.as.clustering.infi<wbr>nispan] (ServerService Thread Pool -- 62) WFLYCLINF0002: Started users cache from keycloak container</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:09,206 INFO  [org.keycloak.services] (ServerService Thread Pool -- 66) KC-SERVICES0001: Loading config from /home/ubuntu/keycloak/keycloak<wbr>-2.1.0.Final/standalone/<wbr>configuration/keycloak-server.<wbr>json</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">16:17:09,477 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 66) MSC000001: Failed to start service jboss.undertow.deployment.defa<wbr>ult-server.default-host./auth: org.jboss.msc.service.StartExc<wbr>eption in service jboss.undertow.deployment.defa<wbr>ult-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resource<wbr>s.KeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.Dispatcher<wbr>)</span><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.wildfly.extension.undertow<wbr>.deployment.UndertowDeployment<wbr>Service$1.run(<wbr>UndertowDeploymentService.java<wbr>:85)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at java.util.concurrent.Executors<wbr>$RunnableAdapter.call(<wbr>Executors.java:511)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at java.util.concurrent.FutureTas<wbr>k.run(FutureTask.java:266)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at java.util.concurrent.ThreadPoo<wbr>lExecutor.runWorker(ThreadPool<wbr>Executor.java:1142)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at java.util.concurrent.ThreadPoo<wbr>lExecutor$Worker.run(ThreadPoo<wbr>lExecutor.java:617)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at java.lang.Thread.run(Thread.ja<wbr>va:745)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.threads.JBossThread.<wbr>run(JBossThread.java:320)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resource<wbr>s.KeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.Dispatcher<wbr>)</span><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.core.Constr<wbr>uctorInjectorImpl.construct(Co<wbr>nstructorInjectorImpl.java:162<wbr>)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.spi.Resteas<wbr>yProviderFactory.createProvide<wbr>rInstance(ResteasyProviderFact<wbr>ory.java:2209)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.spi.Resteas<wbr>yDeployment.createApplication(<wbr>ResteasyDeployment.java:299)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.spi.Resteas<wbr>yDeployment.start(ResteasyDepl<wbr>oyment.java:240)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.plugins.ser<wbr>ver.servlet.ServletContainerDi<wbr>spatcher.init(ServletContainer<wbr>Dispatcher.java:113)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.plugins.ser<wbr>ver.servlet.HttpServletDispatc<wbr>her.init(HttpServletDispatcher<wbr>.java:36)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at io.undertow.servlet.core.Lifec<wbr>yleInterceptorInvocation.proce<wbr>ed(LifecyleInterceptorInvocati<wbr>on.java:117)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.wildfly.extension.undertow<wbr>.security.RunAsLifecycleInterc<wbr>eptor.init(RunAsLifecycleInter<wbr>ceptor.java:78)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at io.undertow.servlet.core.Lifec<wbr>yleInterceptorInvocation.proce<wbr>ed(LifecyleInterceptorInvocati<wbr>on.java:103)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at io.undertow.servlet.core.Manag<wbr>edServlet$DefaultInstanceStrat<wbr>egy.start(ManagedServlet.java:<wbr>231)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at io.undertow.servlet.core.Manag<wbr>edServlet.createServlet(Manage<wbr>dServlet.java:132)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at io.undertow.servlet.core.Deplo<wbr>ymentManagerImpl.start(Deploym<wbr>entManagerImpl.java:526)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.wildfly.extension.undertow<wbr>.deployment.UndertowDeployment<wbr>Service.startContext(UndertowD<wbr>eploymentService.java:101)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.wildfly.extension.undertow<wbr>.deployment.UndertowDeployment<wbr>Service$1.run(<wbr>UndertowDeploymentService.java<wbr>:82)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  ... 6 more</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">Caused by: java.lang.RuntimeException: Failed to find provider infinispan for realmCache</span><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.keycloak.services.DefaultK<wbr>eycloakSessionFactory.loadSPIs<wbr>(DefaultKeycloakSessionFactory<wbr>.java:96)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.keycloak.services.DefaultK<wbr>eycloakSessionFactory.init(Def<wbr>aultKeycloakSessionFactory.jav<wbr>a:75)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.keycloak.services.resource<wbr>s.KeycloakApplication.createSe<wbr>ssionFactory(KeycloakApplicati<wbr>on.java:244)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.keycloak.services.resource<wbr>s.KeycloakApplication.&lt;init&gt;(<wbr>KeycloakApplication.java:78)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at sun.reflect.NativeConstructorA<wbr>ccessorImpl.newInstance0(<wbr>Native Method)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at sun.reflect.NativeConstructorA<wbr>ccessorImpl.newInstance(Native<wbr>ConstructorAccessorImpl.java:<wbr>62)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at sun.reflect.DelegatingConstruc<wbr>torAccessorImpl.newInstance(De<wbr>legatingConstructorAccessorImp<wbr>l.java:45)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at java.lang.reflect.Constructor.<wbr>newInstance(Constructor.java:4<wbr>23)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  at org.jboss.resteasy.core.Constr<wbr>uctorInjectorImpl.construct(Co<wbr>nstructorInjectorImpl.java:150<wbr>)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">  ... 19 more</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">16:17:09,482 ERROR [org.jboss.as.controller.manag<wbr>ement-operation] (Controller Boot Thread) WFLYCTL0013: Operation (&quot;add&quot;) failed - address: ([(&quot;deployment&quot; =&gt; &quot;keycloak-server.war&quot;)]) - failure description: {&quot;WFLYCTL0080: Failed services&quot; =&gt; {&quot;<a href="http://jboss.undertow.deployment.de">jboss.undertow.deployment.de</a><wbr>fault-server.default-host./aut<wbr>h&quot; =&gt; &quot;org.jboss.msc.service.StartEx<wbr>ception in service jboss.undertow.deployment.defa<wbr>ult-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resource<wbr>s.KeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.Dispatcher<wbr>)</span><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">    Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resource<wbr>s.KeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.Dispatcher<wbr>)</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><span style="color:rgb(226,61,57)">    Caused by: java.lang.RuntimeException: Failed to find provider infinispan for realmCache&quot;}}</span></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:09,543 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 61) WFLYSRV0010: Deployed &quot;keycloak-server.war&quot; (runtime-name : &quot;keycloak-server.war&quot;)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:09,545 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.defa<wbr>ult-server.default-host./auth: org.jboss.msc.service.StartExc<wbr>eption in service jboss.undertow.deployment.defa<wbr>ult-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resource<wbr>s.KeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.Dispatcher<wbr>)</p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px"><br type="_moz"></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:09,750 INFO  [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on <a href="http://127.0.0.1:9990/management" target="_blank">http://127.0.0.1:9990/manageme<wbr>nt</a></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:09,751 INFO  [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0051: Admin console listening on <a href="http://127.0.0.1:9990" target="_blank">http://127.0.0.1:9990</a></p><p style="margin:0px;padding:0px;color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px">16:17:09,753 ERROR [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0026: Keycloak 2.1.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 10846ms - Started 475 of 853 services (2 services failed or missing dependencies, 588 services are lazy, passive or on-demand)</p><span><font color="#888888"><div><br></div><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div>Thanks,<br></div>Aman Jaiswal<br></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Thanks,<br></div>Aman Jaiswal<br></div></div></div></div>
</font></span></div>
</blockquote></div><br></div>