5 Replies Latest reply on Apr 26, 2017 7:15 AM by andey

    Timeout after 5th minute on UI if no response returned from server

    naveenkoneru

      1. jboss-4.2.3.GA

      2. jdk1.6.0_105

      3. jboss-seam-2.1.1.GA

      4. jsf-api-1.2_09

       

      We have a jsf application which was deployed in jboss-4.2.3 server

      When I click a button in the UI of our application, it gets the data from oracle database and try to create an excel sheet and finally it gets downloaded..

       

      My issue is, if my JPA query takes more than 6 minutes to get the whole data from database (exceptional case : client which huge data) I am facing the error attached..

      Before the data gets retrieved/before the excel was made I am getting "A system error has occurred. If this continues, please contact your system administrator or support representative with the error code: {502}" on the UI after 5th minute

      This seems to be related to some response time from application server..

       

      Is there any chance to increase that time ??

       

       

       

       

      -Naveen