[Quickfix-users] Could not open messages file
Brought to you by:
orenmnero
|
From: <lar...@su...> - 2006-01-19 16:54:07
|
I get this error when I try to start the quickfix engine. Here is a bit
of the stack trace.
=20
quickfix.ConfigError: Configuration failed: Could not open messages file
at quickfix.FileStoreFactory.create(Native Method)
at quickfix.SocketAcceptor.create(Native Method)
at quickfix.SocketAcceptor.<init>(Unknown Source)
=20
=20
And the line of code I that creates the error.=20
new SocketAcceptor(application, storeFactory, settings, logFactory,
messageFactory);
=20
My question now is where can I find information about what exactly this
error means. Is it a that I can't read the FIX4.0.XML file? I know the
path is correct because if I change it, then it complains that it can
find it.=20
=20
=20
I'm using the java native interface but I would like to use the
Quickfix\j engine but haven't found a download link or any documentation
of it other then it exists.
=20
Lars
|