Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Most of the time My jsp page on the server is showing the following error:

Error: Could not get markup. The cookie or session is invalid or there is a runtime exception. 



I am unable to trace out the exact issue why it is caused .
I guess it is because of the time out period set for the server .

Please help regarding this.
Posted
Comments
Manfred Rudolf Bihy 4-Nov-11 11:09am    
What is your servlet container? Please add that information to you question.
(JRun, Tomcat, Websphere, ... )
Be Yourself 19-Nov-11 10:02am    
Apache
Arndt Faulhaber 4-Nov-11 15:04pm    
Since you tagges with Apache, have a look at your apache logs (normally located in your APACHE_HOME\log directory - in case it's an exception as the msg abouve suggests you will find it there.
Be Yourself 5-Nov-11 5:48am    
I am using web service to perform some task(that is called from the servlets method) and I have found from the webservice logs that it's not taking more than 1-2 sec to respond.
Even if the web service responds in less than 1 sec the jsp page keeps on connecting resulting in this error message.
In the logs I found no error message.
The logs are stored in the opmn/logs directory.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900