Hi,
I need some help from experienced programmers - who have faced 
this specific problem of 'transaction - timeout'. My GUI application 
accesses my app server - deployed with some of my session &  entity beans. 
There is a certain case - when the processing task for the app server becomes 
heavy because of the inputs from the GUI, I receive
the below exception:
[The cause for this exception was shown as the method call to a method in 
entity bean - which gets accessed by multiple session beans]
-----------------------------------------------------------------------------------
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
        at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.waitForTx(QueuedPessimisticEJBLock.java:366)
        at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.doSchedule(QueuedPessimisticEJBLock.java:236)
        at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.schedule(QueuedPessimisticEJBLock.java:183)

------------------------------------------------------------------------------------
These two warnings were also seen just before timing out.

2005-04-21 17:58:38,593 WARN  [org.jboss.tm.TransactionImpl] Transaction 
TransactionImpl:XidImpl [FormatId=257, GlobalId=baskarbj//995, BranchQual=] 
timed out. status=STATUS_ACTIVE
2005-04-21 17:58:38,609 WARN  [org.jboss.tm.TransactionImpl] Transaction 
TransactionImpl:XidImpl [FormatId=257, GlobalId=baskarbj//999, BranchQual=] 
timed out. status=STATUS_ACTIVE
------------------------------------------------------------------------------------

I mainly wanted to know - if the cause could be a 'dead lock' - that is causing 
the timing out. If transaction dead locks - can happen, but still not be 
notified through - an 'ApplicationDeadLockException' ?.
Please comment

Thanks in advance...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876490#3876490

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876490


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to