Re: [Quickfix-developers] Too many open files
Brought to you by:
orenmnero
From: Rainer S. <ra...@aa...> - 2002-06-10 18:03:43
|
> > Do you still have a copy of that 4.2 SequenceReset message? If so can > you > post it here. It would probably be the best starting point for > writing a > test. We do have tests with sequence resets so it would be nice to see > if > there is something different or special about this message. > > --oren > Voila, I undid the change and reproduced the problem: The following SequenceReset mesage results in a FieldsOutOfOrder exception: 8=FIX.4.29=6135=434=32643=Y49=MBT52=20020610-17:53:5056=EURO136=32710=001 Resulting in the following reject message: ADMIN OUT: 8=FIX.4.29=9335=334=34249=EURO152=20020610-17:53:5156=MBT45=32658=Incorrect Message Structure372=410=061 Maybe the PossDupFlag is the problem? Just noticed another problem: When talking to the ordermatch example, when one stops the ordermatch process with ^Z for a while, exits and restarts the client process, continues the server with fg (the previous actions in any order...), it is possible to get all manner of wierd behaviour, e.g. last time I got an infinite loop of ADMIN IN: 8=FIX.4.29=10335=334=161249=TEST52=20020610-17:37:0956=EURO145=159558=Required tag missing371=122372=4373=110=227 ADMIN OUT: 8=FIX.4.29=10335=334=163049=EURO152=20020610-17:37:0956=TEST45=161158=Required tag missing371=122372=4373=110=216 ADMIN OUT: 8=FIX.4.29=6635=234=163149=EURO152=20020610-17:37:0956=TEST7=161316=162910= 013 ADMIN IN: 8=FIX.4.29=6635=234=163149=TEST52=20020610-17:37:0956=EURO17=161516=162910= 015 ADMIN OUT: 8=FIX.4.29=7035=434=161543=Y49=EURO152=20020610-17:37:0956=TEST36=1630123= Y10=241 (EURO1 is the client, TEST is the ordermatch server, this output is from the client, continues ad infinitum) -Rainer |