|
From: Alexandre G. <aga...@sa...> - 2020-06-19 13:42:55
|
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 !
>
|