Advertisement
fedorm

Untitled

Feb 25th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. </requestHeader>
  2. <responseData class="java.lang.String">java.net.ConnectException: Connection refused (Connection refused)
  3. at sun.reflect.GeneratedConstructorAccessor31.newInstance(Unknown Source)
  4. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)
  7. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)
  8. at java.security.AccessController.doPrivileged(Native Method)
  9. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)
  10. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
  11. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  12. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  13. at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.readResponse(HTTPJavaImpl.java:268)
  14. at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:570)
  15. at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:67)
  16. at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1231)
  17. at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1220)
  18. at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
  19. at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546)
  20. at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
  21. at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253)
  22. at java.lang.Thread.run(Thread.java:748)
  23. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  24. at java.net.PlainSocketImpl.socketConnect(Native Method)
  25. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  26. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  27. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  28. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  29. at java.net.Socket.connect(Socket.java:589)
  30. at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
  31. at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  32. at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  33. at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:840)
  34.  
  35. Fedor, [24.02.19 22:21]
  36. at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
  37. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
  38. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  39. at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)
  40. at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
  41. at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
  42. at java.net.URLConnection.getContentLength(URLConnection.java:485)
  43. at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.readResponse(HTTPJavaImpl.java:233)
  44. ... 9 more
  45. </responseData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement