2 Replies Latest reply on Jul 26, 2013 3:06 PM by rsheikh01

    XAException.XAER_RMERR

    rsheikh01

      When initializing Jboss 5.1 (AS) get this error repeatedly

      "

      20:06:29,032 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local

      XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException: Error trying to connect to 

      provider java:/DefaultJMSProvider, XAException.XAER_RMERR"

       

      I saw this on this community forum https://issues.jboss.org/browse/JBPAPP-6385 where they say Red Hat did not think this was an issue unless you see the error appear repeatedly.  In my experience, it is repeating during initialization and keeps repeating.

       

      Any insight is deeply appreciated.

       

      RS

      PS: A full set of error is attached in the txt file.  Note: The web server and the web applications that were hosted were functioning this issue started when the environment was re-cycled/re-started

        • 1. Re: XAException.XAER_RMERR
          wdfink

          What if you delete the transaction store

          you can save remove the directory server/<profile>/data/tx-object-store/ if the server is down and no Tx recovery is needed.

          • 2. Re: XAException.XAER_RMERR
            rsheikh01

            Thank you for your time and help.  This issue si resolved.  After I started the application servers and waited 5 minutes starting jboss, all came up correctly.

             

            Thank you again.