1 Reply Latest reply on Dec 13, 2002 6:41 PM by adrian.brock

    Transaction XidImpl

    shahin

      hi
      I am getting the error message after accessing the same file two three times. It is calling setEntityContext method where in it is connecting to the database and after that it is calling ejbCreate() and then display the following message.

      Error Message:
      16:48:58,900 INFO [STDOUT] In the setEntityContext() method of the CutPieceDel
      iveredBean
      16:48:58,900 INFO [STDOUT] In the makeConnection() method
      16:48:58,900 INFO [STDOUT] In ejbStore() CPD method
      16:48:58,920 INFO [STDOUT] In ejbStore() method of Cut Piece Received Bean
      16:48:58,920 INFO [STDOUT] ejbStore 1
      16:48:58,920 INFO [STDOUT] storeCutPieceReceivedCPR00003
      16:48:58,920 INFO [STDOUT] Con is closed :false
      16:53:58,741 WARN [TxCapsule] Transaction XidImpl [FormatId=257, GlobalId=passi
      on//6, BranchQual=] timed out. status=STATUS_ACTIVE
      17:02:42,965 INFO [STDOUT] In the ejbPassivate() method
      17:02:42,965 INFO [STDOUT] In the unsetEntityContext() method

      Thanks in advance
      Shahin

        • 1. Re: Transaction XidImpl

          You probably have some kind of deadlock.
          Or some other problem that is causing the thread to
          block.
          Try pressing ctrl-break (windows) or kill -3 (unix)
          to get a thread dump.

          Regards,
          Adrian