Re: java.net.SocketException: Too many open files

2011-04-07 Thread Adrian Speteanu
m: Felix Frank [mailto:f...@mpexnet.de] > > Sent: Thursday, April 07, 2011 1:08 PM > > To: JMeter Users List > > Subject: Re: java.net.SocketException: Too many open files > > > > On 04/07/2011 08:49 AM, Ragini Thakur wrote: > > > Hi, > > > > >

Re: java.net.SocketException: Too many open files

2011-04-07 Thread Deepak Shetty
il 07, 2011 1:08 PM > To: JMeter Users List > Subject: Re: java.net.SocketException: Too many open files > > On 04/07/2011 08:49 AM, Ragini Thakur wrote: > > Hi, > > > > > > > > While running load test in distributed mode we observed the > > "jav

Re: java.net.SocketException: Too many open files

2011-04-07 Thread Adrian Speteanu
Message- > From: Felix Frank [mailto:f...@mpexnet.de] > Sent: Thursday, April 07, 2011 1:08 PM > To: JMeter Users List > Subject: Re: java.net.SocketException: Too many open files > > On 04/07/2011 08:49 AM, Ragini Thakur wrote: > > Hi, > > > > > > > >

RE: java.net.SocketException: Too many open files

2011-04-07 Thread Ragini Thakur
What is the cause of this exception its OS issue or application? Regards, Ragini Thakur -Original Message- From: Felix Frank [mailto:f...@mpexnet.de] Sent: Thursday, April 07, 2011 1:08 PM To: JMeter Users List Subject: Re: java.net.SocketException: Too many open files On 04/07/2011 08

Re: java.net.SocketException: Too many open files

2011-04-07 Thread Felix Frank
On 04/07/2011 08:49 AM, Ragini Thakur wrote: > Hi, > > > > While running load test in distributed mode we observed the > "java.net.SocketException: Too many open files" on the slave where > Jmeter was executed in server mode. Can anyone tell why this exceptio

java.net.SocketException: Too many open files

2011-04-06 Thread Ragini Thakur
Hi, While running load test in distributed mode we observed the "java.net.SocketException: Too many open files" on the slave where Jmeter was executed in server mode. Can anyone tell why this exception is thrown? I never observed this exception any time before. The complete s

Re: java.net.SocketException: Unconnected sockets not implemented

2009-01-18 Thread sebb
at the > >> >> sockets > >> >> >> > are created which means that some SSL Socket factory > >> >> implementations > >> >> >> > no longer work. > >> >> >> > > >> >> >> > A Google search shows a lot of applica

Re: java.net.SocketException: Unconnected sockets not implemented

2009-01-16 Thread laredotornado
ange in Java 1.6 in the way that the >> >> sockets >> >> >> > are created which means that some SSL Socket factory >> >> implementations >> >> >> > no longer work. >> >> >> > >>

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-22 Thread sebb
SSL Socket factory > >> implementations > >> >> > no longer work. > >> >> > > >> >> > A Google search shows a lot of applications seem to have hit this > >> >> problem. > >> >> > > >>

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-22 Thread laredotornado
s a lot of applications seem to have hit this >> >> problem. >> >> > >> >> > As a work-round, either use Java 1.5, or switch to the HttpClient >> >> > version of the HTTP sampler. >> >> > >> >>

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-19 Thread sebb
> >> > As a work-round, either use Java 1.5, or switch to the HttpClient > >> > version of the HTTP sampler. > >> > > >> > > >> > On 04/12/2008, laredotornado wrote: > >> >> > >> >> Hi, > &g

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-19 Thread laredotornado
As a work-round, either use Java 1.5, or switch to the HttpClient >> > version of the HTTP sampler. >> > >> > >> > On 04/12/2008, laredotornado wrote: >> >> >> >> Hi, >> >> >> >> I'm using JMete

Java 1.6 and https error - java.net.SocketException: Unconnected sockets not implemented

2008-12-06 Thread sebb
There is a problem using JMeter 2.3.2 with Java 1.6 when using the HTTP (Java) sampler with https: URLs. This is caused by a change in the way Java 1.6 creates the sockets. The work-round for 2.3.2 is to use Java 1.5 or switch to the HttpClient version of the HTTP sampler. The problem has hopefu

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-05 Thread sebb
e Java 1.5, or switch to the HttpClient > > version of the HTTP sampler. > > > > > > On 04/12/2008, laredotornado <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> > >> I'm using JMeter 2.3.2 on WinXP. When I try and

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-05 Thread laredotornado
inXP. When I try and access a web page using >> an >> HTTP Request in which the protocol is https, I get this response: >> >> java.net.SocketException: Unconnected sockets not implemented >> at javax.net.SocketFactory.createSocket(Unknown Sourc

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-05 Thread sebb
version of the HTTP sampler. On 04/12/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using JMeter 2.3.2 on WinXP. When I try and access a web page using an > HTTP Request in which the protocol is https, I get this response: > > java.net.Sock

java.net.SocketException: Unconnected sockets not implemented

2008-12-04 Thread laredotornado
Hi, I'm using JMeter 2.3.2 on WinXP. When I try and access a web page using an HTTP Request in which the protocol is https, I get this response: java.net.SocketException: Unconnected sockets not implemented at javax.net.SocketFactory.createSocket(Unknown Source)

Re: Help with "java.net.SocketException: Connection reset"

2007-07-13 Thread sebb
s Tree: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) This says that JMeter is trying to read from the server, and detected a connection reset. This must be either a network error or the server is resetting the connection. You'll need to check

Help with "java.net.SocketException: Connection reset"

2007-07-12 Thread Ning An
Greetings, I am running a JMeter test plan with SOAP/XML-RPC Request with OC4J 10g ( 10.1.3) and Oracle Database 10g. Even with a single thread and 50 Loop Count, I am keep getting the following Response Data at View Results Tree: java.net.SocketException: Connection reset at

Re: java.net.SocketException

2002-07-10 Thread Mike Stover
ults > Cookie manager > Page request (https) > File reporter > > > after launching all the thread, i have some request response Ok > but for some threads (about 200), I have this exception : > java.net.SocketExceptio

java.net.SocketException

2002-07-09 Thread samuel gru
) File reporter after launching all the thread, i have some request response Ok but for some threads (about 200), I have this exception : java.net.SocketException: Unexpected end of file from server at com.sun.net.ssl.internal.www.protocol.https.HttpClient.b(DashoA6275) at

java.net.SocketException: connect (code=10061) - 'Building a Web Test Plan'

2002-03-15 Thread Canisi Dvorak
Since I am not very experienced concerning Java and very new to JMeter I guess I have to apologize in advance for my very simple question. How can I get rid of the following error? java.net.SocketException: connect (code=10061) at java.net.PlainSocketImpl.socketConnect(Native Method