|
From: hangel <hec...@su...> - 2013-01-11 12:08:14
|
Hi All, I have recently discovered that after a "Connection Refused" there is no callback on the Application implementer. First of all, the reason I get a refusal is because I already have another instance connected. However, I really need to handle this refusal so I can put my application into the correct state and stop the connection retries. Here are the logs I get: 11:18:48.767 Created session: FIX.4.2 ... 11:18:48.767 onCreate called for FIX.4.2 ... 11:18:48.773 Socket option: SocketTcpNoDelay=true 11:18:48.773 Socket option: SocketSynchronousWrites=false 11:18:48.773 Socket option: SocketSynchronousWriteTimeout=30000 11:18:48.810 [FIX.4.2 ...] [/10.135.70.49:60594] 11:18:48.810 SessionTimer started 11:18:48.973 java.net.ConnectException: java.net.ConnectException: Connection refused (Next retry in 30000 milliseconds) 11:19:49.280 java.net.ConnectException: java.net.ConnectException: Connection refused (Next retry in 30000 milliseconds) Any help will be much appreciated. Hector -- View this message in context: http://quickfix-j.364392.n2.nabble.com/Connection-Refused-No-callback-on-quickfix-Application-tp7577808.html Sent from the QuickFIX/J mailing list archive at Nabble.com. |