Re: [Quickfix-developers] Unable to login to my broker
Brought to you by:
orenmnero
|
From: Anthony B. <ab...@ra...> - 2007-10-11 18:19:26
|
So now I see my toAdmin get called:
toAdmin Message 8=<BeginString> =75 5=5 4=1 9=<SenderCompID>
2=20071011-17:57:15.570 6=<TargetCompID> 0=123
toAdmin Session <BeginString>:<SenderCompID>-><TargetCompID>
Then I get my onCreate called:
onCreate <BeginString>:<SenderCompID>-><TargetCompID>
After that nothing happens.
Also, I got some feedback from the broker:
We took a look at the logs today and see 2 issues that you are having in
your connection.
1. When your system connects to our FIX server we see the connection up but
your system then sends another connection request directly afterward and our
server rejects because it sees you already connected, along with that reject
we drop your connection.
2. When you do connect successfully we receive a sequence number of one and
we are expecting a higher number (ie. 5) but your system does not increment
sequence numbers therefore we reject the connection.
This was one of their logs:
2007/10/11 11:15:53:296: CommServer: Connection from : Socket[
209.131.123.229/<SocketConnectHost>,
port=3852,localport=<SocketConnectPort>] accepted and identified as:
RADIXFUND
2007/10/11 11:15:53:296: FIXPump: Received data on connection {RADIXFUND}
[8=<BeginString> 9=87 35=A 34=4 49=<SenderCompID>
52=20071011-16:14:45.83556=<TargetCompID> 98=0 108=20 10=164
]
2007/10/11 11:15:53:312: FIXConnectionData: Sending data on connection
{RADIXFUND} [8=<BeginString> 9=0083 35=A 34=5 49=<TargetCompID>
56=<SenderCompID> 52=20071011-16:15:53 98=0 108=20 10=05
1 ]
2007/10/11 11:15:53:312: FIXFormatter: FIX session established on
connection: RADIXFUND
2007/10/11 11:15:53:390: FIXFormatter: SENDING RESEND REQUEST - seq# begin:
2 end: 3 current: 2 to: RADIXFUND
2007/10/11 11:15:53:390: FIXConnectionData: Sending data on connection
{RADIXFUND} [8= <BeginString> 9=0080 35=2 34=6 49=<TargetCompID>
56=<SenderCompID> 52=20071011-16:15:53 7=2 16=3 10=137 ]
2007/10/11 11:15:53:406: FIXConnectionData: Socket disconnected by peer
2007/10/11 11:15:53:406: FIXConnectionData: FIX session terminated on
connection: RADIXFUND
On 10/11/07, Oren Miller <or...@qu... > wrote:
>
> I would imagine his start time is within a good range, otherwise
> QuickFIX wouldn't even attempt connection.
>
> --oren
>
> On Oct 11, 2007, at 11:44 AM, Federico Paolinelli wrote:
>
> > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/
> > html/index.html
> > QuickFIX Support: http://www.quickfixengine.org/services.html
> >
> >> 20071010-22:32:28 : Created session
> >> 20071010-22:32:28 : Connecting to <Remote Machine's IP> on port
> >> <Remote
> >> Machine's Port>
> >> 20071010-22:40:53 : Created session
> >>
> >> That's it. Is my app ever getting a connection to the remote
> >> computer? At
> >> what point is this stuff breaking down? I'd like to be able to
> >> tell the
> >> guys at the brokerage exactly where I'm stuck but it's tough with
> >> so little
> >> experience.
> >>
> >
> > Check also the start time in your configuration file and note that
> > it is in UTC.
> >
> > Federico
> >
> > ----------------------------------------------------------------------
> > ---
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a
> > browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Quickfix-developers mailing list
> > Qui...@li...
> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers
> >
>
>
|