Jump to content

Jasperserver 8.0.2 long running reports not showing timeout exception


vlimkar

Recommended Posts

I am running reports in jasper server 8.0.2 where the reports which are running for long time and not showing any timeout error. Reports are loading for infinite time with no output. What is the setting to display the http report timeout error?

I tried doing below changes in different jasper server files but no luck-

/jasper/jasperserver/apache-tomcat/webapps/jasperserver/WEB-INF/classes/jasperreports.properties
net.sf.jasperreports.jdbc.query.timeout=3000


/jasper/jasperserver/apache-tomcat/webapps/jasperserver/WEB-INF/js.config.properties -  
scalableQueryEngine.enabled=true
scalableQueryEngine.http.read.timeout=60000


/jasper/jasperserver/apache-tomcat/conf/server.xml
connectionTimeout="20000"
 

Link to comment
Share on other sites

  • 6 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hello,

 

You need to try by setting the default value for each JDBC connection URL for attribute maxActive="100" maxIdle="30" maxWait="10000" in the
server.xml file of the tomcatwebappsjasperserver-proMETA-INF.server.xml file and possibly the maxWait value may be set too high.

https://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html#:~:text=2.%20Context%20configuration

Please restart the Jasperserver to reflect the changes on the server side. I hope this will help you!

 

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...