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?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
Where would we find out what the machine bandwidth is? – somori Feb 17 '10 at 10:15
I used netlimiter (netlimiter.com) – tuler Feb 17 '10 at 10:48
feedback

Most firewalls kill an idle connection after some time.

link|improve this answer
The application keeps trying to reconnect, but after this error with no success. – tuler Sep 25 '09 at 12:41
Do you see an error in the server log? – Aaron Digulla Sep 25 '09 at 12:55
The server has no error in the log, as far as I know. – tuler Sep 25 '09 at 14:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.