Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Transaction timeouts

1 view
Skip to first unread message

Maurice Abraham

unread,
Jun 11, 2002, 9:13:16 AM6/11/02
to
I am using Entity EJB's (with bean managed persistance and container managed transactions) within Stateful session beans on Weblogic 6.1. I keep getting errors about transactions timing out in the server logs, otherwise it all seems to be working.

Why would I be getting the exception weblogic.transaction.internal.TimedOutException after everything has finished?

The stack trace seems to be coming from the transaction manager and shows:
weblogic.transaction.internal.TimedOutException: Transaction timed out after 32
at weblogic.transaction.internal.TransactionImpl.wakeUp(TransactionImpl.java:1162)
at weblogic.transaction.internal.TransactionManagerImpl.processTimedOutTransactions(TransactionManagerImpl.java:1600)
at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1581)
at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:1547)
at java.lang.Thread.run(Unknown Source)

0 new messages