0 Replies Latest reply on May 7, 2014 9:37 AM by joker1981

    Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord

    joker1981

      Hello JBoss Community,

       

      i am getting following exception again and again:

       

      [2014-05-07 15:09:58,135] [WARN ] [com.arjuna.ats.jta] ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=36, bqual_length=36, tx_uid=0:ffff0a400014:-394716f6:53205506:15, node_name=gbstest1, branch_uid=0:ffff0a400014:-394716f6:53205506:2f, subordinatenodename=null, eis_name=java:jboss/jdbc/gbsDSQuartz >, heuristic: TwoPhaseOutcome.FINISH_OK, product: DB2/LINUXX8664/SQL10052, jndiName: java:jboss/jdbc/gbsDSQuartz com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@41730e34 >

       

      does it make sense to raise the default-timeout?

       

              <subsystem xmlns="urn:jboss:domain:transactions:1.3">

                  <core-environment node-identifier="${jboss.transaction.node.identifier}">

                      <process-id>

                          <uuid/>

                      </process-id>

                  </core-environment>

                  <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>

                  <coordinator-environment default-timeout="600"/>

              </subsystem>

       

      i was also trying to write a script that shows me the transactions:

       

      !/bin/sh

      export JAVA_HOME=/usr/java/jdks/64bit/jdk1.6.0_31

      export JBOSS_HOME=/opt/jboss-eap-6

       

      ${JBOSS_HOME}/bin/jboss-cli.sh --connect controller=xxx.xxx.xxx.xxx:39999 --user=xxx --password=xxx

       

      /subsystem=transactions/log-store=log-store/:probe() transactions

       

      but the last line is not successful.

       

      Please advise and help!

      THANKS!