How do you resolve Socket Closed?
Posted on July 15, 2016 at 8:00am
One of the reports that I have prepared is quite extensive, and takes a little bit more time than my other reports to run if you only use one parameter. When still in the iReport, using one parameter, it does run after some time. Once I publish it though, after attempting to run for about 3 minutes or so, I get
Socket Closed
I'm assuming that it is taking too long and it is timing out. I've cleaned up the code to make sure only the necessities are there, and I cannot change the report.
Below is the error:
.PNG)
Any ideas?
Joined: May 16 2016 - 1:26pm
Last seen: 5 years 5 months ago
Posted on March 13, 2018 at 4:18am
• Stop the jasper server service
• increase the timeout in <JasperServer_Installed_Dir>\webapps\reportservice\WEB-INF\jasperserver-servlet.xml. Modify property as below.
<property name="lockTimeoutSeconds" value= “4500” "90"/> ## //Increase seconds as per report running time, for example value change to 90
• Start/Restart Jasper server service
|
|
Joined: Mar 13 2018 - 4:06am
Last seen: 1 year 9 months ago