I could logon and logout successfully. But when I try to re-login after a
successful logout, a "Could not open body file" exception is thrown.
The thrown occured in the area in FileStore.cpp:
m_msgFile = file_fopen( m_msgFileName.c_str(), "r+" );
if ( !m_msgFile ) m_msgFile = file_fopen( m_msgFileName.c_str(), "w+" );
if ( !m_msgFile ) throw ConfigError( "Could not open body file" );
I found the session body file under the store sub directory. When quick fix
is logged in, I couldn't open the file as it should be. But I still couldn't
open the file even after I logged out the session.
Any idea how to fix the problem?
By the way, I use ThreadedSocketInitiator.
--
View this message in context: http://www.nabble.com/throw-ConfigError%28-%22Could-not-open-body-file%22-%29--tf1897298.html#a5189959
Sent from the QuickFIX - Dev forum at Nabble.com.
|