我在应用程序中有一个场景,我将使用HttpClient.execute方法获取资源。
我发现在访问应用程序时,我找不到该资源,当我看到日志时,我可以看到频繁记录异常
2013-06-07 07:38:57,924,ERROR ,, com.myapp.HTTPCall - HTTPCall.makeHttpCall :: IOException :: Connection reset 2013-06-07 07:38:57,954,ERROR ,, com.myapp.HTTPCall - HTTPCall.makeHttpCall :: IOException :: Connection reset 2013-06-07 07:38:57,984,ERROR ,, com.myapp.HTTPCall - HTTPCall.makeHttpCall :: IOException :: Connection reset 2013-06-07 07:38:58,814,ERROR ,, com.myapp.HTTPCall - HTTPCall.makeHttpCall :: IOException :: Connection reset 2013-06-07 07:38:58,844,ERROR ,, com.myapp.HTTPCall - HTTPCall.makeHttpCall :: IOException :: Connection reset 2013-06-07 07:38:57,574,ERROR ,, com.myapp.HTTPCall - HTTPCall.makeHttpCall :: IOException :: Connection reset
这是每秒重复一次。可能是什么问题?请求的资源在apache webserver中。