When trying to deploy helloworld-mdb quickstart using S2I deployment with either amq-s2i template or amq-persistent-s2i template the pod fails to deploy because of incorrect connection factory setup, and is presented with following log:
[0m[31m13:05:34,674 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ROOT.war")]) - failure description: { "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ROOT.war\".INSTALL" => "WFLYSRV0153: Failed to process phase INSTALL of deployment \"ROOT.war\" Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: JmsXA [Root exception is java.lang.IllegalStateException] Caused by: javax.naming.NameNotFoundException: JmsXA [Root exception is java.lang.IllegalStateException] Caused by: java.lang.IllegalStateException"}, "WFLYCTL0412: Required services that are not installed:" => [ "jboss.deployment.unit.\"ROOT.war\".WeldStartService", "jboss.deployment.unit.\"ROOT.war\".beanmanager" ], "WFLYCTL0180: Services with missing/unavailable dependencies" => [ "jboss.deployment.unit.\"ROOT.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"ROOT.war\".beanmanager, jboss.deployment.unit.\"ROOT.war\".WeldStartService]", "jboss.deployment.unit.\"ROOT.war\".batch.artifact.factory is missing [jboss.deployment.unit.\"ROOT.war\".beanmanager]" ] }
This is a regression against 7.4.0.Beta images
- is cloned by
-
WFLY-14981 JmsXA connection factory not binding to java:jboss/DefaultJMSConnectionFactory
-
- Closed
-