From: Girish S. <gir...@gm...> - 2014-09-03 09:55:42
|
Hi Team, Need your help on below error - I am trying to use 'Mini FIX' simulator for FIX testing. My configuration file details is as below - [default] FileStorePath=C:\calypso\citicsecurities\1\EMSX ConnectionType=initiator SenderCompID=FIXCDUF TargetCompID=FIXEMU SocketConnectHost=localhost StartTime=00:00:00 EndTime=00:00:00 HeartBtInt=60 ReconnectInterval=10 [session] BeginString=FIX.4.4 SocketConnectPort=9880 UseDataDictionary=Y ValidateUserDefinedFields=N DataDictionary=C:\calypso\citicsecurities\install\custom-extensions\custom-p rojects\custom-engine\resources\DD_Bloomberg_FIX.4.4.xml . I am facing a problem while initiating login through simulator - I am getting below error in logs - 17:20:32,944 INFO [quickfix.mina.initiator.InitiatorIoHandler] (SocketConnectorIoProcessor-0.0) MINA session created for FIX.4.4:FIXCDUF->FIXEMU: local=/127.0.0.1:54150, class org.apache.mina.transport.socket.nio.SocketSessionImpl, remote=localhost/127.0.0.1:9880 <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, outgoing> (8=FIX.4.4_9=68_35=A_34=3_49=FIXCDUF_52=20140903-09:20:33.871_56=FIXEMU_98=0 _108=60_10=228_) <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, event> (Initiated logon request) <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, incoming> (8=FIX.4.4_9=52_35=0_49=FIXEMU_56=FIXCDUF_34=1_52=20140903-09:20:44_10=226_) <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> (quickfix.SessionException Logon state is not valid for message (MsgType=0)) <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> (Disconnecting: Verifying message failed: quickfix.SessionException: Logon state is not valid for message (MsgType=0)) [LOG|DEBUG|03 Sep 2014 17:20:44,749|com.calypso.LOG.calypsox|QFJ Message Processor|-] >> Logoff established. [END] Can you please help me to get this resolved. Thanks for your help on this. Thanks, Girish |
From: girish <gir...@gm...> - 2014-09-03 09:56:48
|
Team, Need your help on below error – I am trying to use ‘Mini FIX’ simulator for FIX testing. My configuration file details is as below – [default] FileStorePath=C:\calypso\citicsecurities\1\EMSX ConnectionType=initiator SenderCompID=FIXCDUF TargetCompID=FIXEMU SocketConnectHost=localhost StartTime=00:00:00 EndTime=00:00:00 HeartBtInt=60 ReconnectInterval=10 [session] BeginString=FIX.4.4 SocketConnectPort=9880 UseDataDictionary=Y ValidateUserDefinedFields=N DataDictionary=C:\calypso\citicsecurities\install\custom-extensions\custom-projects\custom-engine\resources\DD_Bloomberg_FIX.4.4.xml . I am facing a problem while initiating login through simulator – I am getting below error in logs – 17:20:32,944 INFO [quickfix.mina.initiator.InitiatorIoHandler] (SocketConnectorIoProcessor-0.0) MINA session created for FIX.4.4:FIXCDUF->FIXEMU: local=/127.0.0.1:54150, class org.apache.mina.transport.socket.nio.SocketSessionImpl, remote=localhost/127.0.0.1:9880 <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, outgoing> (8=FIX.4.4_9=68_35=A_34=3_49=FIXCDUF_52=20140903-09:20:33.871_56=FIXEMU_98=0_108=60_10=228_) <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, event> (Initiated logon request) <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, incoming> (8=FIX.4.4_9=52_35=0_49=FIXEMU_56=FIXCDUF_34=1_52=20140903-09:20:44_10=226_) <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> (quickfix.SessionException Logon state is not valid for message (MsgType=0)) <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> (Disconnecting: Verifying message failed: quickfix.SessionException: Logon state is not valid for message (MsgType=0)) [LOG|DEBUG|03 Sep 2014 17:20:44,749|com.calypso.LOG.calypsox|QFJ Message Processor|-] >> Logoff established. [END] Can you please help me to get this resolved. Thanks for your help on this. -- View this message in context: http://quickfix-j.364392.n2.nabble.com/Failure-in-establishing-Handshake-tp7578646.html Sent from the QuickFIX/J mailing list archive at Nabble.com. |
From: Paul M. <phm...@go...> - 2014-09-03 10:08:04
|
It looks like the quickfix application is attempting to logon (sending 35=A) but your FIX emulator is responding with a Heartbeat (35=0), which is not correct, it should be replying with a logon (35=A). Unfortunately I know nothing about this 'Mini FIX' emulator, but it looks like it isn't performing normal FIX session behaviour. Paul. On 3 September 2014 10:56, girish <gir...@gm...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Team, > > Need your help on below error – > > I am trying to use ‘Mini FIX’ simulator for FIX testing. > > My configuration file details is as below – > > [default] > FileStorePath=C:\calypso\citicsecurities\1\EMSX > ConnectionType=initiator > SenderCompID=FIXCDUF > TargetCompID=FIXEMU > SocketConnectHost=localhost > StartTime=00:00:00 > EndTime=00:00:00 > HeartBtInt=60 > ReconnectInterval=10 > > [session] > BeginString=FIX.4.4 > SocketConnectPort=9880 > UseDataDictionary=Y > ValidateUserDefinedFields=N > > DataDictionary=C:\calypso\citicsecurities\install\custom-extensions\custom-projects\custom-engine\resources\DD_Bloomberg_FIX.4.4.xml > . > > I am facing a problem while initiating login through simulator – > > I am getting below error in logs – > > 17:20:32,944 INFO [quickfix.mina.initiator.InitiatorIoHandler] > (SocketConnectorIoProcessor-0.0) MINA session created for > FIX.4.4:FIXCDUF->FIXEMU: local=/127.0.0.1:54150, class > org.apache.mina.transport.socket.nio.SocketSessionImpl, > remote=localhost/127.0.0.1:9880 > <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, outgoing> > > (8=FIX.4.4_9=68_35=A_34=3_49=FIXCDUF_52=20140903-09:20:33.871_56=FIXEMU_98=0_108=60_10=228_) > > <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, event> (Initiated logon > request) > > <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, incoming> > > (8=FIX.4.4_9=52_35=0_49=FIXEMU_56=FIXCDUF_34=1_52=20140903-09:20:44_10=226_) > > <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> > (quickfix.SessionException Logon state is not valid for message > (MsgType=0)) > > <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> (Disconnecting: > Verifying message failed: quickfix.SessionException: Logon state is not > valid for message (MsgType=0)) > > [LOG|DEBUG|03 Sep 2014 17:20:44,749|com.calypso.LOG.calypsox|QFJ Message > Processor|-] > > >> Logoff established. > > [END] > > > > > > Can you please help me to get this resolved. > > Thanks for your help on this. > > > > > -- > View this message in context: > http://quickfix-j.364392.n2.nabble.com/Failure-in-establishing-Handshake-tp7578646.html > Sent from the QuickFIX/J mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |
From: Christoph J. <chr...@ma...> - 2014-09-03 10:08:40
|
Hi, something seems to be wrong with the Logon message of the counterparty. You send a Logon and they send a Heartbeat with seqnum 1. They should send back a Logon with seqnum 1 instead. Regards, Chris. On 03/09/14 11:56, girish wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Team, > > Need your help on below error – > > I am trying to use ‘Mini FIX’ simulator for FIX testing. > > My configuration file details is as below – > > [default] > FileStorePath=C:\calypso\citicsecurities\1\EMSX > ConnectionType=initiator > SenderCompID=FIXCDUF > TargetCompID=FIXEMU > SocketConnectHost=localhost > StartTime=00:00:00 > EndTime=00:00:00 > HeartBtInt=60 > ReconnectInterval=10 > > [session] > BeginString=FIX.4.4 > SocketConnectPort=9880 > UseDataDictionary=Y > ValidateUserDefinedFields=N > DataDictionary=C:\calypso\citicsecurities\install\custom-extensions\custom-projects\custom-engine\resources\DD_Bloomberg_FIX.4.4.xml > . > > I am facing a problem while initiating login through simulator – > > I am getting below error in logs – > > 17:20:32,944 INFO [quickfix.mina.initiator.InitiatorIoHandler] > (SocketConnectorIoProcessor-0.0) MINA session created for > FIX.4.4:FIXCDUF->FIXEMU: local=/127.0.0.1:54150, class > org.apache.mina.transport.socket.nio.SocketSessionImpl, > remote=localhost/127.0.0.1:9880 > <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, outgoing> > (8=FIX.4.4_9=68_35=A_34=3_49=FIXCDUF_52=20140903-09:20:33.871_56=FIXEMU_98=0_108=60_10=228_) > > <20140903-09:20:33, FIX.4.4:FIXCDUF->FIXEMU, event> (Initiated logon > request) > > <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, incoming> > (8=FIX.4.4_9=52_35=0_49=FIXEMU_56=FIXCDUF_34=1_52=20140903-09:20:44_10=226_) > > <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> > (quickfix.SessionException Logon state is not valid for message (MsgType=0)) > > <20140903-09:20:44, FIX.4.4:FIXCDUF->FIXEMU, error> (Disconnecting: > Verifying message failed: quickfix.SessionException: Logon state is not > valid for message (MsgType=0)) > > [LOG|DEBUG|03 Sep 2014 17:20:44,749|com.calypso.LOG.calypsox|QFJ Message > Processor|-] > >>> Logoff established. > [END] > > > > > > Can you please help me to get this resolved. > > Thanks for your help on this. > > > > > -- > View this message in context: http://quickfix-j.364392.n2.nabble.com/Failure-in-establishing-Handshake-tp7578646.html > Sent from the QuickFIX/J mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Christoph John Development & Support Direct: +49 241 557080-28 Mailto:Chr...@ma... http://www.macd.com <http://www.macd.com/> ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- MACD GmbH Oppenhoffallee 103 D-52066 Aachen Tel: +49 241 557080-0 | Fax: +49 241 557080-10 Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- take care of the environment - print only if necessary |