1 Reply Latest reply on May 24, 2004 12:16 PM by adrian.brock

    how to debug TransactionRolledbackLocalException

    ittay

      this is not exactly a development question, but i could find no other suitable forum.

      i have tons of TransactionRolledbackLocalException happening. usually i get the stack trace, but that doesn't help me as the source of the deadlock (which is what i think happened) is in another thread, which i know nothing about.

      can someone suggest techniques for debugging these exceptions?

      thanx,
      ittay

        • 1. Re: how to debug TransactionRolledbackLocalException

          Moved to the JCA forum.

          Transactions don't deadlock, resources and entity beans do.

          Read "READ THIS FIRST" on how to debug JCA / Transactions.
          If your problem is EJBs you also need TRACE logging for org.jboss.ejb.plugins

          I don't know how many more times I will have to type the above paragraph, even though
          it is in the "READ THIS FIRST". You clearly have not used search.
          either for the debugging question or your original deadlock problem.