|
From: andreea.ion <and...@lr...> - 2012-04-18 06:44:59
|
I am running the quickfixj project under eclipse,jdk 7, windows on 64 bytes. The acceptor log is: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/quickfixj/lib/slf4j-jdk14-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/lib/optional/slf4j-log4j12-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/slf4j-jdk14-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/optional/slf4j-log4j12-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/java4/slf4j-jdk14-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/java4/optional/slf4j-log4j12-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Apr 18, 2012 9:40:38 AM quickfix.examples.executor.Executor <init> INFO: Acceptor registered with JMX, name=org.quickfixj:type=Connector,role=Acceptor,id=1 <20120418-06:40:39, FIX.4.3:PTE->ZMH, event> (Session FIX.4.3:PTE->ZMH schedule is daily, 00:00:00-UTC - 00:00:00-UTC) <20120418-06:40:39, FIX.4.3:PTE->ZMH, event> (Created session: FIX.4.3:PTE->ZMH) <20120418-06:40:39, FIX.4.3:PTE->ZMH, event> (Valid order types: [2, F, 1]) Apr 18, 2012 9:40:39 AM quickfix.SessionSchedule <init> INFO: [FIX.4.3:PTE->ZMH] daily, 00:00:00-UTC - 00:00:00-UTC Apr 18, 2012 9:40:39 AM quickfix.mina.SessionConnector startSessionTimer INFO: SessionTimer started Apr 18, 2012 9:40:39 AM quickfix.mina.acceptor.AbstractSocketAcceptor installSSL INFO: Installing SSL filter for 0.0.0.0/0.0.0.0:9879 Apr 18, 2012 9:40:39 AM quickfix.mina.ssl.SSLContextFactory initializeKeyStore Apr 18, 2012 9:40:39 AM quickfix.mina.NetworkingOptions logOption INFO: Socket option: SocketTcpNoDelay=true Apr 18, 2012 9:40:39 AM quickfix.mina.NetworkingOptions logOption INFO: Socket option: SocketSynchronousWrites=false Apr 18, 2012 9:40:39 AM quickfix.mina.NetworkingOptions logOption INFO: Socket option: SocketSynchronousWriteTimeout=30000 Apr 18, 2012 9:40:39 AM quickfix.mina.acceptor.AbstractSocketAcceptor startAcceptingConnections INFO: Listening for connections at 0.0.0.0/0.0.0.0:9879 press <enter> to quit The log from the initiator is: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/quickfixj/lib/slf4j-jdk14-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/lib/optional/slf4j-log4j12-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/slf4j-jdk14-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/optional/slf4j-log4j12-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/java4/slf4j-jdk14-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/quickfixj/core/src/main/lib/java4/optional/slf4j-log4j12-1.6.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Apr 18, 2012 9:26:01 AM quickfix.SessionSchedule <init> INFO: [FIX.4.3:ZMH->PTE] daily, 00:00:00-UTC - 23:59:00-UTC <20120418-06:26:01, FIX.4.3:ZMH->PTE, event> (Session FIX.4.3:ZMH->PTE schedule is daily, 00:00:00-UTC - 23:59:00-UTC) <20120418-06:26:01, FIX.4.3:ZMH->PTE, event> (Session state is not current; resetting FIX.4.3:ZMH->PTE) <20120418-06:26:02, FIX.4.3:ZMH->PTE, event> (Created session: FIX.4.3:ZMH->PTE) Apr 18, 2012 9:26:02 AM quickfix.mina.NetworkingOptions logOption INFO: Socket option: SocketTcpNoDelay=true Apr 18, 2012 9:26:02 AM quickfix.mina.NetworkingOptions logOption INFO: Socket option: SocketSynchronousWrites=false Apr 18, 2012 9:26:02 AM quickfix.mina.NetworkingOptions logOption INFO: Socket option: SocketSynchronousWriteTimeout=30000 Apr 18, 2012 9:26:02 AM quickfix.mina.initiator.IoSessionInitiator <init> INFO: [FIX.4.3:ZMH->PTE] [/127.0.0.1:9879] Apr 18, 2012 9:26:02 AM quickfix.mina.SessionConnector startSessionTimer INFO: SessionTimer started Apr 18, 2012 9:26:03 AM quickfix.mina.initiator.InitiatorIoHandler sessionCreated INFO: MINA session created for FIX.4.3:ZMH->PTE: local=/127.0.0.1:49534, class org.apache.mina.transport.socket.nio.SocketSessionImpl, remote=/127.0.0.1:9879 <20120418-06:26:04, FIX.4.3:ZMH->PTE, outgoing> (8=FIX.4.39=14035=A34=149=ZMH52=20120418-06:26:04.36256=PTE58=hello141=Y553=username554=password98=0108=3010=185) <20120418-06:26:04, FIX.4.3:ZMH->PTE, event> (Initiated logon request) <20120418-06:26:12, FIX.4.3:ZMH->PTE, error> (Disconnecting: Socket exception (/127.0.0.1:9879): java.io.IOException: An existing connection was forcibly closed by the remote host) <20120418-06:26:12, FIX.4.3:ZMH->PTE, event> (Already disconnected: Socket exception (/127.0.0.1:9879): java.io.IOException: An existing connection was forcibly closed by the remote host) Apr 18, 2012 9:26:23 AM quickfix.mina.initiator.InitiatorIoHandler sessionCreated INFO: MINA session created for FIX.4.3:ZMH->PTE: local=/127.0.0.1:49541, class org.apache.mina.transport.socket.nio.SocketSessionImpl, remote=/127.0.0.1:9879 <20120418-06:26:23, FIX.4.3:ZMH->PTE, outgoing> (8=FIX.4.39=14035=A34=249=ZMH52=20120418-06:26:23.84456=PTE58=hello141=Y553=username554=password98=0108=3010=192) <20120418-06:26:23, FIX.4.3:ZMH->PTE, event> (Initiated logon request) <20120418-06:26:33, FIX.4.3:ZMH->PTE, error> (Disconnecting: Socket exception (/127.0.0.1:9879): java.io.IOException: An existing connection was forcibly closed by the remote host) <20120418-06:26:33, FIX.4.3:ZMH->PTE, event> (Already disconnected: Socket exception (/127.0.0.1:9879): java.io.IOException: An existing connection was forcibly closed by the remote host) Thank you, Andreea -- View this message in context: http://quickfix-j.364392.n2.nabble.com/58-Conditionally-Required-Field-Missing-35-tp5647317p7475964.html Sent from the QuickFIX/J mailing list archive at Nabble.com. |