|
From: Grant B. <gbi...@co...> - 2020-06-19 13:52:08
|
What is the symptom of the failure? You say it's not working -- did it throw an exception? Did you see any messages received on the other side? What malfunction do you actually see? Got a message log? Do you see any logon messages being sent out? And just for our sanity: Does it work when you use a FileStoreFactory? e.g. does it connect when you don't use the DB at all? On Fri, Jun 19, 2020 at 8:43 AM Alexandre Galmiche < aga...@sa...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > Here is my log file : > 19 juin 2020 13:10:08,342 INFO [main] quickfix.DefaultSessionSchedule - > [FIX.4.2:CLIENT1->EXECUTOR] daily, 00:00:00-UTC - 00:00:00-UTC > 19 juin 2020 13:10:08,377 INFO [main] quickfix.mina.NetworkingOptions - > Socket option: SocketTcpNoDelay=true > 19 juin 2020 13:10:08,377 INFO [main] quickfix.mina.NetworkingOptions - > Socket option: SocketSynchronousWrites=false > 19 juin 2020 13:10:08,378 INFO [main] quickfix.mina.NetworkingOptions - > Socket option: SocketSynchronousWriteTimeout=30000 > 19 juin 2020 13:10:08,406 INFO [main] quickfix.SocketInitiator - > SessionTimer started > 19 juin 2020 13:10:08,409 INFO [QFJ Message Processor] > quickfix.SocketInitiator - Started QFJ Message Processor > 19 juin 2020 13:10:09,538 DEBUG [NioProcessor-2] > org.apache.mina.filter.codec.ProtocolCodecFilter - Processing a > MESSAGE_RECEIVED for session 1 > 19 juin 2020 13:10:09,540 DEBUG [NioProcessor-2] > quickfix.mina.message.FIXMessageDecoder - detected header: > pos=0,lim=98,rem=98,offset=0,state=1 > 19 juin 2020 13:10:09,540 DEBUG [NioProcessor-2] > quickfix.mina.message.FIXMessageDecoder - body length = 76: > pos=0,lim=98,rem=98,offset=15,state=3 > > > > The full content of the cfg file : > [DEFAULT] > ConnectionType=initiator > FileStorePath=init/store > FileLogPath=init/log > StartTime=00:00:00 > EndTime=00:00:00 > ResetOnLogon=Y > HeartBtInt=30 > ReconnectInterval=2 > MaxReconnectAttempts=5 > MaxWaitSeconds=300 > > #Oracle Config > ## Oracle config > JdbcDriver=oracle.jdbc.driver.OracleDriver > JdbcURL=jdbc:oracle:thin:@xxxxxx:1521:XE > JdbcSessionIdDefaultPropertyValue=n > JdbcStoreSessionsTableName=sessions > JdbcStoreMessagesTableName=messages > JdbcUser=xxxxx > JdbcPassword=xxxxx > SLF4JLogEventCategory=${senderCompID}.${targetCompID}.events > SLF4JLogIncomingMessageCategory=${senderCompID}.${targetCompID}.incoming > SLF4JLogOutgoingMessageCategory=${senderCompID}.${targetCompID}.outgoing > > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=CLIENT1 > TargetCompID=EXECUTOR > SocketConnectPort=5001 > SocketConnectHost=localhost > > > I also removed the primary key from the tables and removed the NULL > clauses but no netter results > > Thanks ! > > > >> _______________________________________________ > 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 -- This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message. Thank you from Connamara Systems, LLC. |