Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Coomit Failed

Hi,

I get the following exception after my pipelet has finished? What could be the problem? Is it related to the pipelet (accidentally) returning an empty set of record ids?

Best,
Stephan



2012-02-07 16:26:26,343 ERROR [ODEServerImpl-1 ] 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(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:679)
2012-02-07 16:26:26,344 FATAL [ODEServerImpl-1 ] 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(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:679)
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

--
Stephan Mehlhase

European Media Laboratory GmbH
Schloss-Wolfsbrunnenweg 35
69118 Heidelberg

Amtsgericht Mannheim / HRB 335719
Managing Partner: Dr. h. c. Dr.-Ing. E. h. Klaus Tschira, Scientific and Managing
Director: Prof. Dr.-Ing. Andreas Reuter

http://www.eml-development.de

Testen Sie auch unsere neue Android Applikation zur Mediensteuerung:
http://market.android.com/search?q=pname:org.eml.upnp



Back to the top