I working on Jakarta Tomcat 4.1 version. When i work on the Tomcat server for more hours it goes to non reponse mode. When i restart the Server it works fine.(It means the server stops automatically)
Do tomcat have any perdefined hours of working or whether it is a installation mistakes...
Ramesh Shanmugam - SCJP 1.5
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
posted
0
No, of course...
I think, env in you server is mistake...
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
posted
0
Try some debug: GC, connection pools(if any), thread pools.
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
Ramesh Shanmugam
Ranch Hand
Joined: Sep 13, 2004
Posts: 132
posted
0
Thanks Somkiat& David
But the server is working fine all the times. This error comes rarely. It is not happening frequently..
lesley evensen
Greenhorn
Joined: Nov 02, 2001
Posts: 14
posted
0
If you haven't yet, check the log file (under the logs folder of your jakarta-tomcat-4.1 installation) catalina.out - if your error handler is writing to sys out, the messages will be there. See if you've exhausted memory. You may have a memory leak in your application and that may explain why your server seems to run most of the time.