You are not logged in.
Pages: 1
Good morning,
I wonder if there is a way to extend the report execution timeout for BIRT reports. Now I have some reports that take a while to execute and they exceed the timeout, preventing me to executing them correctly.
Thank you in advance,
Álvaro
Offline
Hi Álvaro,
how long are your reports executing? And what happens exactly when they exceed the timeout? Is your session getting closed?
Cheers,
Eduardo
Offline
Hello Eduardo,
Thank you for the quick response.
At first RS showed me a expired session error but yesterday I was testing this reports and it simply shows me a "Internal Server error" with no information on it.
My session is not closed in the process and the reports take around 25 minutes to execute.
Best regards,
Álvaro
Offline
Hello Álvaro,
how long is your session? you can find this on your web.xml , session-timeout setting.
Can you also please check the logs? The "Internal server error" should have some output on the logs.
Cheers,
Eduardo
Offline
For completeness:
The problem here was the value of the ProxyTimeout in the HTTP Server settings:
Proxytimeout=600 => (default settings)
in configuration file httpd.conf of the HTTP server
Regards,
Eduardo
Offline
Pages: 1