-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
Deploying to WF10, getting error regarding the messaging part of the UPS:
09:20:37,997 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."ag-push.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ag-push.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "ag-push.war" at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /JBoss/Docker/MYSQL/wildfly-10.0.0.Final/standalone/tmp/vfs/temp/temp569d95709d4218b5/content-8853ed405f726cb5/WEB-INF/hornetq-jms.xml at org.wildfly.extension.messaging.activemq.deployment.MessagingXmlParsingDeploymentUnitProcessor.deploy(MessagingXmlParsingDeploymentUnitProcessor.java:98) at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147) ... 5 more Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /JBoss/Docker/MYSQL/wildfly-10.0.0.Final/standalone/tmp/vfs/temp/temp569d95709d4218b5/content-8853ed405f726cb5/WEB-INF/hornetq-jms.xml at org.wildfly.extension.messaging.activemq.deployment.MessagingXmlParsingDeploymentUnitProcessor.deploy(MessagingXmlParsingDeploymentUnitProcessor.java:95) ... 6 more Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[20,1] Message: Unexpected element '{urn:jboss:messaging-deployment:1.0}messaging-deployment' at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108) at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) at org.wildfly.extension.messaging.activemq.deployment.MessagingXmlParsingDeploymentUnitProcessor.deploy(MessagingXmlParsingDeploymentUnitProcessor.java:89) ... 6 more 09:20:38,010 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ag-push.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ag-push.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ag-push.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"ag-push.war\" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /JBoss/Docker/MYSQL/wildfly-10.0.0.Final/standalone/tmp/vfs/temp/temp569d95709d4218b5/content-8853ed405f726cb5/WEB-INF/hornetq-jms.xml Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /JBoss/Docker/MYSQL/wildfly-10.0.0.Final/standalone/tmp/vfs/temp/temp569d95709d4218b5/content-8853ed405f726cb5/WEB-INF/hornetq-jms.xml Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[20,1] Message: Unexpected element '{urn:jboss:messaging-deployment:1.0}messaging-deployment'"}} 09:20:38,070 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed "ag-push.war" (runtime-name : "ag-push.war") 09:20:38,071 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."ag-push.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ag-push.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "ag-push.war"
- blocks
-
AEROGEAR-6281 Remove support for as7 and EAP6
- Resolved