|
From: andreea.ion <and...@lr...> - 2012-04-19 13:32:59
|
There seems to be a problem because I don't have any files in the FileLogPath. I change the path to FileStorePath and FileLogPath to see if they change (to see if I configured ok the config file). And it worked with FileStorePath. So, now the problem is that I don't have log files. They are not generated. Can you tell me how can I improve the code to generate the log files? I don't know java. So I don't know if I am running this project ok. I made the following steps: in eclipse-> new java project -> import the jars and the *.java files and then config the initiator conf file -> build-> run. I am telling this because maybe there is an error regarding this. I looked at the configuration file in the project manual but there isn't much info there. I also tried a few more things and now I get an additional error: On the initiator side: Disconnecting: Socket exception (/192.168.2.184:9879): javax.net.ssl.SSLHandshakeException: SSL handshake failed.) And on the acceptor side also: INFO: Listening for connections at 0.0.0.0/0.0.0.0:9879 press <enter> to quit Apr 19, 2012 4:25:12 PM quickfix.mina.acceptor.AcceptorIoHandler sessionCreated INFO: MINA session created: /192.168.2.105:53724 Apr 19, 2012 4:25:12 PM quickfix.mina.AbstractIoHandler exceptionCaught SEVERE: Socket (/192.168.2.105:53724): javax.net.ssl.SSLHandshakeException: SSL handshake failed. javax.net.ssl.SSLHandshakeException: SSL handshake failed. I don't know what could be the cause Regards, Andreea -- View this message in context: http://quickfix-j.364392.n2.nabble.com/58-Conditionally-Required-Field-Missing-35-tp5647317p7480624.html Sent from the QuickFIX/J mailing list archive at Nabble.com. |