The error im getting are... ===================================================================== Response Data: java.net.UnknownHostException: 127.0.0.1/website at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.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.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(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:490) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1037) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1023) at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:346) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243) at java.lang.Thread.run(Unknown Source) ===================================================================== Sample Result: Thread Name: Thread Group 1-51 Sample Start: 2009-08-31 13:43:50 GMT+08:00 Load time: 1 Latency: 0 Size in bytes: 1293 Sample Count: 1 Error Count: 1 Response code: Non HTTP response code: java.net.UnknownHostException Response message: Non HTTP response message: 127.0.0.1/moodle_esilk
Response headers: HTTPSampleResult fields: ContentType: DataEncoding: ISO-8859-1 ===================================================================== Deepak Shetty wrote: > > add view results tree listener and see what is the error you are getting . > If its because you are unable to connect to your site, then check whether > you can connect to it from a browser on the same machine as the one > running > jmeter. If the browser is able to connect check your the proxy settings on > the browser and specify the same to the jmeter client. > > On Sun, Aug 30, 2009 at 9:11 PM, nuttynibbles > <[email protected]>wrote: > >> >> i'm creating a web test plan to stress test a website that is on a >> intranet. >> Typically, if I do a test plan for a website on the internet, it works >> fine. >> However, this website is on a intranet and i'm getting 100% error in the >> summary report. >> >> >> >> Deepak Brijnandan Goel wrote: >> > >> > I am sorry but what is the issue? >> > >> > On Mon, Aug 31, 2009 at 7:10 AM, >> > nuttynibbles<[email protected]> wrote: >> >> >> >> hi, i'm to perform a stress test on a web site that lies on a remote >> >> server. >> >> reason for this is because this website site used as a intranet. >> >> >> >> however, im getting 100%. the host is on 192.168.1.100/website. >> >> >> >> what can i do to resolve this issue? tks >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/jmeter-web-test-plan-for-a-remote-server-tp25217392p25217392.html >> >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> > >> > >> > >> > -- >> > Regards >> > >> > Deepak Goel >> > +91- 9765089593 >> > [email protected] >> > >> > "Clean and Green Environment" >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/jmeter-web-test-plan-for-a-remote-server-tp25217392p25218166.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://www.nabble.com/jmeter-web-test-plan-for-a-remote-server-tp25217392p25218596.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

