[Quickfix-developers] Unexpected Logout Problem
Brought to you by:
orenmnero
|
From: Nick V. <ni...@ad...> - 2006-12-07 05:57:38
|
I'm using QF 1.11.0 for Java. and have a problem related to QuickFIX=20 sending an unexpected logout request. As you can see, in my configuration file for QuickFIX, I have a session=20 that starts at 22:40 and end as 22:35 (almost 24hrs). ConnectionType=3Dinitiator StartTime=3D22:40:00 EndTime=3D22:35:00 The counterparty that I'm connected to will send a logout message at=20 22:30. From the event log, you can see that QuickFIX receives this logout= =20 request and disconnects at 22:30, as expected. Then at 22:45, it tries to= =20 establish a connection with my counterparty, which it seems to do=20 successfully. But after 30 seconds or so, it disconnects. 20061205-22:30:00 : Received logout request 20061205-22:30:00 : Sending logout response 20061205-22:30:00 : Disconnecting 20061205-22:45:55 : Created session 20061205-22:45:55 : Connecting to xxx.xxx.xxx.xxx on port xxxx 20061205-22:45:55 : Connection succeeded 20061205-22:45:56 : Initiated logon request 20061205-22:45:56 : Received logon response 20061205-22:46:29 : Disconnecting For completeness, I've attached the message log. You can see that at=20 22:30, my counterparty sends a test request followed by a logout request,=20 which QuickFIX correctly responds to. Then at 22:46, QuickFIX sends a=20 logon message to my counterparty, which is accepted. Then around 20=20 seconds later. QuickFIX sends a logout message and the connection is lost. 8=3DFIX.4.2=019=3D64=0135=3D0=0134=3D2175=0149=3DQUICKFIX=0152=3D20061206-2= 2:29:54.223=0156=3DCOUNTERPARTY=0110=3D131=01 8=3DFIX.4.2=019=3D100=0135=3D1=0149=3DCOUNTERPARTY=0156=3DQUICKFIX=0134=3D2= 183=0152=3D20061206-22:30:00=01112=3D!@SF@!_Logout=20 20061206-22:30:00:223=0110=3D036=01 8=3DFIX.4.2=019=3D104=0135=3D0=0134=3D2176=0149=3DQUICKFIX=0152=3D20061206-= 22:30:00.536=0156=3DCOUNTERPARTY=01112=3D!@SF@!_Logout=20 20061206-22:30:00:223=0110=3D245=01 8=3DFIX.4.2=019=3D60=0135=3D5=0149=3DCOUNTERPARTY=0156=3DQUICKFIX=0134=3D21= 84=0152=3D20061206-22:30:00=0110=3D174=01 8=3DFIX.4.2=019=3D64=0135=3D5=0134=3D2177=0149=3DQUICKFIX=0152=3D20061206-2= 2:30:00.551=0156=3DCOUNTERPARTY=0110=3D125=01 8=3DFIX.4.2=019=3D73=0135=3DA=0134=3D1=0149=3DQUICKFIX=0152=3D20061206-22:4= 6:10.592=0156=3DCOUNTERPARTY=0198=3D0=01108=3D30=0110=3D015=01 8=3DFIX.4.2=019=3D69=0135=3DA=0149=3DCOUNTERPARTY=0156=3DQUICKFIX=0134=3D1= =0152=3D20061206-22:46:10=0198=3D0=01108=3D30=0110=3D070=01 8=3DFIX.4.2=019=3D61=0135=3D5=0134=3D2=0149=3DQUICKFIX=0152=3D20061206-22:4= 6:30.749=0156=3DCOUNTERPARTY=0110=3D238=01 Can anyone see where the problem is?? Could QuickFIX be confused by the=20 session start and end times? Any help would be greatly appreciated. Thanks. Nik ***************************************************************************= *********************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized use of the information contained in this email or its attachments is prohibited. If this email is received = in error, please contact the sender and delete the material from your computer systems. Do not use, copy, or disclose the contents of this email or any attachments. Abu Dhabi Investment Authority (ADIA) accepts no responsibility for the content of this email to the extent that the same consists of statements and opinions made which are the senders own and not made on behalf of ADIA. Nor does ADIA accept any liability for any errors or omissions in the content of this email caused by electronic and technical failures. Although ADIA has taken reasonable precautions to ensure that no viruses are present in this email, ADIA accepts no responsibility for any loss or damage arising from the use of this email or its attachments. ***************************************************************************= *********************************** |