Tomcat Heap creep

2003-04-04 Thread O'Neill, John
I'm running tomcat 4.1.18, with Apache 2.0 on a Solaris 8 box. When I netstat on the Tomcat connections, after a heavy load on the server and the server is crawling, I get very large number of established connections, well above the number on my connector's maxProcessors and acceptCount. How and

RE: Tomcat Heap creep

2003-04-04 Thread O'Neill, John
I am on Solaris 8 and have scripted a netstat -an | grep 8009 | grep -c ESTABLISHED. Weighing total grep -c 8009 vs grep 8009 | grep -c ESTABLISHED I'm getting numbers like 847 vs 542. I'm assuming that ESTABLISHED should not rise above maxConnections + acceptCount. Most of the other

RE: Tomcat Heap creep

2003-04-04 Thread O'Neill, John
Patches... Great idea, I'm not sure but I will check. I'm using jdk1.4.1_01, could you give a list of patches or where to go to find the list. We just installed a bunch, but I would like to make sure. Thanks. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat Heap creep

2003-04-04 Thread O'Neill, John
Thank you Yoav. We were missing a malloc patch!! Regards. Howdy, It's deviously difficult to find on Sun's site: http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE Yoav Shapira Millennium ChemInformatics -Original Message- From: O'Neill, John [mailto:John.O'[EMAIL PROTECTED

Question about Socket

2003-02-07 Thread O'Neill, John
I'm still throwing SocketExceptions using Tomcat 4.1.18 and the Coyote Http Connector, is there a resolution for this? What should I look at? -John java.net.SocketException: Invalid argument at java.net.PlainSocketImpl.socketSetOption(Native Method) at

Socket Exceptions

2003-02-06 Thread O'Neill, John
I'm trying to get an idea of the root cause for this exception, does anyone have an idea? Could it have anything to do with dropping connections, users pushing stop or the number maxProcessors? I haven't really got an idea. I am not using Apache at the moment, just straight Tomcat with the

RE: Socket Exceptions

2003-02-06 Thread O'Neill, John
I wondering if no one has come across this problem or is it just to broad of an exception? John -Original Message- From: O'Neill, John Sent: Thursday, February 06, 2003 9:28 AM To: '[EMAIL PROTECTED]' Subject: Socket Exceptions I'm trying to get an idea of the root cause