vlimkar Posted July 27, 2022 Posted July 27, 2022 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.propertiesnet.sf.jasperreports.jdbc.query.timeout=3000/jasper/jasperserver/apache-tomcat/webapps/jasperserver/WEB-INF/js.config.properties - scalableQueryEngine.enabled=truescalableQueryEngine.http.read.timeout=60000/jasper/jasperserver/apache-tomcat/conf/server.xmlconnectionTimeout="20000"
Swapnil Pawar Posted February 14, 2023 Posted February 14, 2023 Hello, You need to try by setting the default value for each JDBC connection URL for attribute maxActive="100" maxIdle="30" maxWait="10000" in theserver.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%20configurationPlease restart the Jasperserver to reflect the changes on the server side. I hope this will help you! Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now