As far as I can see, the error is being generated by the underlying HTTP(S) code, and so is not a JMeter problem.
It is saying that the remote server is not accepting connections. Check that the server really is working. S. On 05/10/05, Sylu <[EMAIL PROTECTED]> wrote: > Hi, > > I am also getting the same exception when trying to hit a webserver. > > SAMPLE RESULT: > Load time: 21761 > HTTP response code: Non HTTP response code > HTTP response message: Non HTTP response message > HTTP response headers: > > RESPONSE: > 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 com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) > at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source) > at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown > Source) > at sun.net.www.protocol.https.HttpsClient.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.a(Unknown Source) > at sun.net.www.protocol.https.HttpsClient.a(Unknown Source) > at sun.net.www.protocol.https.HttpsClient.a(Unknown Source) > at > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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:467) > at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( > HTTPSamplerBase.java:585) > at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( > HTTPSamplerBase.java:573) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) > at java.lang.Thread.run(Unknown Source) > > > The Http Samplers are set fine. I have been using the same script to run the > tests and they worked fine. I am seeing this problem since 2 days and > clearly there is no change in the jmeter test scripts. > > Can anyone help me solve this. > Thanks, > NS > > On 10/5/05, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote: > > > > I just have tried it with v. 2.1 > > Working fine. > > I sugest to check setting in http sampler: host, port, protocol, path etc. > > > > Pavel > > > > On 10/5/05, sekhar <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Hi , > > > > > > After running demo testplan I am getting message as > > > > > > in Sampler Result > > > > > > Load time: 22906 > > > HTTP response code: Non HTTP response code > > > HTTP response message: Non HTTP response message > > > > > > HTTP response headers: > > > > > > > > > In Request > > > > > > GET http://jakarta.apache.org/ > > > > > > > > > In Response Data > > > > > > 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.http.HttpClient.<init>(Unknown Source) > > > at sun.net.www.http.HttpClient.<init>(Unknown Source) > > > at sun.net.www.http.HttpClient.New(Unknown Source) > > > at sun.net.www.http.HttpClient.New(Unknown Source) > > > at sun.net.www.http.HttpClient.New(Unknown Source) > > > at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown > > > Source) > > > at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) > > > at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample( > > > HTTPSampler.java:424) > > > at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( > > > HTTPSamplerBase.java:514) > > > at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( > > > HTTPSamplerBase.java:503) > > > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) > > > at java.lang.Thread.run(Unknown Source) > > > > > > May you please help me to resolve this. > > > > > > > > > ********************************************************* > > > Disclaimer: > > > > > > The contents of this E-mail (including the contents of the enclosure(s) > > or > > > attachment(s) if any) are privileged and confidential material of MBT > > and > > > should not be disclosed to, used by or copied in any manner by anyone > > other > > > than the intended addressee(s). In case you are not the desired > > addressee, > > > you should delete this message and/or re-direct it to the sender. The > > views > > > expressed in this E-mail message (including the enclosure(s) or > > > attachment(s) if any) are those of the individual sender, except where > > the > > > sender expressly, and with authority, states them to be the views of > > MBT. > > > > > > This e-mail message including attachment/(s), if any, is believed to be > > > free of any virus. However, it is the responsibility of the recipient to > > > ensure that it is virus free and MBT is not responsible for any loss or > > > damage arising in any way from its use > > > > > > ********************************************************* > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

