[Quickfix-developers] Can't log on: connection drops
Brought to you by:
orenmnero
From: Nickolai D. <n_d...@ya...> - 2004-11-07 04:59:02
|
Hi! I'm very new to this, so please be patient if the problem I have was addressed before. I have a client and a server running on the same machine, and every time the initiator tries to log on, the connection drops out immediately. Yes, there is a FAQ that mentions this, but this FAQ has to do with two different computers, where as in my case, only a single machine is involved, so it definitely can't be due to a time difference. Here is what happens in my case: on the initiator side, onCreate gets called. Then toAdmin produces 8=FIX.4.3 9=61 35=A 34=1 49=ND1 52=20041107-03:36:31.646 56=ND2 98=0 108=20 10=129 Then the 'run' function is entered but very briefly, as in a matter of seconds, onLogout is called. My acceptor config file is [DEFAULT] ConnectionType=acceptor ReconnectInterval=60 SenderCompID=ND1 SocketAcceptPort=9823 #CheckLatency=N MaxLatency=86400 [SESSION] BeginString=FIX.4.3 TargetCompID=ND2 DataDictionary=/usr/software/quickfix-1.9.2/share/quickfix/FIX43.xml StartTime=00:00:00 EndTime=23:59:59 FileStorePath=/home/ndobrynin/main/hw and my initiator config file is [DEFAULT] ConnectionType=initiator ReconnectInterval=60 SenderCompID=ND1 #CheckLatency=N MaxLatency=86400 [SESSION] SocketConnectPort=9823 SocketConnectHost=172.18.121.103 BeginString=FIX.4.3 TargetCompID=ND2 DataDictionary=/usr/software/quickfix-1.9.2/share/quickfix/FIX43.xml StartTime=00:00:00 EndTime=23:59:59 FileLogPath=/home/ndobrynin/main/hw FileStorePath=/home/ndobrynin/main/hw HeartBtInt=20 Can anybody please tell me what the problem might be? Many thanks to all, Nickolai Dobrynin __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com |