0 Replies Latest reply on Jun 2, 2003 6:31 AM by stephanenicoll

    Transactions blocked on JBoss restart

      We have a weird problem.

      Jboss was processing stuff coming from JBossMQ (consume a message that will create some entity with a Tx context). Then it crashes. Upon restarting it'is blocked on this

      2003-06-02 12:02:53,654 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] (main:) Started
      2003-06-02 12:02:53,656 INFO [org.jboss.mq.pm.jdbc2.PersistenceManager] (main:jboss.mq:service=PersistenceManager) Starting
      2003-06-02 12:07:53,711 WARN [org.jboss.tm.TransactionImpl] (Thread-28:) Transaction TransactionImpl:XidImpl [FormatId=257, GlobalId=mias.dev.XXXXX.com//1, BranchQual=] timed out. status=STATUS_ACTIVE

      (where XXXX is the company name :D)

      Questions: Are we losing one or more message in that case? What can we do to start JBoss?