Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ApplicationDeadLockException

843830Mar 8 2005 — edited Mar 8 2005
Hi,
I'am running my EJBs on JBoss 3.2.3. I have an entity bean, which may be accessed by multiple other session beans. When I was testing my app - after deploying, I found an exception(as below):
-------------------------------------------------------------------------------------
org.jboss.util.deadlock.ApplicationDeadlockException: Application deadlock detected, resource=org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock@199bca3, bean=<MyEntityBean>, id=283, refs=2, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=<MyHost>//1995, BranchQual=], synched=Thread[Thread Pool Worker-16,5,ASF Session Pool Threads], timeout=5000, queue=[], holder=TransactionImpl:XidImpl [FormatId=257, GlobalId=<MyHost>//1993, BranchQual=], waitingResource=org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock@f1cdeb, bean=<MyEntityBean>, id=292, refs=2, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=<MyHost>//1993, BranchQual=], synched=null, timeout=5000, queue=[TXLOCK waitingTx=TransactionImpl:XidImpl [FormatId=257, GlobalId=<MyHost>//1995, BranchQual=] id=0 thread=Thread[Thread Pool Worker-13,5,ASF Session Pool Threads] queued=true], waitingResourceHolder=TransactionImpl:XidImpl [FormatId=257, GlobalId=<MyHost>//1993, BranchQual=]
-----------------------------------------------------------------------------------------------------------
This is the first time I'am seeing such an exception. Its a hard nut to crack.
If someone can help me out in solving the exception, it'd be really helpful.

Thanks in advance,
Baskar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2005
Added on Mar 8 2005
1 comment
108 views