An established connection was aborted by the softw

2019-05-27 01:35发布

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?

2条回答
一夜七次
2楼-- · 2019-05-27 02:03

Most firewalls kill an idle connection after some time.

查看更多
叛逆
3楼-- · 2019-05-27 02:08

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

查看更多
登录 后发表回答