cancel
Showing results for 
Search instead for 
Did you mean: 

operation timeout

adam_bo_
Star Contributor
Star Contributor

An very long running operation raises an error:

2017-10-11 07:53:11,651 WARN  [http-bio-IP-8080-exec-11] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing
org.nuxeo.ecm.webengine.WebException: Failed to invoke operation: RunOperation
...
Caused by: org.nuxeo.ecm.automation.TraceException: 

All recorded logs are in file longrun-error.log

Where should be changed the timeout for the operations to enable passing the execution ?

For tests I attached the bundle testLongRunningOperation.zip. It includes the "Document.LongRunningOperation" operation and the "TestLongRunningOperation" chain. The operation works in loop by 60min.

4 REPLIES 4

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hello,

adam_bo_
Star Contributor
Star Contributor

The session timeout is set to 240 min. and it is not an issue. I am using a birt reporting tool to create a pdf report and start a workflow on it. The report generation process takes 35-40min. and it works when it is done by hand, but from the chain it generates the error.

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Ok. Without information, cannot help

adam_bo_
Star Contributor
Star Contributor

I updated question by including extracted logs.