HTTPClient.RetryException : Software caused connection abort: recv failed

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

HTTPClient.RetryException : Software caused connection abort: recv failed

Leejongyong
현재 사내 네트워크로 인해 에러가 발생하는 것 같습니다.
혹시프록시 설정을 어떻게 해야 하는지 알수 있을까요?
015-09-14 12:48:58,068 INFO  The Grinder version 3.9.1
2015-09-14 12:48:58,078 INFO  Java(TM) SE Runtime Environment 1.7.0_75-b13: Java HotSpot(TM) 64-Bit Server VM (24.75-b04, mixed mode) on Windows 7 amd64 6.1
2015-09-14 12:48:58,083 INFO  time zone is KST (+0900)
2015-09-14 12:48:58,185 INFO  worker process 0 of agent number 0
2015-09-14 12:48:58,211 INFO  Instrumentation agents: byte code transforming instrumenter for Java; byte code transforming instrumenter for Java
2015-09-14 12:48:59,966 INFO  registered plug-in net.grinder.plugin.http.HTTPPlugin
2015-09-14 12:49:00,029 INFO  before process.
2015-09-14 12:49:00,031 INFO  Running "test.groovy" using GroovyScriptEngine running with groovy version: 2.2.1
2015-09-14 12:49:00,051 INFO  before thread.
2015-09-14 12:49:00,051 INFO  starting, will do 1 run
2015-09-14 12:49:00,051 INFO  Start time is 1442202540050 ms since Epoch
2015-09-14 12:49:00,324 ERROR Software caused connection abort: recv failed
HTTPClient.RetryException: Software caused connection abort: recv failed
        at HTTPClient.StreamDemultiplexor.retry_requests(StreamDemultiplexor.java:530) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.StreamDemultiplexor.close(StreamDemultiplexor.java:498) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:369) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.RespInputStream.read(RespInputStream.java:155) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.RespInputStream.read(RespInputStream.java:115) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.Response.readResponseHeaders(Response.java:980) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.Response.getHeaders(Response.java:698) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.Response.getVersion(Response.java:290) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3239) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java:2883) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2675) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.Get(HTTPConnection.java:986) ~[grinder-httpclient-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest$2.doRequest(HTTPRequest.java:504) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest$AbstractRequest.getHTTPResponse(HTTPRequest.java:1276) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest.GET(HTTPRequest.java:499) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest.GET(HTTPRequest.java:445) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest$GET.call(Unknown Source) ~[na:na]
        at org.ngrinder.TestRunner.test(test.groovy:57) ~[na:na]
        at net.grinder.scriptengine.groovy.junit.GrinderRunner.run(GrinderRunner.java:170) ~[ngrinder-groovy-3.3.jar:na]
        at net.grinder.scriptengine.groovy.GroovyScriptEngine$GroovyWorkerRunnable.run(GroovyScriptEngine.java:148) ~[ngrinder-groovy-3.3.jar:na]
        at net.grinder.engine.process.GrinderThread.run(GrinderThread.java:118) ~[grinder-core-3.9.1.jar:na]
2015-09-14 12:49:00,325 INFO  finished 1 run
2015-09-14 12:49:00,327 INFO  elapsed time is 276 ms
2015-09-14 12:49:00,327 INFO  Final statistics for this process:
2015-09-14 12:49:00,335 INFO  
             Tests        Errors       Mean Test    Test Time    TPS          Mean         Response     Response     Mean time to Mean time to Mean time to
                                       Time (ms)    Standard                  response     bytes per    errors       resolve host establish    first byte  
                                                    Deviation                 length       second                                 connection                
                                                    (ms)                                                                                                    

Test 1       0            1            ?            0.00         0.00         ?            0.00         0            ?            ?            ?             "naver.com"

Totals       0            1            ?            0.00         0.00         ?            0.00         0            ?            ?            ?            

  Tests resulting in error only contribute to the Errors column.          
  Statistics for individual tests can be found in the data file, including
  (possibly incomplete) statistics for erroneous tests. Composite tests  
  are marked with () and not included in the totals.                      



2015-09-14 12:49:00,036 INFO  validation-0: Starting threads
2015-09-14 12:49:00,336 INFO  validation-0: Finished
Reply | Threaded
Open this post in threaded view
|

Re: HTTPClient.RetryException : Software caused connection abort: recv failed

junoyoon
Administrator

http://ngrinder.642.n7.nabble.com/ngrinder-groovy-script-Proxy-td1559.html

를 참고하시기 바랍니다

2015. 9. 14. 오후 12:53에 "Leejongyong [via ngrinder]" <[hidden email]>님이 작성:
현재 사내 네트워크로 인해 에러가 발생하는 것 같습니다.
혹시프록시 설정을 어떻게 해야 하는지 알수 있을까요?
015-09-14 12:48:58,068 INFO  The Grinder version 3.9.1
2015-09-14 12:48:58,078 INFO  Java(TM) SE Runtime Environment 1.7.0_75-b13: Java HotSpot(TM) 64-Bit Server VM (24.75-b04, mixed mode) on Windows 7 amd64 6.1
2015-09-14 12:48:58,083 INFO  time zone is KST (+0900)
2015-09-14 12:48:58,185 INFO  worker process 0 of agent number 0
2015-09-14 12:48:58,211 INFO  Instrumentation agents: byte code transforming instrumenter for Java; byte code transforming instrumenter for Java
2015-09-14 12:48:59,966 INFO  registered plug-in net.grinder.plugin.http.HTTPPlugin
2015-09-14 12:49:00,029 INFO  before process.
2015-09-14 12:49:00,031 INFO  Running "test.groovy" using GroovyScriptEngine running with groovy version: 2.2.1
2015-09-14 12:49:00,051 INFO  before thread.
2015-09-14 12:49:00,051 INFO  starting, will do 1 run
2015-09-14 12:49:00,051 INFO  Start time is 1442202540050 ms since Epoch
2015-09-14 12:49:00,324 ERROR Software caused connection abort: recv failed
HTTPClient.RetryException: Software caused connection abort: recv failed
        at HTTPClient.StreamDemultiplexor.retry_requests(StreamDemultiplexor.java:530) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.StreamDemultiplexor.close(StreamDemultiplexor.java:498) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:369) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.RespInputStream.read(RespInputStream.java:155) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.RespInputStream.read(RespInputStream.java:115) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.Response.readResponseHeaders(Response.java:980) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.Response.getHeaders(Response.java:698) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.Response.getVersion(Response.java:290) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3239) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java:2883) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2675) ~[grinder-httpclient-3.9.1.jar:na]
        at HTTPClient.HTTPConnection.Get(HTTPConnection.java:986) ~[grinder-httpclient-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest$2.doRequest(HTTPRequest.java:504) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest$AbstractRequest.getHTTPResponse(HTTPRequest.java:1276) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest.GET(HTTPRequest.java:499) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest.GET(HTTPRequest.java:445) ~[grinder-http-3.9.1.jar:na]
        at net.grinder.plugin.http.HTTPRequest$GET.call(Unknown Source) ~[na:na]
        at org.ngrinder.TestRunner.test(test.groovy:57) ~[na:na]
        at net.grinder.scriptengine.groovy.junit.GrinderRunner.run(GrinderRunner.java:170) ~[ngrinder-groovy-3.3.jar:na]
        at net.grinder.scriptengine.groovy.GroovyScriptEngine$GroovyWorkerRunnable.run(GroovyScriptEngine.java:148) ~[ngrinder-groovy-3.3.jar:na]
        at net.grinder.engine.process.GrinderThread.run(GrinderThread.java:118) ~[grinder-core-3.9.1.jar:na]
2015-09-14 12:49:00,325 INFO  finished 1 run
2015-09-14 12:49:00,327 INFO  elapsed time is 276 ms
2015-09-14 12:49:00,327 INFO  Final statistics for this process:
2015-09-14 12:49:00,335 INFO  
             Tests        Errors       Mean Test    Test Time    TPS          Mean         Response     Response     Mean time to Mean time to Mean time to
                                       Time (ms)    Standard                  response     bytes per    errors       resolve host establish    first byte  
                                                    Deviation                 length       second                                 connection                
                                                    (ms)                                                                                                    

Test 1       0            1            ?            0.00         0.00         ?            0.00         0            ?            ?            ?             "naver.com"

Totals       0            1            ?            0.00         0.00         ?            0.00         0            ?            ?            ?            

  Tests resulting in error only contribute to the Errors column.          
  Statistics for individual tests can be found in the data file, including
  (possibly incomplete) statistics for erroneous tests. Composite tests  
  are marked with () and not included in the totals.                      



2015-09-14 12:49:00,036 INFO  validation-0: Starting threads
2015-09-14 12:49:00,336 INFO  validation-0: Finished


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/HTTPClient-RetryException-Software-caused-connection-abort-recv-failed-tp1865.html
To start a new topic under ngrinder-user-kr, email [hidden email]
To unsubscribe from ngrinder-user-kr, click here.
NAML