1 Reply Latest reply on May 22, 2002 7:40 PM by hchirino

    time out error

    vinjh

      Hi!
      I'm trying to send via JMS a lot of data objects from a sender to a receiver, but whenever the listener of the receiver is not on (that is when the receiver's JBoss is off) the sender's JBoss calls this time out error:

      [15:32:31,685,TxCapsule] Transaction XidImpl [FormatId=257, GlobalId=my-db//3151, BranchQual=] timed out. status=STATUS_ACTIVE

      this occurs also if both JBoss's are on, but I'm trying to send mass data (thousands of dataobjects).

      is there a way to avoid this time out or to catch it?

      thank you for the answer

        • 1. Re: time out error
          hchirino

          you tansaction is taking to long to execute. you can:
          - break it up into smaller transactions.
          - Increase the timeout value of the transaction manager.

          Regards,
          Hiram