| Author |
Internal server error due to timeout betwwen appserver and webserver
|
sagar chandgude
Greenhorn
Joined: Nov 09, 2010
Posts: 5
|
|
Please have a look on the below query...........
We have below jms call
msg = queueReceiver.receive(90000);
which waits 1.5 min to get message
in existing environment on E1/E2/E3 we can get the proper error message whenever we do not get any message within 1.5 min
but in our upgraded environment what is happening
We found it from trace log
when we hit request
at this call
msg = queueReceiver.receive(90000);
server waits only for 1 min
and hit the same request again...
results in Internal server error on screen instead of jsp with error message
but if we reduced the time from 90000 to less than 1 min we can get the jsp with error message
bottom line:
In existing environment server waits for 5 min (found from trace log) and in new envi it waits for 1 min only
we want to increase this time to 5 min in existing envi
to get the response to webserver
in which configuration file (webserver / appserver) we can set this time.
Thanks in advance !!
|
 |
 |
|
|
subject: Internal server error due to timeout betwwen appserver and webserver
|
|
|