OutOfMemory Errors
Hi All,
The intention is to get rid of the cases, when OutOfMemoryError exception on Tomcat 5.0.28. The exception is thrown after some period of running (from several hours to days, depends on the load/usage model). We have several EJBs, created by servlets, which in turn called by the client. The fact of OutOfMemoryError is bad, but what is worse that the Tomcat process comes to a stall and the clients too and their stack shows that they are waiting in RMI stack. The only solution left then is to manually restart the Tomcat Instance. The Environment in JDK 1.4.2 Tomcat 5.0.28 on SUSE Linux 9.
Could anyone guide me to a good monitoring tool to find out the exact cause of this error.I am already in process of evaluating JConsole provided by Sun. It would be really nice if you could guide me to some other Open Source JMX based tools.
Or Is there any configuration setting which could help us in solving this.
Thanks And Regards
Pallav

