You can tell that it is not a JMeter error per se, because the first part of the stack trace shows that the error is generated in Java classes.
Does the connection ever work? S. On 13/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Well if the connection is timing out then you wouldnt have anything in the server logs as it never got there in the first place! From the machine you're running jmeter on, try this command: telnet <host> <port> If you get connection refused then either you have the host or port wrong, or there's a firewall in your way.. Dan > Hi, > > I am continually receiving this error and I am told there are no > errors in the server log. How can I be sure this is not a JMeter > issue? > > cheers > > aidy > > On 08/03/07, aidy lewis <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I am getting time-out errors on all my tests. Is this a server or Jmeter >> issue? >> >> java.net.ConnectException: Connection timed out: connect >> at java.net.PlainSocketImpl.socketConnect(Native Method) >> at java.net.PlainSocketImpl.doConnect(Unknown Source) >> at java.net.PlainSocketImpl.connectToAddress(Unknown Source) >> at java.net.PlainSocketImpl.connect(Unknown Source) >> at java.net.Socket.connect(Unknown Source) >> at java.net.Socket.connect(Unknown Source) >> at sun.net.NetworkClient.doConnect(Unknown Source) >> at sun.net.www.http.HttpClient.openServer(Unknown Source) >> at sun.net.www.http.HttpClient.openServer(Unknown Source) >> at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) >> at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) >> at >> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown >> Source) >> at >> sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown >> Source) >> at >> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown >> Source) >> at >> com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.connect(Unknown >> Source) >> at >> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:406) >> at >> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658) >> at >> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647) >> at >> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) >> at java.lang.Thread.run(Unknown Source) >> >> cheers >> >> aidy >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

