-
Bug
-
Resolution: Done
-
Critical
-
EAPCD 14.0.GA
To reproduce:
- oc new-build registry.access.redhat.com/jboss-eap-7-tech-preview/eap-cd-openshift:14 --binary=true --name=product-service
- oc start-build product-service --from-file=target/greeting-javaee.war
- oc new-app product-service
- oc expose svc product-service
- oc set env dc/product-service DISABLE_EMBEDDED_JMS_BROKER=true
The application fails with :
{{17:37:25,470 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("deploy") failed - address: (
) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.greeting-javaee.greeting-javaee.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"]
}
17:37:25,471 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "greeting-javaee.war" was rolled back with the following failure message:
{
"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.greeting-javaee.greeting-javaee.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"] }}
Source code is available on https://github.com/tqvarnst/eap-vs-tomcat-vs-spring-boot/tree/master/projects/greeting-javaee
- is cloned by
-
CLOUD-3037 [EAP72] Disabling embedded JMS broker fails
- Closed