Don, This may be a dumb suggestion but can you change the '\' chars to '/' wherever you have that first line defined? I found that even on Windows I had to use all forward slashes in config files.
Sean -----Original Message----- From: Don Flinn [mailto:[email protected]] Sent: Saturday, March 17, 2018 7:06 AM To: [email protected] Subject: lvg.properties file error I'm getting the following error: ** Configuration Error: file:\apache-ctakes-4.0.0Dev\resources\org\apache\ctakes\lvg\data\config\lvg.properties (The filename, directory name, or volume label syntax is incorrect) ** Error: problem of opening/reading config file: 'file:/apache-ctakes-4.0.0Dev/resources/org/apache/ctakes/lvg/data/config/lvg.properties'. Use -x option to specify the config file path. Tracing the java code, the error takes place in LvgCmdApiResourceImpl.java in the call lvg = new LvgCmdApi("-f:l:b", configFileName); The properties file exists in the proper directory. I'm not sure how to correct my error. I've looked at the LvgCmdApi but could not file any explanation of the optionStr . Any direction appreciated. Don
