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

Tomcat 5.0.28 SocketException error

2007-07-03 Thread bobo tr
Hi, I'm running Tomcat 5.0.28 with JDK 1.4.2_10, and I can see in catalina.out a lot of : GRAVE: Remote Host /xxx.xxx.xxx.x SocketException: Invalid argument Jul 2, 2007 2:16:18 AM org.apache.tomcat.util.net.TcpWorkerThread runIt When I have around 50 messages like this one, I can see this mes