1 Reply Latest reply on Feb 17, 2003 2:17 PM by fboss

    transaction Time out

    fboss

      Hi all,

      I am seeing this msg in our log and this usually happens before we lose all our db connection and freezes.

      We are using Jboss 3.0.3 with Jetty, connecting to Oracle DB 8.1 instance. Any ideas?


      2003-02-12 10:53:56,884 WARN [org.jboss.tm.TxCapsule] Transaction XidImpl [Form
      atId=257, GlobalId=ourserver.ca//131, BranchQual=] timed out. status=STATUS_
      ACTIVE

        • 1. Re: transaction Time out
          fboss

          After much investigation, we found that there is a connection timeout for the database user used to connect to the database and this may be the reason why all our database connections dies after periods of inactivity. We got rid of the timeout and haven't seen the problem since. However, as this problem only happens sporadically, only time will tell if this is the cause. I'll keep you guys posted.

          Apparently Jboss doesn't refresh or monitor its db connections in the pool. I think this should be fixed in the future release.