4 Replies Latest reply on Jun 13, 2007 4:09 AM by mpulse

    Problem with jboss transaction

    mpulse

      Hello,

      Sometimes we have arjuna's warning like this :

      08:51:26,421 WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.nore
      coveryxa] Could not find new XAResource to use for recovering non-serializable XAResource < 131075, 31, 29, 1--3f57ffd7:f7d:4660385d:1ac334-3f57ffd7:f
      7d:4660385d:1ac335 >
      08:51:26,718 WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.nore
      coveryxa] Could not find new XAResource to use for recovering non-serializable XAResource < 131075, 31, 29, 1--3f57ffd7:f7d:4660385d:1ac2f3-3f57ffd7:f
      7d:4660385d:1ac2f4>


      or


      09:54:33,265 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id -3f57ffd7:10e7:4663c341:5e invoked while multiple threads active within it.
      09:54:33,265 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action -3f57ffd7:10e7:4663c341:
      5e aborting with 1 threads active!


      Do you know why ?

      Thanks,

      Mpulse


        • 1. Re: Problem with jboss transaction
          marklittle

          Yes. Please read the documentation that ships with TS and (at least for the first one), work your way through http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossTSRecovery.

          • 2. Re: Problem with jboss transaction
            mpulse

            Sorry but i'don't understand how the link can help me...

            the first test :

            ExampleResource: ExampleXAResource (Constructor)
            ExampleResource: setTransactionTimeout
            ExampleResource: start
            ExampleResource: ExampleXAResource (Constructor)
            ExampleResource: isSameRM
            ExampleResource: setTransactionTimeout
            ExampleResource: start
            ExampleResource: end
            ExampleResource: prepare
            ExampleResource: end
            ExampleResource: prepare
            ExampleResource: writeObject (Serialized)
            ExampleResource: writeObject (Serialized)
            ExampleResource: commit,xid=< 131075, 49, 24, -3f57ffd7:ff4:46650bfa:1--3f57ffd7:ff4:46650bfa:0-3f57ffd7:ff4:46650bfa:4 >,onePhase=false
            ExampleResource: Sleeping 20000 milliseconds
            ExampleResource: Sleep complete
            ExampleResource: commit,xid=< 131075, 49, 24, -3f57ffd7:ff4:46650bfa:1--3f57ffd7:ff4:46650bfa:0-3f57ffd7:ff4:46650bfa:7 >,onePhase=false
            ExampleResource: Sleeping 20000 milliseconds
            ExampleResource: Sleep complete
            DONE
            
            




            • 3. Re: Problem with jboss transaction
              marklittle

              If you work your way through the documentation in conjunction with the example, then all of your questions should be answered. If after doing that you feel they aren't, let us know.

              • 4. Re: Problem with jboss transaction
                mpulse

                we found it was a disk full problem.