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) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:306) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:126) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:113) at java.net.Socket.<init>(Socket.java:262) at java.net.Socket.<init>(Socket.java:91) at sun.net.NetworkClient.doConnect(NetworkClient.java:47) at sun.net.www.http.HttpClient.openServer(HttpClient.java:313) at sun.net.www.http.HttpClient.openServer(HttpClient.java:424) at sun.net.www.http.HttpClient.<init>(HttpClient.java:253) at sun.net.www.http.HttpClient.<init>(HttpClient.java:263) at sun.net.www.http.HttpClient.New(HttpClient.java:275) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:396) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:440) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java, Compiled Code) at java.lang.Thread.run(Thread.java:472) I installed JMeter 1.7B3 on my Windows2000 computer on which jdk1.2.1 had been installed. Then I tried to get used to working with JMeter by setting up a test plan as described in the 'User Manual' in chapter 'Building a Web Test Plan'. It worked ok apart from the fact that no milliseconds were displayed in the reporting file (only 0) and that I had the above mentionned error displayed by the console. What went wrong with my installation/configuration of JMeter? Thanks, Canisi Dvorak -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>