Jump to content
We've recently updated our Privacy Statement, available here ×

adam_13

Members
  • Posts

    6
  • Joined

  • Last visited

adam_13's Achievements

  1. 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.
  2. Unfortunately we never did find a way to dynamically fill the URL. We had to change directions and create a stored procedure to accomplish our task.
  3. 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.
  4. 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
  5. Is there a way to pass a property value a variable like <property name="net.sf.jasperreports.json.source" value=$V{my_url}/> Thanks
×
×
  • Create New...