<div dir="ltr"><p style="margin:0px;padding:0px">Hi<br></p><p style="margin:0px;padding:0px">I am trying to rum keycloak-2.1.0.Final and getting following error please help me to solve this...<br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">/home/ubuntu/keycloak/keycloak-2.1.0.Final/bin/standalone.sh --debug --server-config=standalone-ha.xml -b=$ip -Djava.net.preferIPv4Stack=true -Djboss.default.jgroups.stack=s3 -Djgroups.s3.bucket=keycloak-dev -Djgroups.s3.access_key=AKIAJLZZOFCWT37CYAXQ -Djgroups.s3.secret_access_key=N4iy7/K3hzqaCzIwhVYKXui8oFFHoutkFz3Sf/yl -Djgroups.management.address=$ip<br type="_moz"></p><p style="margin:0px;padding:0px">=========================================================================</p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">  JBoss Bootstrap Environment</p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">  JBOSS_HOME: /home/ubuntu/keycloak/keycloak-2.1.0.Final</p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">  JAVA: java</p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">  JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n</p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">=========================================================================</p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">Listening for transport dt_socket at address: 8787</p><p style="margin:0px;padding:0px">09:33:56,270 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final</p><p style="margin:0px;padding:0px">09:33:56,530 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final</p><p style="margin:0px;padding:0px">09:33:56,626 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (MSC service thread 1-4) WFLYSRV0049: Keycloak 2.1.0.Final (WildFly Core 2.0.10.Final) starting<br type="_moz"></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">09:33:57,251 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration</span><br type="_moz"></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.server.ServerService.boot(ServerService.java:356)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:299)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at java.lang.Thread.run(Thread.java:745)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">Caused by: java.lang.IllegalStateException: Current event not START_ELEMENT</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at com.ctc.wstx.sr.BasicStreamReader.getAttributeValue(BasicStreamReader.java:625)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.staxmapper.XMLExtendedStreamReaderImpl.getAttributeValue(XMLExtendedStreamReaderImpl.java:240)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.controller.parsing.ParseUtils.invalidAttributeValue(ParseUtils.java:150)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:119)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.server.parsing.StandaloneXml$DefaultExtensionHandler.parseExtensions(StandaloneXml.java:126)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.server.parsing.StandaloneXml_4.readServerElement(StandaloneXml_4.java:218)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.server.parsing.StandaloneXml_4.readElement(StandaloneXml_4.java:141)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:103)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:49)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110)</span><br type="_moz"></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)</span><br type="_moz"></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:123)</span></p><p style="margin:0px;padding:0px"><span style="color:rgb(226,61,57)">  ... 3 more</span></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px"><br></p><p style="margin:0px;padding:0px">09:33:57,253 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.</p><p style="margin:0px;padding:0px">09:33:57,302 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.</p><p style="margin:0px;padding:0px">09:33:57,336 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (MSC service thread 1-2) WFLYSRV0050: Keycloak 2.1.0.Final (WildFly Core 2.0.10.Final) stopped in 12ms</p><p style="margin:0px;padding:0px">ubuntu@ip-10-1-6-128:~$ emacs keycloak/keycloak-2.1.0.Final/standalone/configuration/standalone-ha.xmlubuntu@ip-10-1-6-128:~$<br type="_moz"></p><p style="margin:0px;padding:0px"><br></p><div id="gmail-_mcePaste" class="gmail-mcePaste" style="width:1px;height:1px;overflow:hidden"><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"> /home/ubuntu/keycloak/keycloak-2.1.0.Final/bin/standalone.sh --debug --server-config=standalone-ha.xml -b=$ip -Djava.net.preferIPv4Stack=true -Djboss.default.jgroups.stack=s3 -Djgroups.s3.bucket=keycloak-dev -Djgroups.s3.access_key=AKIAJLZZOFCWT37CYAXQ -Djgroups.s3.secret_access_key=N4iy7/K3hzqaCzIwhVYKXui8oFFHoutkFz3Sf/yl -Djgroups.management.address=$ip</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">=========================================================================</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">  JBoss Bootstrap Environment</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">  JBOSS_HOME: /home/ubuntu/keycloak/keycloak-2.1.0.Final</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">  JAVA: java</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">  JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">=========================================================================</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">Listening for transport dt_socket at address: 8787</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:56,270 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:56,530 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:56,626 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (MSC service thread 1-4) WFLYSRV0049: Keycloak 2.1.0.Final (WildFly Core 2.0.10.Final) starting</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:57,251 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.server.ServerService.boot(ServerService.java:356)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:299)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at java.lang.Thread.run(Thread.java:745)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">Caused by: java.lang.IllegalStateException: Current event not START_ELEMENT</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at com.ctc.wstx.sr.BasicStreamReader.getAttributeValue(BasicStreamReader.java:625)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.staxmapper.XMLExtendedStreamReaderImpl.getAttributeValue(XMLExtendedStreamReaderImpl.java:240)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.controller.parsing.ParseUtils.invalidAttributeValue(ParseUtils.java:150)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:119)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.server.parsing.StandaloneXml$DefaultExtensionHandler.parseExtensions(StandaloneXml.java:126)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.server.parsing.StandaloneXml_4.readServerElement(StandaloneXml_4.java:218)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.server.parsing.StandaloneXml_4.readElement(StandaloneXml_4.java:141)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:103)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:49)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:123)</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>... 3 more</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden"><br></div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:57,253 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:57,302 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">09:33:57,336 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (MSC service thread 1-2) WFLYSRV0050: Keycloak 2.1.0.Final (WildFly Core 2.0.10.Final) stopped in 12ms</div><div id="gmail-_mcePaste" class="gmail-mcePaste" style="color:rgb(61,61,61);font-family:&quot;helvetica neue&quot;,helvetica,arial,&quot;lucida grande&quot;,sans-serif;font-size:14px;line-height:21px;width:1px;height:1px;overflow:hidden">ubuntu@ip-10-1-6-128:~$ emacs keycloak/keycloak-2.1.0.Final/standalone/configuration/standalone-ha.xmlubuntu@ip-10-1-6-128:~$ </div><div><br></div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Thanks,<br></div>Aman Jaiswal<br></div></div></div></div>
</div>