An established connection was aborted by the software in your host machine

谁说胖子不能爱 提交于 2020-01-02 16:03:49

问题


The application uses quickfixj library, which uses Apache Mina. This application keeps a socket connection to a remote host.

Suddenly we get the following error:

[SocketConnectorIoProcessor-0.0]   - ERROR quickfix.mina.initiator.InitiatorIoHandler  - socket exception (/xxx.xxx.xxx.xxx:xx): An established connection was aborted by the software in your host machine

where xxx.xxx.xxx.xxx:xx is the remote address.

What may be causing the connection drop? The remote host? My OS?


回答1:


The connection was being dropped by some switch because the machine bandwidth was too high (above the limit)




回答2:


Most firewalls kill an idle connection after some time.



来源:https://stackoverflow.com/questions/1477003/an-established-connection-was-aborted-by-the-software-in-your-host-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!