-
1. Re: Timeout after 5th minute on UI if no response returned from server
andey Apr 24, 2017 7:04 AM (in response to naveenkoneru)Hi,
What is the error has been encountered at server.log file at the time of the issue? Paste the Error stack trace here ?
-
2. Re: Timeout after 5th minute on UI if no response returned from server
naveenkoneru Apr 24, 2017 7:23 AM (in response to andey)There are no errors in server logs..
-
3. Re: Timeout after 5th minute on UI if no response returned from server
andey Apr 24, 2017 8:07 AM (in response to naveenkoneru)There is some error has been encountered in the background wither server.log or your application log or DB log file.
A system error has occurred. If this continues, please contact your system administrator or support representative with the error code: {502} ..
this the generic error. The root cause is different. Without reproducing the error in the any of the log stack trace difficult to answer what's the issue is going on? Is it Something DB timeout? verify that the database server side timeout value is larger than the timeout period in JBoss
-
4. Re: Timeout after 5th minute on UI if no response returned from server
naveenkoneru Apr 24, 2017 8:13 AM (in response to andey)The thread which brings data from database is running in the backend without any breaks or errors... Nothing wrong with DB server.. But by the time the data was made into excel in back end we are getting this exception in UI( immediately after 5th minute)..
-
5. Re: Timeout after 5th minute on UI if no response returned from server
andey Apr 26, 2017 7:15 AM (in response to naveenkoneru)>>>>But by the time the data was made into excel in back end we are getting this exception in UI( immediately after 5th minute)..
- Check the data coming from DB server is properly populated or not on model object which shows all data in UI to render it.
- Check all the data is getting properly populated in your excel file? Is there type mismatch or length or of data. Check your application code is developed such a fashion that all the image format data like (.gif/.jpeg/.png..etc) should accept or not?
Here i think there is no such relation with jboss app server.