If fail-over case, I config like below
SocketConnectHost=host1
SocketConnectPort=1111
SocketConnectHost1=host2
SocketConnectPort1=1111
,if the two accepter are not exist,the log will be like as below,
20151203-21:17:14.014 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
20151203-21:17:29.037 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
20151203-21:17:44.048 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
20151203-21:17:59.065 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
I could'nt know this connection is connect to which host and port is failed,
if print out the host and port,will be very useful!
|