1 Reply Latest reply on Apr 16, 2004 5:55 AM by adrian.brock

    org.jboss.tm.JBossTransactionRolledbackException:

    rasoul

      Hi there,
      I have a client that creashes after I run it 3-4 times and I get the following error:

      org.jboss.tm.JBossTransactionRolledbackException: null; nested exception is:
      [java] org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=lid32.rhythm.com//2693, BranchQual=] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: env not bound); - nested throwable: (org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=lid32.rhythm.com//2693, BranchQual=] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: env not bound))

      There is more but I truncated the message.

      This happens everytime I run my client 3-4 times. The client makes requests to an entity bean directly (only as atest of the entity bean).

      Any suggestions would be greatly appreciated.
      -r