|
From: Steve B. <st...@te...> - 2007-02-28 12:42:54
|
It appears you are receiving a logon acknowledgement with a 789 tag
(NextExpectedMsgSeqNum). This
tag is only valid in FIX 4.4 although your session is FIX 4.2. You may need
to modify your FIX 4.2 data
dictionary to add this tag.
_____
From: qui...@li...
[mailto:qui...@li...] On Behalf Of Vladimir
Kvasov
Sent: Wednesday, February 28, 2007 6:59 AM
To: qui...@li...
Subject: [Quickfixj-users] Tried to send a reject while not logged
on:Invalid tag number (field 789)
Hi
I got some strange exception. it happens when quickfix is trying to log in.
it says "Invalid tag number (field 789)" but there is no tag with id 789 in
logon message.
any ideas?
thank you
<LogMessage timestamp="2007/02/28 04:09:30:219" logType="CME" severity="3"
threadName="main"> FixLogFactory Session FIX.4.2:XXXXU->CME schedule is
daily,
05:00:00 GMT - 05:00:00 GMT (daily, 00:00:00 GMT-05:00 - 00:00:00 GMT-05:00)
</LogMessage>
<LogMessage timestamp="2007/02/28 04:09:30:229" logType="CME" severity="3"
threadName="main"> FixLogFactory Created session: FIX.4.2:XXXXU->CME
</LogMessa
ge>
<LogMessage timestamp="2007/02/28 04:09:31:894" logType="CME" severity="3"
threadName="QFJ Timer"> FixLogFactory Initiated logon request </LogMessage>
<LogMessage timestamp="2007/02/28 04:09:32:188" logType="CME" severity="3"
threadName="QFJ Socket Acceptor 1697b67"> FixLogFactory Tried to send a
reject wh
ile not logged on: Invalid tag number (field 789)
quickfix.SessionException: Tried to send a reject while not logged on:
Invalid tag number (field 789)
at quickfix.Session.generateReject(Session.java:857)
at quickfix.Session.next(Session.java:583)
at
quickfix.mina.SingleThreadedEventHandlingStrategy$SessionMessageEvent.proces
sMessage(SingleThreadedEventHandlingStrategy.java:128)
at
quickfix.mina.SingleThreadedEventHandlingStrategy.block(SingleThreadedEventH
andlingStrategy.java:70)
at
quickfix.mina.SingleThreadedEventHandlingStrategy$1.run(SingleThreadedEventH
andlingStrategy.java:86)
at java.lang.Thread.run(Thread.java:595)
</LogMessage>
<LogMessage timestamp="2007/02/28 04:09:32:207" logType="CME" severity="3"
threadName="SocketIoProcessor-0"> FixLogFactory Disconnecting </LogMessage>
<LogMessage timestamp="2007/02/28 04:09:32:208" logType="CME" severity="3"
threadName="SocketIoProcessor-0"> FixSingleSessionConnection connection
stopped (
logout) </LogMessage>
_________________________________
Vladimir Kvasov
Trading & Market Making
Rates Technology
Deutsche Bank
+7 495 9812289
---
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
|