Mark,
If acceptor receives a message of unknown session it disconnects such
client.
Could you provide both configuration files and messages logs you have?
Regards,
Alexey Zubko
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Quickfix-users] same app: SocketInitiator works, SocketAcceptor
> fails (all on linux)
> From:
> "Mark T. Kennedy" <mke...@di...>
> Date:
> Fri, 25 Aug 2006 09:40:00 -0400
> To:
> qui...@li...
>
> To:
> qui...@li...
>
>
> CompID's were "initiator" and "acceptor". it seems strange there is a
> code path that could receive a complete message and not do anything with
> it without a log message.
>
> /mark
>
> Alexey Zubko wrote:
>
>> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
>> QuickFIX Support: http://www.quickfixengine.org/services.html
>>
>> Mark,
>>
>> It may happened if your initiator sends invalid (for you acceptor)
>> TargetCompID.
>> I think QF should report such things in the event log.
>>
>> Regards,
>> Alexey Zubko
>>
>>
>>
>> qui...@li... wrote:
>>
>>> Subject:
>>> [Quickfix-users] same app: SocketInitiator works, SocketAcceptor fails
>>> (all on linux)
>>> From:
>>> "Mark T. Kennedy" <mke...@di...>
>>> Date:
>>> Thu, 24 Aug 2006 14:36:31 -0400
>>> To:
>>> qui...@li...
>>>
>>> To:
>>> qui...@li...
>>>
>>>
>>> i have an app that works as an initiator but fails as an acceptor.
>>> when run as an acceptor, it receives the logon request from the
>>> initiator and then immediately tears down the socket. nothing
>>> is written to the acceptor's event log about this. the initiator
>>> sees:
>>>
>>> 20060824-17:17:38 : Connection succeeded
>>> 20060824-17:17:39 : Initiated logon request
>>> 20060824-17:17:39 : Socket Error: Connection reset by peer.
>>> 20060824-17:17:39 : Disconnecting
>>>
>>> i have strace'd the acceptor and have verified that the complete
>>> logon message was received without error.
>>>
>>> there doesn't seem to be a way to turn on any kind of verbose
>>> logging.
>>>
>>> thoughts/comments/suggestions?
>>>
>>> /mark kennedy
>>>
>>>
>>>
|