From: Dale W. <wil...@oc...> - 2006-01-19 17:21:28
|
lar...@su... wrote: > I get this error when I try to start the quickfix engine. Here is a > bit of the stack trace. > > > > 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) > > > > > > And the line of code I that creates the error. > > new SocketAcceptor(application, storeFactory, settings, logFactory, > messageFactory); > > > > 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. > > > > > > 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. > > > > Lars > Hi Lars, The error is not referring to the dictionary file (FIX4.0.XML) but to the persistent storage file for messages. Check to be sure the FileStorePath points to a valid path. Check to see if BeginString, SenderCompID, and TargetCompID are defined correctly and consist of characters which are valid in filenames on your system. If neither of these helps, please send the config file so someone on the list can look for other problems. Dale -- ----------------------------------------------------- Dale Wilson, Senior Software Engineer Object Computing, Inc. (OCI) http://www.ociweb.com/ http://www.theaceorb.com/ ---------------------------------------------------- |