Re : Tomcat 5.0.28 SocketException error

2007-07-04 Thread bobo tr
Hi Filip, Thank you for the hint. I'll test it. Regards, Boris - Message d'origine De : Filip Hanik - Dev Lists <[EMAIL PROTECTED]> À : Tomcat Users List Envoyé le : Mardi, 3 Juillet 2007, 21h23mn 41s Objet : Re: Tomcat 5.0.28 SocketException error this wo

Re: Tomcat 5.0.28 SocketException error

2007-07-03 Thread Filip Hanik - Dev Lists
this would be your hint java.lang.OutOfMemoryError so yes, running out of memory would crash your server. what you can do is 1. upgrade to 1.4.2_14 2. add "-XX:+HeapDumpOnOutOfMemoryError" to your JAVA_OPTS this will produce a .hprof file containing your memory dump, you can then analyze the