I have FIX initiator running on multiple servers. Idea is to let only one of them have FIX session running on it. However, as soon as FIX session is established on one server, I start getting java.net.ConnectException: Connection refused: no further information on the other server (in its FIX logs). Is there a way I can catch this exception, or maybe, any means by which I can identify and act on this situation? Actually, I want the other servers to stop trying to establish FIX connection aimlessly!

link|improve this question

57% accept rate
What is the idea to have several initiators trying to connect to an acceptor when you want ot use just one? – Jordan Mar 13 at 10:06
feedback

1 Answer

Your question is less than clear as to whether the error is on the server that is connected or the other servers. If it is on the other servers this is expected behaviour as they will be unable to connect since there is already a connection on that acceptor. If the error is on the connected server it is possible that the connecting servers are interrupting the connection but that is rather unlikely so the bug may be elsewhere.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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