Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11112

WildFly intermittently fails to add pooled-connection-factory but it still got registered after

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 15.0.0.Beta1, 15.0.0.Final
    • 15.0.0.Beta1
    • JMS
    • None

      We see following error in log of WildFly (master):

      2018-10-03 22:28:02,503 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
          ("subsystem" => "messaging-activemq"),
          ("server" => "default"),
          ("pooled-connection-factory" => "activemq-ra")
      ]) - failure description: {
          "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.JmsXA-bkp"],
          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.jboss.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.JmsXA-bkp]"]
      }
      

      Factory is defined:

      <pooled-connection-factory name="activemq-ra" entries="java:/JmsXA-bkp java:jboss/DefaultJMSConnectionFactory" connectors="in-vm" transaction="xa"/>
      

      However factory is registered after and deployment is able to use it. Error is logged intermittently.

      Log file and xml configuration file are enclosed.

        1. server.log
          399 kB
          Ivan Straka
        2. standalone-full.xml
          32 kB
          Ivan Straka

              ehugonne1@redhat.com Emmanuel Hugonnet
              istraka@redhat.com Ivan Straka
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: