RC: 10054 远程主机强迫关闭了一个现有的连接

问题-------------------------------------
was 6.X
To solve the problem, increase the ConnectionIOTimeOut parameter for your Web container HTTP transport. The default value is 5 seconds. You can increase the value 30 seconds or greater. Set the value using the administrative console. Click Servers > Application Servers > server_name > Web Container > HTTP Transports > port_number > Custom Properties > New. Type the following property name and value:


* Name: ConnectionIOTimeOut
* Value: 30


was7.x
Servers > Application Servers > server_name > portlet container > Custom Properties > new


已修改,待运行一段时间看看(运行2天);
确认,不再出现。






错误--------------------------------------
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R  at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646)
[13-1-10 4:52:10:375 CST] 00000016 SystemErr     R Caused by: java.io.IOException: Async IO operation failed (1), reason: RC: 10054  远程主机强迫关闭了一个现有的连接。

你可能感兴趣的:(WAS)