[jboss-jira] [JBoss JIRA] (WFLY-11112) WildFly intermittently fails to add pooled-connection-factory but it still got registered after

Ivan Straka (Jira) issues at jboss.org
Thu Oct 4 08:15:01 EDT 2018


Ivan Straka created WFLY-11112:
----------------------------------

             Summary: WildFly intermittently fails to add pooled-connection-factory but it still got registered after
                 Key: WFLY-11112
                 URL: https://issues.jboss.org/browse/WFLY-11112
             Project: WildFly
          Issue Type: Bug
          Components: JMS
    Affects Versions: 14.0.0.Final, 15.0.0.Alpha1
            Reporter: Ivan Straka
            Assignee: Jeff Mesnil


We see following error in log of WildFly (master):
{code}
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]"]
}
{code}

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

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

Log file and xml configuration file are enclosed.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list