Skip to main content

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

Hi Nick,

 

That reminds me of an issue we had fixed in SMILA in February.

Could you please check https://bugs.eclipse.org/bugs/show_bug.cgi?id=370972

 

Maybe you can use the patch attached to the bug tracking entry or check if the bug persists when you use SMILA 1.1.

 

Or are you already using SMILA 1.1?

 

Bye

Andreas

 

Von: smila-user-bounces@xxxxxxxxxxx [mailto:smila-user-bounces@xxxxxxxxxxx] Im Auftrag von Nick
Gesendet: Montag, 24. September 2012 23:48
An: Smila project user mailing list
Betreff: [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