| Attribute Max Size? [message #758308] |
Tue, 22 November 2011 11:53  |
Stephan Mehlhase Messages: 8 Registered: July 2009 |
Junior Member |
|
|
Hi,
during testing I pushed a fairly large block of XML data into an
Attribute (~1.5 MB of text). And I got the following exception:
2011-11-22 17:30:12,115 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(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)
2011-11-22 17:30:12,123 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(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
Did I just hit the limits of SMILA? Or has something else had a timeout
and not the Lucene Index that I suspect as cause of this message (I use
the default SMILA.application).
I suppose it's better to store such an amount of data in an attachment?
Can I create an attachment from my pipelet?
Best Regards,
Stephan
--
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
|
|
|