|
ava.net.ProtocolException: Already connected
at gnu.java.net.protocol.http.HTTPURL
Hi,
I'm trying to run Jmeter to do some benchmarking test but when i run the testing i got the error mention below. but when i try to run this on the my browser its working fine. Had anyone encounter this before? Please advice thanks a lot.
java.net.ProtocolException: Already connected
at gnu.java.net.protocol.http.HTTPURLConnection.getOutputStream(libgcj.so.8)
at org.apache.jmeter.protocol.http.sampler.PostWriter.sendPostData(PostWriter.java:149)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sendPostData(HTTPSampler.java:111)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:455)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1021)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1007)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
at java.lang.Thread.run(libgcj.so.8)
|