Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-3037

[EAP72] Disabling embedded JMS broker fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • EAP72 1.0.0.GA
    • EAP7
    • None
    • Cloud Sprint 32, Cloud Sprint 33, Cloud Sprint 34, Cloud Sprint 35, Cloud Sprint 36, Cloud Sprint 37

    Description

      To reproduce:

      1. oc new-build registry.access.redhat.com/jboss-eap-7-tech-preview/eap-cd-openshift:14 --binary=true --name=product-service
      2. oc start-build product-service --from-file=target/greeting-javaee.war
      3. oc new-app product-service
      4. oc expose svc product-service
      5. 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: (

      {"deployment" => "greeting-javaee.war"}

      ) - 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

      Attachments

        Issue Links

          Activity

            People

              kwills@redhat.com Ken Wills
              ehugonne1@redhat.com Emmanuel Hugonnet
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: