|
From: Grant B. <gbi...@co...> - 2012-04-18 16:38:57
|
Those are *event* logs. We need *message* logs. Message logs contain every message sent and received by your QF application. -Grant On Wed, Apr 18, 2012 at 1:44 AM, andreea.ion <and...@lr...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > 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.3 9=140 35=A 34=1 49=ZMH 52=20120418-06:26:04.362 56=PTE > 58=hello 141=Y 553=username 554=password 98=0 108=30 10=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.3 9=140 35=A 34=2 49=ZMH 52=20120418-06:26:23.844 56=PTE > 58=hello 141=Y 553=username 554=password 98=0 108=30 10=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. > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less.* * http://connamara.com |