  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Connection timing out *annoying* | Connection timing out *annoying* 2004-02-05 - By Pete Stokes
Back I have checked the amount of free file descriptors, and I never lose too many. I start getting the socket exceptions before file descriptors even get down to 200 free.
This should be my last hurdle to getting a decent load test before going home to sleep so if any1 can help it would be appreciated !
Tx. Pete.
Using netstat -a, I see loads of tcp connection in a "TIME_WAIT" state. Accoring to man, this socket is "waiting after close to handle packets still in the network", so does this mean I have some limitation in the linux kernel or tomcat ?
Pete.
Pete Stokes wrote:
> Hi. > > Currently performing a load test, 150 users, and I am getting the below > error, for 15 simulated users. > > I have > maxThreads=3000 > minSpareThreads=25 > maxSpareThreads=400 > acceptCount=10 > connectionTimeout=-1 > Xms=64m, Xmx=768m > > Connection timed out from client (Grinder). As I have -1 connection timeout, any1 have an idea why I get this message ? > > Thanks, > Pete. > > 5/04 5:55:11 AM (thread 4 run 0): Aborted run, script threw class > java.net.ConnectException : Connection timed out: connect > java.net.ConnectException : Connection timed out: connect > at java.net.PlainSocketImpl (Native Method) > at java.net.PlainSocketImpl (Unknown Source) > at java.net.PlainSocketImpl (Unknown Source) > at java.net.PlainSocketImpl (Unknown Source) > at java.net.Socket (Unknown Source) > at java.net.Socket (Unknown Source) > at java.net.Socket <init>(Unknown Source) > at java.net.Socket <init>(Unknown Source) > at HTTPClient.HTTPConnection (HTTPConnection.java:3212) > at HTTPClient.HTTPConnection (HTTPConnection.java:2970) > at HTTPClient.HTTPConnection (HTTPConnection.java:2792) > at HTTPClient.HTTPConnection (HTTPConnection.java:2584) > > > >
******************************************************************************* **** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ******************************************************************************* **** For any information on the Quinn Group of Companies please visit :-
http://www.quinn-group.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
******************************************************************************* **** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ******************************************************************************* **** For any information on the Quinn Group of Companies please visit :-
http://www.quinn-group.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|
 |