0 Replies Latest reply on Jan 26, 2005 7:44 AM by fburlet

    Displayed message during ApplicationDeadlockException

    fburlet

      Hi,

      I'm trying to understand what could mean the displayed message when an ApplicationDeadLockException occurs. You will find here above an extract that I tried to parse.

      * resource=org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock@11ae4ae,
       bean=ParcelGuid,
       id=ae3ee5b4c0a8062000d60cddf191dbad,
       refs=4,
       tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=eddie.dev.kiala.com//239, BranchQual=],
       synched=Thread[org.jboss.jms.asf.StdServerSessionPool$DefaultThreadFactory@11948f9 Thread Pool Worker-9,5,ASF Session Pool Threads],
       timeout=5000,
       queue=[TXLOCK waitingTx=TransactionImpl:XidImpl
       [FormatId=257, GlobalId=eddie.dev.kiala.com//248, BranchQual=]
       id=0
       thread=Thread[org.jboss.jms.asf.StdServerSessionPool$DefaultThreadFactory@25a397 Thread Pool Worker-7,5,ASF Session Pool Threads]
       queued=true],
      * holder=TransactionImpl:XidImpl [FormatId=257, GlobalId=eddie.dev.kiala.com//255, BranchQual=],
      * waitingResource=org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock@9b675b,
       bean=ParcelHistory,
       id=tnt_id_2,
       refs=2,
       tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=eddie.dev.kiala.com//255, BranchQual=],
       synched=null,
       timeout=5000,
       queue=[TXLOCK waitingTx=TransactionImpl:XidImpl
       [FormatId=257, GlobalId=eddie.dev.kiala.com//239, BranchQual=]
       id=0
       thread=Thread[org.jboss.jms.asf.StdServerSessionPool$DefaultThreadFactory@25a397 Thread Pool Worker-1,5,ASF Session Pool Threads]
       queued=true],
      * waitingResourceHolder=TransactionImpl:XidImpl [FormatId=257, GlobalId=eddie.dev.kiala.com//255, BranchQual=]
      


      My feelings tells me that transactions 239 and 255 are in conflict but I don't manage to get a good understanding from the message.

      Any help will be appreciated.

      Fred.