Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Transaction timeout

Hi all,

while running a pipeline sometimes I obtain the following exception:

 2012-09-24 23:20:36,206 ERROR [ODEServerImpl-5                              ]  engine.Contexts                               - Commit failed.
javax.transaction.RollbackException: Transaction timout
    at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:269)
    at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:238)
    at org.apache.ode.bpel.engine.Contexts.execTransaction(Contexts.java:114)
    at org.apache.ode.bpel.engine.BpelServerImpl$TransactedCallable.call(BpelServerImpl.java:968)
    at org.apache.ode.bpel.engine.BpelServerImpl$ServerCallable.call(BpelServerImpl.java:948)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
 2012-09-24 23:20:36,206 FATAL [ODEServerImpl-5                              ]  engine.BpelServerImpl                         - Internal Error
org.apache.ode.bpel.iapi.BpelEngineException: Commit failed.
    at org.apache.ode.bpel.engine.Contexts.execTransaction(Contexts.java:117)
    at org.apache.ode.bpel.engine.BpelServerImpl$TransactedCallable.call(BpelServerImpl.java:968)
    at org.apache.ode.bpel.engine.BpelServerImpl$ServerCallable.call(BpelServerImpl.java:948)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: javax.transaction.RollbackException: Transaction timout
    at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:269)
    at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:238)
    at org.apache.ode.bpel.engine.Contexts.execTransaction(Contexts.java:114)
    ... 7 more

Do you have any idea of what causes this exception?
The timeout of the BPEL pipelines is set to 10000 seconds and the time lasted prior to the exception is lower than that timeout.

Thank you,

Nicolò Aquilini

Back to the top