Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 94125 invoked by uid 500); 9 May 2001 21:30:09 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 94048 invoked from network); 9 May 2001 21:30:07 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.4418.65 content-class: urn:content-classes:message Subject: Connection refused error MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 9 May 2001 15:29:42 -0600 Message-ID: <39B0257DA5A00649A8E81E862CC31E511431E9@eng1exc2.internal.corp> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Connection refused error Thread-Index: AcDYzym/OvWXjfrRSWC8eAI+RmlSOg== From: "Lisa Yanchunis" To: X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I am receiving a connection refused exception with JMeter 1.6. The complete trace follows. The only place I see this exception is in the JMeter console. It starts happening relatively easily (at around 32 threads is where I first noticed it). It doesn't show at the database (oracle), appserver (Inprise 4.5) or webserver (Tomcat) or anywhere in any of my logging. Is this a JMeter problem? Should I try an earlier version of JMeter? It doesn't cause the test to crash, but I can't show for certain the load/time numbers if connections are not being completed. Thanks in advance Lisa The exception: java.net.ConnectException: Connection refused: no further information at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112) at java.net.Socket.(Socket.java:273) at java.net.Socket.(Socket.java:100) at sun.net.NetworkClient.doConnect(NetworkClient.java:50) at sun.net.www.http.HttpClient.openServer(HttpClient.java:331) at sun.net.www.http.HttpClient.openServer(HttpClient.java:517) at sun.net.www.http.HttpClient.(HttpClient.java:267) at sun.net.www.http.HttpClient.(HttpClient.java:277) at sun.net.www.http.HttpClient.New(HttpClient.java:289) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.ja va:379) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j ava:271) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j ava:111) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:133) at java.lang.Thread.run(Thread.java:484) --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org