Jump to content

adam_13
Go to solution Solved by adam_13,

Recommended Posts

We are currently updating our server and we are running into some issues with connections timing out (or the server breaking the connection) for some of our longer running SQL query's. If the query takes longer than one minute we get a error 500 and the error log tells of a broken connection. Can anyone tell us were the settings are in jasperserver 6.0 to wait longer for a response from the database.

Thanks

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Thank you for your reply. Unfortunately that does not seem to be the problem. We are using stored procedures for our reports so some of the queries can take several minutes before they start sending back any data. I think the connection to our database is disconnected after 60 seconds, so that makes me think that there is a timeout setting somewhere set to 60 seconds. I'm just not sure where the disconnect is happening.
Link to comment
Share on other sites

  • Solution

We found the issue. We are using bitnami stack. The stack uses Apache2. Under appache2/conf/extra/httpd-default.conf we change some timeout settings. Under appache2/conf/httpd.conf we enable httpd-default.conf.

Link to comment
Share on other sites

  • 7 years later...

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...