<div dir="ltr">Hi,<div><br></div><div>what version are you using? Version 1.1.x is not running on WF 10, but version 1.2.0-alpha is. For instance, take a look here:</div><div><a href="https://github.com/aerogear/dockerfiles/blob/master/wildfly/Dockerfile#L2">https://github.com/aerogear/dockerfiles/blob/master/wildfly/Dockerfile#L2</a><br></div><div><br></div><div>-Matthias</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 22, 2016 at 10:51 AM, Sachidananda Patra <span dir="ltr">&lt;<a href="mailto:sachidananda.patra@hp.com" target="_blank">sachidananda.patra@hp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><h2><b>I found the below error while unifiedpush-auth-server.war and unifiedpush-server-wildfly.war deployed to jboss-wildfly-10.1.0\<wbr>standalone\deployments. &gt;&gt; Prerequisite jboss-wildfly-10.1.0 server is running in below mode</b></h2>

$ ./standalone.sh --server-config=standalone-<wbr>full.xml
15:54:10,589 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit.&quot;<wbr>unifiedpush-server-wildfly.<wbr>war&quot;.PARSE: org.jboss.msc.service.<wbr>StartException in service jboss.deployment.unit.&quot;<wbr>unifiedpush-server-wildfly.<wbr>war&quot;.PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment &quot;unifiedpush-server-wildfly.<wbr>war&quot; at org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitPhaseService.<wbr>start(<wbr>DeploymentUnitPhaseService.<wbr>java:154) at org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.startService(<wbr>ServiceControllerImpl.java:<wbr>1948) at org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.run(<wbr>ServiceControllerImpl.java:<wbr>1881) at java.util.concurrent.<wbr>ThreadPoolExecutor.runWorker(<wbr>ThreadPoolExecutor.java:1142) at java.util.concurrent.<wbr>ThreadPoolExecutor$Worker.run(<wbr>ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.<wbr>java:745) Caused by: org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitProcessingExcept<wbr>ion: WFLYMSGAMQ0055: Could not parse file D:\jboss-wildfly-10.1.0\<wbr>standalone\tmp\vfs\temp\<wbr>temp46e687319f527ed3\content-<wbr>a52cb55da5bbb09d\WEB-INF\<wbr>hornetq-jms.xml at org.wildfly.extension.<wbr>messaging.activemq.deployment.<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.deploy(<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.java:98) at org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitPhaseService.<wbr>start(<wbr>DeploymentUnitPhaseService.<wbr>java:147) ... 5 more Caused by: org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitProcessingExcept<wbr>ion: WFLYMSGAMQ0055: Could not parse file D:\jboss-wildfly-10.1.0\<wbr>standalone\tmp\vfs\temp\<wbr>temp46e687319f527ed3\content-<wbr>a52cb55da5bbb09d\WEB-INF\<wbr>hornetq-jms.xml at org.wildfly.extension.<wbr>messaging.activemq.deployment.<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.deploy(<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.java:95) ... 6 more Caused by: javax.xml.stream.<wbr>XMLStreamException: ParseError at [row,col]:[20,1] Message: Unexpected element &#39;{urn:jboss:messaging-<wbr>deployment:1.0}messaging-<wbr>deployment&#39; at org.jboss.staxmapper.<wbr>XMLMapperImpl.processNested(<wbr>XMLMapperImpl.java:108) at org.jboss.staxmapper.<wbr>XMLMapperImpl.parseDocument(<wbr>XMLMapperImpl.java:69) at org.wildfly.extension.<wbr>messaging.activemq.deployment.<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.deploy(<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.java:89) ... 6 more

------------------------------<wbr>------------------------------<wbr>----------------------------- ------------------------------<wbr>------------------------------<wbr>----------------------- ------------------------------<wbr>----------------------------- --------------

Details Console Logs : 

USER ~
$ cd D:/jboss-wildfly-10.1.0/bin
 
USER /cygdrive/d/jboss-wildfly-10.<wbr>1.0/bin
$ ./standalone.sh --server-config=standalone-<wbr>full.xml
==============================<wbr>==============================<wbr>=============
 
  JBoss Bootstrap Environment
 
  JBOSS_HOME: D:\jboss-wildfly-10.1.0
 
  JAVA: /cygdrive/c/Program Files (x86)/Java/jdk1.8.0_31/bin/<wbr>java
 
  JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=<wbr>true -Djboss.modules.system.pkgs=<wbr>org.jboss.byteman -Djava.awt.headless=true
 
==============================<wbr>==============================<wbr>=============
 
15:52:59,638 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
15:52:59,857 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
15:52:59,920 INFO  [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
15:53:02,124 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
15:53:02,172 INFO  [org.xnio] (MSC service thread 1-5) XNIO version 3.4.0.Final
15:53:02,180 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.4.0.Final
15:53:02,232 INFO [org.jboss.as.connector.<wbr>subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
15:53:02,263 INFO  [<a href="http://org.wildfly.extension.io" target="_blank">org.wildfly.extension.io</a>] (ServerService Thread Pool -- 40) WFLYIO001: Worker &#39;default&#39; has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
15:53:02,372 INFO [org.jboss.as.clustering.<wbr>infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem.
15:53:02,441 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 59) WFLYSEC0002: Activating Security Subsystem
15:53:02,446 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]
15:53:02,480 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
15:53:02,501 INFO  [org.jboss.as.security] (MSC service thread 1-6) WFLYSEC0001: Current PicketBox version=4.9.6.Final
15:53:02,510 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 52) WFLYNAM0001: Activating Naming Subsystem
15:53:02,511 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 42) WFLYIIOP0001: Activating IIOP Subsystem
15:53:02,521 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
15:53:02,553 INFO  [org.wildfly.extension.<wbr>undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting
15:53:02,553 INFO [org.jboss.as.connector.<wbr>deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
15:53:02,581 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension
15:53:02,606 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
15:53:02,606 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
15:53:02,651 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.21.Final
15:53:02,756 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
15:53:02,757 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
15:53:02,833 INFO  [org.wildfly.extension.<wbr>undertow] (ServerService Thread Pool -- 61) WFLYUT0014: Creating file handler for path &#39;D:\jboss-wildfly-10.1.0/<wbr>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;]
15:53:02,870 INFO  [org.wildfly.extension.<wbr>undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
15:53:02,871 INFO  [org.wildfly.extension.<wbr>undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
15:53:03,041 INFO  [org.wildfly.extension.<wbr>undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on <a href="http://127.0.0.1:8080" target="_blank">127.0.0.1:8080</a>
15:53:03,528 WARN [org.jboss.as.domain.<wbr>management.security] (MSC service thread 1-5) WFLYDM0111: Keystore D:\jboss-wildfly-10.1.0\<wbr>standalone\configuration\<wbr>application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
15:53:03,553 INFO [org.jboss.as.server.<wbr>deployment.scanner] (MSC service thread 1-3) WFLYDS0013: Started FileSystemDeploymentService for directory D:\jboss-wildfly-10.1.0\<wbr>standalone\deployments
15:53:03,658 INFO [org.jboss.as.connector.<wbr>subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/<wbr>ExampleDS]
15:53:03,680 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-1) WFLYIIOP0009: CORBA ORB Service started
15:53:03,688 INFO [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0001: AIO wasn&#39;t located on this platform, it will fall back to using pure Java NIO.
15:53:03,773 INFO [org.infinispan.factories.<wbr>GlobalComponentRegistry] (MSC service thread 1-5) ISPN000128: Infinispan version: Infinispan &#39;Chakra&#39; 8.2.4.Final
15:53:03,834 INFO  [org.infinispan.configuration.<wbr>cache.<wbr>EvictionConfigurationBuilder] (ServerService Thread Pool -- 69) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
15:53:03,835 INFO  [org.infinispan.configuration.<wbr>cache.<wbr>EvictionConfigurationBuilder] (ServerService Thread Pool -- 69) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
15:53:03,838 INFO [org.infinispan.configuration.<wbr>cache.<wbr>EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
15:53:03,839 INFO [org.infinispan.configuration.<wbr>cache.<wbr>EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
15:53:03,841 INFO [org.infinispan.configuration.<wbr>cache.<wbr>EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
15:53:03,841 INFO [org.infinispan.configuration.<wbr>cache.<wbr>EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
15:53:03,923 INFO  [org.wildfly.extension.<wbr>undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTPS listener https listening on <a href="http://127.0.0.1:8443" target="_blank">127.0.0.1:8443</a>
15:53:04,108 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,<wbr>journalDirectory=D:\jboss-<wbr>wildfly-10.1.0\standalone\<wbr>data\activemq\journal,<wbr>bindingsDirectory=D:\jboss-<wbr>wildfly-10.1.0\standalone\<wbr>data\activemq\bindings,<wbr>largeMessagesDirectory=D:\<wbr>jboss-wildfly-10.1.0\<wbr>standalone\data\activemq\<wbr>largemessages,pagingDirectory=<wbr>D:\jboss-wildfly-10.1.0\<wbr>standalone\data\activemq\<wbr>paging)
15:53:04,185 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221013: Using NIO Journal
15:53:04,853 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
15:53:04,897 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
15:53:04,935 INFO  [org.jboss.ws.common.<wbr>management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
15:53:04,968 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
15:53:04,971 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
15:53:06,397 INFO [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-1) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
15:53:06,398 INFO  [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-7) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
15:53:06,403 INFO [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
15:53:06,400 INFO [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
15:53:06,558 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221007: Server is now live
15:53:06,559 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 64) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0.wildfly-017 [nodeID=cc5214e7-78d4-11e6-<wbr>a2b4-79dfc4ded2f5]
15:53:06,561 INFO  [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 69) AMQ221003: trying to deploy queue jms.queue.ExpiryQueue
15:53:06,706 INFO [org.apache.activemq.artemis.<wbr>core.server] (ServerService Thread Pool -- 66) AMQ221003: trying to deploy queue jms.queue.DLQ
15:53:06,733 INFO [org.wildfly.extension.<wbr>messaging-activemq] (ServerService Thread Pool -- 65) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory
15:53:06,734 INFO [org.wildfly.extension.<wbr>messaging-activemq] (ServerService Thread Pool -- 68) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/<wbr>RemoteConnectionFactory
15:53:06,746 INFO  [org.jboss.as.connector.<wbr>deployment] (MSC service thread 1-3) WFLYJCA0007: Registered connection factory java:/JmsXA
15:53:06,836 INFO  [org.apache.activemq.artemis.<wbr>ra] (MSC service thread 1-3) Resource adaptor started
15:53:06,836 INFO [org.jboss.as.connector.<wbr>services.resourceadapters.<wbr>ResourceAdapterActivatorServic<wbr>e$ResourceAdapterActivator] (MSC service thread 1-3) IJ020002: Deployed: file://RaActivatoractivemq-ra
15:53:06,838 INFO  [org.jboss.as.connector.<wbr>deployment] (MSC service thread 1-6) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]
15:53:06,838 INFO  [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/<wbr>DefaultJMSConnectionFactory
15:53:07,164 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/management15:53:07,165" target="_blank">http://127.0.0.1:9990/<wbr>management
15:53:07,165</a> 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>
15:53:07,166 INFO  [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 7916ms - Started 370 of 615 services (408 services are lazy, passive or on-demand)
 
15:54:03,799 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0001: Content added at location D:\jboss-wildfly-10.1.0\<wbr>standalone\data\content\e8\<wbr>0ec98a850ae6460df834d03dc1c594<wbr>dfa5c3e2\content
 
15:53:06,838 INFO  [org.jboss.as.connector.<wbr>deployment] (MSC service thread 1-6) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]
15:53:06,838 INFO  [org.wildfly.extension.<wbr>messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/<wbr>DefaultJMSConnectionFactory
15:53:07,164 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/management15:53:07,165" target="_blank">http://127.0.0.1:9990/<wbr>management
15:53:07,165</a> 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>
15:53:07,166 INFO  [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 7916ms - Started 370 of 615 services (408 services are lazy, passive or on-demand)
 
15:54:03,799 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0001: Content added at location D:\jboss-wildfly-10.1.0\<wbr>standalone\data\content\e8\<wbr>0ec98a850ae6460df834d03dc1c594<wbr>dfa5c3e2\content
15:54:03,949 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0001: Content added at location D:\jboss-wildfly-10.1.0\<wbr>standalone\data\content\03\<wbr>3e00399f37e4aeec988109e2171565<wbr>d5aedfb2\content
15:54:03,967 INFO  [org.jboss.as.server.<wbr>deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of &quot;unifiedpush-auth-server.war&quot; (runtime-name: &quot;unifiedpush-auth-server.war&quot;)
15:54:03,967 INFO  [org.jboss.as.server.<wbr>deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of &quot;unifiedpush-server-wildfly.<wbr>war&quot; (runtime-name: &quot;unifiedpush-server-wildfly.<wbr>war&quot;)
15:54:07,536 WARN  [org.jboss.as.server.<wbr>deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry lib/snakeyaml-1.13.jar in /D:/jboss-wildfly-10.1.0/bin/<wbr>content/unifiedpush-auth-<wbr>server.war/WEB-INF/lib/<wbr>liquibase-core-3.3.5.jar  does not point to a valid jar for a Class-Path reference.
15:54:07,669 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for keycloak-default
15:54:08,413 WARN  [org.jboss.as.dependency.<wbr>private] (MSC service thread 1-4) WFLYSRV0018: Deployment &quot;deployment.unifiedpush-auth-<wbr>server.war&quot; is using a private module (&quot;org.codehaus.jackson.<wbr>jackson-core-asl:main&quot;) which may be changed or removed in future versions without notice.
15:54:08,414 WARN  [org.jboss.as.dependency.<wbr>private] (MSC service thread 1-4) WFLYSRV0018: Deployment &quot;deployment.unifiedpush-auth-<wbr>server.war&quot; is using a private module (&quot;org.codehaus.jackson.<wbr>jackson-mapper-asl:main&quot;) which may be changed or removed in future versions without notice.
15:54:08,415 WARN  [org.jboss.as.dependency.<wbr>private] (MSC service thread 1-4) WFLYSRV0018: Deployment &quot;deployment.unifiedpush-auth-<wbr>server.war&quot; is using a private module (&quot;org.infinispan:main&quot;) which may be changed or removed in future versions without notice.
15:54:10,579 INFO  [org.jboss.as.jpa] (MSC service thread 1-7) WFLYJPA0002: Read persistence.xml for unifiedpush-default
15:54:10,589 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001:
 
Failed to start service jboss.deployment.unit.&quot;<wbr>unifiedpush-server-wildfly.<wbr>war&quot;.PARSE: org.jboss.msc.service.<wbr>StartException in service jboss.deployment.unit.
 
&quot;unifiedpush-server-wildfly.<wbr>war&quot;.PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment &quot;unifiedpush-server-wildfly.<wbr>war&quot;
at org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitPhaseService.<wbr>start(<wbr>DeploymentUnitPhaseService.<wbr>java:154)
at org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.startService(<wbr>ServiceControllerImpl.java:<wbr>1948)
at org.jboss.msc.service.<wbr>ServiceControllerImpl$<wbr>StartTask.run(<wbr>ServiceControllerImpl.java:<wbr>1881)
at java.util.concurrent.<wbr>ThreadPoolExecutor.runWorker(<wbr>ThreadPoolExecutor.java:1142)
at java.util.concurrent.<wbr>ThreadPoolExecutor$Worker.run(<wbr>ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.<wbr>java:745)
Caused by: org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitProcessingExcept<wbr>ion: WFLYMSGAMQ0055: Could not parse file D:\jboss-wildfly-10.1.0\<wbr>standalone\tmp\vfs\temp\<wbr>temp46e687319f527ed3\content-<wbr>a52cb55da5bbb09d\WEB-INF\<wbr>hornetq-jms.xml
at org.wildfly.extension.<wbr>messaging.activemq.deployment.<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.deploy(<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.java:98)
at org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitPhaseService.<wbr>start(<wbr>DeploymentUnitPhaseService.<wbr>java:147)
... 5 more
Caused by: org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitProcessingExcept<wbr>ion: WFLYMSGAMQ0055: Could not parse file D:\jboss-wildfly-10.1.0\<wbr>standalone\tmp\vfs\temp\<wbr>temp46e687319f527ed3\content-<wbr>a52cb55da5bbb09d\WEB-INF\<wbr>hornetq-jms.xml
at org.wildfly.extension.<wbr>messaging.activemq.deployment.<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.deploy(<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.java:95)
... 6 more
Caused by: javax.xml.stream.<wbr>XMLStreamException: ParseError at [row,col]:[20,1]
Message: Unexpected element &#39;{urn:jboss:messaging-<wbr>deployment:1.0}messaging-<wbr>deployment&#39;
at org.jboss.staxmapper.<wbr>XMLMapperImpl.processNested(<wbr>XMLMapperImpl.java:108)
at org.jboss.staxmapper.<wbr>XMLMapperImpl.parseDocument(<wbr>XMLMapperImpl.java:69)
at org.wildfly.extension.<wbr>messaging.activemq.deployment.<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.deploy(<wbr>MessagingXmlParsingDeploymentU<wbr>nitProcessor.java:89)
... 6 more
 
15:54:11,627 INFO [org.keycloak.services.<wbr>resources.KeycloakApplication] (ServerService Thread Pool -- 76) Load config from vfs:/D:/jboss-wildfly-10.1.0/<wbr>bin/content/unifiedpush-auth-<wbr>server.war/WEB-INF/classes/<wbr>META-INF/keycloak-server.json
15:54:11,988 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 76) MSC000001: Failed to start service jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth: org.jboss.msc.service.<wbr>StartException in service jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.<wbr>Dispatcher)
        at org.wildfly.extension.<wbr>undertow.deployment.<wbr>UndertowDeploymentService$1.<wbr>run(UndertowDeploymentService.<wbr>java:85)
        at java.util.concurrent.<wbr>Executors$RunnableAdapter.<wbr>call(Executors.java:511)
        at java.util.concurrent.<wbr>FutureTask.run(FutureTask.<wbr>java:266)
        at java.util.concurrent.<wbr>ThreadPoolExecutor.runWorker(<wbr>ThreadPoolExecutor.java:1142)
        at java.util.concurrent.<wbr>ThreadPoolExecutor$Worker.run(<wbr>ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.<wbr>java:745)
        at org.jboss.threads.JBossThread.<wbr>run(JBossThread.java:320)
Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.<wbr>Dispatcher)
        at org.jboss.resteasy.core.<wbr>ConstructorInjectorImpl.<wbr>construct(<wbr>ConstructorInjectorImpl.java:<wbr>162)
        at org.jboss.resteasy.spi.<wbr>ResteasyProviderFactory.<wbr>createProviderInstance(<wbr>ResteasyProviderFactory.java:<wbr>2246)
        at org.jboss.resteasy.spi.<wbr>ResteasyDeployment.<wbr>createApplication(<wbr>ResteasyDeployment.java:304)
        at org.jboss.resteasy.spi.<wbr>ResteasyDeployment.start(<wbr>ResteasyDeployment.java:245)
        at org.jboss.resteasy.plugins.<wbr>server.servlet.<wbr>ServletContainerDispatcher.<wbr>init(<wbr>ServletContainerDispatcher.<wbr>java:113)
        at org.jboss.resteasy.plugins.<wbr>server.servlet.<wbr>HttpServletDispatcher.init(<wbr>HttpServletDispatcher.java:36)
        at io.undertow.servlet.core.<wbr>LifecyleInterceptorInvocation.<wbr>proceed(<wbr>LifecyleInterceptorInvocation.<wbr>java:117)
        at org.wildfly.extension.<wbr>undertow.security.<wbr>RunAsLifecycleInterceptor.<wbr>init(<wbr>RunAsLifecycleInterceptor.<wbr>java:78)
        at io.undertow.servlet.core.<wbr>LifecyleInterceptorInvocation.<wbr>proceed(<wbr>LifecyleInterceptorInvocation.<wbr>java:103)
        at io.undertow.servlet.core.<wbr>ManagedServlet$<wbr>DefaultInstanceStrategy.start(<wbr>ManagedServlet.java:250)
        at io.undertow.servlet.core.<wbr>ManagedServlet.createServlet(<wbr>ManagedServlet.java:133)
        at io.undertow.servlet.core.<wbr>DeploymentManagerImpl$2.call(<wbr>DeploymentManagerImpl.java:<wbr>546)
        at io.undertow.servlet.core.<wbr>DeploymentManagerImpl$2.call(<wbr>DeploymentManagerImpl.java:<wbr>517)
        at io.undertow.servlet.core.<wbr>ServletRequestContextThreadSet<wbr>upAction$1.call(<wbr>ServletRequestContextThreadSet<wbr>upAction.java:42)
        at io.undertow.servlet.core.<wbr>ContextClassLoaderSetupAction$<wbr>1.call(<wbr>ContextClassLoaderSetupAction.<wbr>java:43)
        at io.undertow.servlet.api.<wbr>LegacyThreadSetupActionWrapper<wbr>$1.call(<wbr>LegacyThreadSetupActionWrapper<wbr>.java:44)
        at io.undertow.servlet.api.<wbr>LegacyThreadSetupActionWrapper<wbr>$1.call(<wbr>LegacyThreadSetupActionWrapper<wbr>.java:44)
        at io.undertow.servlet.api.<wbr>LegacyThreadSetupActionWrapper<wbr>$1.call(<wbr>LegacyThreadSetupActionWrapper<wbr>.java:44)
        at io.undertow.servlet.api.<wbr>LegacyThreadSetupActionWrapper<wbr>$1.call(<wbr>LegacyThreadSetupActionWrapper<wbr>.java:44)
        at io.undertow.servlet.api.<wbr>LegacyThreadSetupActionWrapper<wbr>$1.call(<wbr>LegacyThreadSetupActionWrapper<wbr>.java:44)
        at io.undertow.servlet.api.<wbr>LegacyThreadSetupActionWrapper<wbr>$1.call(<wbr>LegacyThreadSetupActionWrapper<wbr>.java:44)
        at io.undertow.servlet.core.<wbr>DeploymentManagerImpl.start(<wbr>DeploymentManagerImpl.java:<wbr>559)
        at org.wildfly.extension.<wbr>undertow.deployment.<wbr>UndertowDeploymentService.<wbr>startContext(<wbr>UndertowDeploymentService.<wbr>java:101)
        at org.wildfly.extension.<wbr>undertow.deployment.<wbr>UndertowDeploymentService$1.<wbr>run(UndertowDeploymentService.<wbr>java:82)
        ... 6 more
Caused by: java.lang.RuntimeException: Failed to connect to database
        at org.keycloak.connections.jpa.<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.getConnection(<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.java:184)
        at org.keycloak.connections.jpa.<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.lazyInit(<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.java:130)
        at org.keycloak.connections.jpa.<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.create(<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.java:35)
        at org.keycloak.connections.jpa.<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.create(<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.java:25)
        at org.keycloak.services.<wbr>DefaultKeycloakSession.<wbr>getProvider(<wbr>DefaultKeycloakSession.java:<wbr>99)
        at org.keycloak.models.jpa.<wbr>JpaRealmProviderFactory.<wbr>create(<wbr>JpaRealmProviderFactory.java:<wbr>34)
        at org.keycloak.models.jpa.<wbr>JpaRealmProviderFactory.<wbr>create(<wbr>JpaRealmProviderFactory.java:<wbr>16)
        at org.keycloak.services.<wbr>DefaultKeycloakSession.<wbr>getProvider(<wbr>DefaultKeycloakSession.java:<wbr>99)
        at org.keycloak.models.cache.<wbr>DefaultCacheRealmProvider.<wbr>getDelegate(<wbr>DefaultCacheRealmProvider.<wbr>java:70)
        at org.keycloak.models.cache.<wbr>DefaultCacheRealmProvider.<wbr>getRealm(<wbr>DefaultCacheRealmProvider.<wbr>java:163)
        at org.keycloak.services.<wbr>managers.ApplianceBootstrap.<wbr>bootstrap(ApplianceBootstrap.<wbr>java:40)
        at org.keycloak.services.<wbr>managers.ApplianceBootstrap.<wbr>bootstrap(ApplianceBootstrap.<wbr>java:31)
        at org.keycloak.services.<wbr>resources.KeycloakApplication.<wbr>setupDefaultRealm(<wbr>KeycloakApplication.java:157)
        at org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication.<wbr>setupDefaultRealm(<wbr>UpsKeycloakApplication.java:<wbr>40)
        at org.keycloak.services.<wbr>resources.KeycloakApplication.<u></u><wbr>(KeycloakApplication.java:87)
        at org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication.<u></u>(<wbr>UpsKeycloakApplication.java:<wbr>35)
        at sun.reflect.<wbr>NativeConstructorAccessorImpl.<wbr>newInstance0(Native Method)
        at sun.reflect.<wbr>NativeConstructorAccessorImpl.<wbr>newInstance(<wbr>NativeConstructorAccessorImpl.<wbr>java:62)
        at sun.reflect.<wbr>DelegatingConstructorAccessorI<wbr>mpl.newInstance(<wbr>DelegatingConstructorAccessorI<wbr>mpl.java:45)
        at java.lang.reflect.Constructor.<wbr>newInstance(Constructor.java:<wbr>408)
        at org.jboss.resteasy.core.<wbr>ConstructorInjectorImpl.<wbr>construct(<wbr>ConstructorInjectorImpl.java:<wbr>150)
        ... 29 more
Caused by: javax.naming.<wbr>NameNotFoundException: datasources/KeycloakDS -- service jboss.naming.context.java.<wbr>jboss.datasources.KeycloakDS
        at org.jboss.as.naming.<wbr>ServiceBasedNamingStore.<wbr>lookup(<wbr>ServiceBasedNamingStore.java:<wbr>106)
        at org.jboss.as.naming.<wbr>NamingContext.lookup(<wbr>NamingContext.java:207)
        at org.jboss.as.naming.<wbr>NamingContext.lookup(<wbr>NamingContext.java:184)
        at org.jboss.as.naming.<wbr>InitialContext$<wbr>DefaultInitialContext.lookup(<wbr>InitialContext.java:237)
        at org.jboss.as.naming.<wbr>NamingContext.lookup(<wbr>NamingContext.java:193)
        at org.jboss.as.naming.<wbr>NamingContext.lookup(<wbr>NamingContext.java:189)
        at javax.naming.InitialContext.<wbr>lookup(InitialContext.java:<wbr>417)
        at javax.naming.InitialContext.<wbr>lookup(InitialContext.java:<wbr>417)
        at org.keycloak.connections.jpa.<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.getConnection(<wbr>DefaultJpaConnectionProviderFa<wbr>ctory.java:177)
        ... 49 more
 
15:54:11,994 ERROR [org.jboss.as.controller.<wbr>management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation (&quot;deploy&quot;) failed - address: ([(&quot;deployment&quot; =&gt; &quot;unifiedpush-auth-server.war&quot;)<wbr>]) - failure description: {
    &quot;WFLYCTL0080: Failed services&quot; =&gt; {&quot;jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth&quot; =&gt; &quot;org.jboss.msc.service.<wbr>StartException in service jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.<wbr>Dispatcher)
    Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.<wbr>Dispatcher)
    Caused by: java.lang.RuntimeException: Failed to connect to database
    Caused by: javax.naming.<wbr>NameNotFoundException: datasources/KeycloakDS -- service jboss.naming.context.java.<wbr>jboss.datasources.KeycloakDS&quot;}<wbr>,
    &quot;WFLYCTL0412: Required services that are not installed:&quot; =&gt; [&quot;jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth&quot;],
    &quot;WFLYCTL0180: Services with missing/unavailable dependencies&quot; =&gt; undefined
}
15:54:11,994 ERROR [org.jboss.as.controller.<wbr>management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation (&quot;deploy&quot;) failed - address: ([(&quot;deployment&quot; =&gt; &quot;unifiedpush-server-wildfly.<wbr>war&quot;)]) - failure description: {
    &quot;WFLYCTL0080: Failed services&quot; =&gt; {&quot;jboss.deployment.unit.\&quot;<wbr>unifiedpush-server-wildfly.<wbr>war\&quot;.PARSE&quot; =&gt; &quot;org.jboss.msc.service.<wbr>StartException in service jboss.deployment.unit.\&quot;<wbr>unifiedpush-server-wildfly.<wbr>war\&quot;.PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \&quot;unifiedpush-server-wildfly.<wbr>war\&quot;
    Caused by: org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitProcessingExcept<wbr>ion: WFLYMSGAMQ0055: Could not parse file D:\\jboss-wildfly-10.1.0\\<wbr>standalone\\tmp\\vfs\\temp\\<wbr>temp46e687319f527ed3\\content-<wbr>a52cb55da5bbb09d\\WEB-INF\\<wbr>hornetq-jms.xml
    Caused by: org.jboss.as.server.<wbr>deployment.<wbr>DeploymentUnitProcessingExcept<wbr>ion: WFLYMSGAMQ0055: Could not parse file D:\\jboss-wildfly-10.1.0\\<wbr>standalone\\tmp\\vfs\\temp\\<wbr>temp46e687319f527ed3\\content-<wbr>a52cb55da5bbb09d\\WEB-INF\\<wbr>hornetq-jms.xml
    Caused by: javax.xml.stream.<wbr>XMLStreamException: ParseError at [row,col]:[20,1]
Message: Unexpected element &#39;{urn:jboss:messaging-<wbr>deployment:1.0}messaging-<wbr>deployment&#39;&quot;},
    &quot;WFLYCTL0412: Required services that are not installed:&quot; =&gt; [&quot;jboss.deployment.unit.\&quot;<wbr>unifiedpush-server-wildfly.<wbr>war\&quot;.PARSE&quot;],
    &quot;WFLYCTL0180: Services with missing/unavailable dependencies&quot; =&gt; undefined
}
15:54:12,053 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed &quot;unifiedpush-server-wildfly.<wbr>war&quot; (runtime-name : &quot;unifiedpush-server-wildfly.<wbr>war&quot;)
15:54:12,053 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed &quot;unifiedpush-auth-server.war&quot; (runtime-name : &quot;unifiedpush-auth-server.war&quot;)
15:54:12,053 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit.&quot;<wbr>unifiedpush-server-wildfly.<wbr>war&quot;.PARSE: org.jboss.msc.service.<wbr>StartException in service jboss.deployment.unit.&quot;<wbr>unifiedpush-server-wildfly.<wbr>war&quot;.PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment &quot;unifiedpush-server-wildfly.<wbr>war&quot;
service jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth: org.jboss.msc.service.<wbr>StartException in service jboss.undertow.deployment.<wbr>default-server.default-host./<wbr>auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.<wbr>unifiedpush.keycloak.<wbr>UpsKeycloakApplication(javax.<wbr>servlet.ServletContext,org.<wbr>jboss.resteasy.core.<wbr>Dispatcher)

        
        
        
<br><hr align="left" width="300">
View this message in context: <a href="http://aerogear-users.1116366.n5.nabble.com/Failed-to-process-phase-PARSE-of-deployment-unifiedpush-server-wildfly-war-tp902.html" target="_blank">Failed to process phase PARSE of deployment “unifiedpush-server-wildfly.<wbr>war”</a><br>
Sent from the <a href="http://aerogear-users.1116366.n5.nabble.com/" target="_blank">aerogear-users mailing list archive</a> at Nabble.com.<br><br>______________________________<wbr>_________________<br>
Aerogear-users mailing list<br>
<a href="mailto:Aerogear-users@lists.jboss.org">Aerogear-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/aerogear-<wbr>users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a></div></div></div>
</div>