<BEA-000449> <Closing socket as no data read from it on 10.14.38.101:50,465 during the configured idle timeout of 5 secs>
网上解决方法:
I had the same problem on my production environment. This message is logged when user does not wait for the whole page to load and clicks on some other link. In my view we can not control users action. So i applied a log filter so that this particular message is not shown with complete stack trace.
If you want to follow this solution. Go to Admin console -> Click on Domain->Configuration->Log Filters->create new Log filter.
I added this line in expression "(MESSAGE !='Closing socket as no data read from it during the configured idle timeout of 5 secs')"
Go to your server-(for each server you have to set it individually)->Logging->Advanced->Select this log filter for Standard Out or log file.
网络原因也会导致该问题,如网络延迟严重。
可以通过以下方法调整超时时间:
Home >Summary of Servers >AdminServer >Configuration >Tuning
Stuck Thread Max Time:600
Login Timeout:0
说明:
Login Timeout
The login timeout for this server's default regular (non-SSL) listen port. This is the maximum amount of time allowed for a new connection to establish.
A value of 0 indicates there is no maximum.
MBean Attribute:
Minimum value: 0
Maximum value: 100000
Secure value: 5000
--转自