Re: Connection timed out

2011-02-16 Thread Mariusz W
Hi, When I see this error my first check is thread pool on server side (is it exhausted?) next firewall. In your case (I suspect ) low ramp-up cause that server can't serve all request at once - part of them are serviced and part are waiting in accept() backlog queue (which is limited) but others

Re: "Connection timed out: connect" with +600 threads

2005-08-18 Thread Michael Stover
The most straightforward explanation is that the web server limits the connection pool and so requests beyond that limit have to wait for a free server-side socket. If the server is getting overloaded, some percentage of these will not be accepted before timing out on the client side. If your serv

RE: Connection timed out !!!

2002-10-16 Thread Mike Stover
l Message- > From: Mike Stover [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 6:09 PM > To: JMeter Users List > Subject: RE: Connection timed out !!! > > > Did you record these requests using JMeter's recording proxy? I suspect there's > some we

Re: Connection timed out !!!

2002-10-16 Thread Berin Loritsch
Michal Kostrzewa wrote: >>I've had trouble in the past with JMeter when not using JDK 1.4. If its >>possible for you to run JMeter under JDK 1.4, I'd recommend trying that. My >>problems had to do with using the proxy to record, but I think it's >>possibel that other JDK version related problems m

Re: Connection timed out !!!

2002-10-16 Thread Michal Kostrzewa
> > I've had trouble in the past with JMeter when not using JDK 1.4. If its > possible for you to run JMeter under JDK 1.4, I'd recommend trying that. My > problems had to do with using the proxy to record, but I think it's > possibel that other JDK version related problems may be present. Good p

RE: Connection timed out !!!

2002-10-16 Thread Emerson, David
Hi Guillaume, I've had trouble in the past with JMeter when not using JDK 1.4. If its possible for you to run JMeter under JDK 1.4, I'd recommend trying that. My problems had to do with using the proxy to record, but I think it's possibel that other JDK version related problems may be present.

RE: Connection timed out !!!

2002-10-16 Thread Vola, Guillaume
Title: RE: Connection timed out !!! Mike, I did not use the record mode with proxy beacause I was not able to make it working correctly. I mofidied my thread group removing some of controllers. The test is now simpler but seems to work better. When I increase the # threads I get some out of

RE: Connection timed out !!!

2002-10-15 Thread Mike Stover
this thread even with 500 users, it is okay, > no connection timed out to be noticed. > > -Guillaume > > -Original Message- > From: Mike Stover [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 7:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Connection tim

RE: Connection timed out !!!

2002-10-14 Thread Vola, Guillaume
-Original Message- From: Mike Stover [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 7:36 PM To: [EMAIL PROTECTED] Subject: Re: Connection timed out !!! Using telnet to test an HTTP port is kind of weird. What happens when you request 13.202.220.44:2828/askonce.jsp in your browser

Re: Connection timed out !!!

2002-10-14 Thread Mike Stover
Using telnet to test an HTTP port is kind of weird. What happens when you request 13.202.220.44:2828/askonce.jsp in your browser? -Mike On 14 Oct 2002 at 19:25, Vola, Guillaume wrote: > All, > Let me introduce myself first, > I work in Grenoble (france) on the askOnce product. > I'm in char