1 Reply Latest reply on Dec 25, 2013 6:19 AM by alkesh.barot

    Jboss 5.0 to 6.1 AS migration issues

    alkesh.barot

      Hi All,

       

      I am new to Jboss 6.1 AS and trying to migrate our project from 5.0 to 6.1.

      When we are deploying our JMS we are repeate notification as below.. how can we fix this? Its coming in sysout every 5 sec.

       

      12:40:13,400 WARN  [org.hornetq.jms.server] (default-threads - 1) HQ122018: Could not start recovery discovery on XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=98b2c820-6d33-11e3-9577-fb03396bad12, factory=org-hornetq-core-remoting-impl-netty-NettyConnectorFactory) ?port=8280&host=127-0-0-1], discoveryConfiguration = null, username=null, password=null], we will retry every recovery scan until the server is available

      12:40:17,456 WARN  [org.hornetq.jms.server] (default-threads - 1) HQ122018: Could not start recovery discovery on XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=9b1b63bf-6d33-11e3-9577-fb03396bad12, factory=org-hornetq-core-remoting-impl-netty-NettyConnectorFactory) ?port=8280&host=127-0-0-1], discoveryConfiguration = null, username=null, password=null], we will retry every recovery scan until the server is available

        • 1. Re: Jboss 5.0 to 6.1 AS migration issues
          alkesh.barot

          Issue resolved after commenting below lines in domain.xml

           

          <pooled-connection-factory name="hornetq-ra">

                                      <transaction mode="xa"/>

                                      <connectors>

                                          <connector-ref connector-name="in-vm"/>

                                      </connectors>

                                      <entries>

                                          <entry name="java:/JmsXA"/>

                                      </entries>

                                  </pooled-connection-factory>

          1 of 1 people found this helpful