<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I found an interesting behavior of the OSSolverService command line arguments when I use brackets for embedding file names.&nbsp;</div><div><br></div><div>Please imagine a folder<i> ./test </i>that contains a OSiL file<i> diet.osil</i>.&nbsp;</div><div><br></div><div>The following command works well:</div><div><br></div><div><i>OSSolverService -osil "test/diet.osil" -osrl "test/diet.osrl" -serviceMethod solve</i><br><br></div><div><br></div><div>If I write the 3 command line arguments into a config file<i> diet.cFconf</i>:</div><div><i>-osil "test/diet.osil"</i></div><div><i>-osrl "test/diet.osrl"<br>-serviceMethod solve</i><br><br></div><div>and execute OSSolverService via</div><div><i>OSSolverService -config diet.cFconf&nbsp;</i><br><br></div><div>then I get the following error:</div><div><br></div><div><i>Optimization Services Solver<br>Main Authors: Horand Gassmann, Jun Ma, and Kipp Martin<br>Distributed under the Eclipse Public License<br>OS Version: 2.4.2<br>Build Date: Jan 29 2012<br>SVN Version: 4442<br><br>terminate called after throwing an instance of 'ErrorClass'<br>Abort trap<br></i><br></div><div>If I do not use brackets for the file names:&nbsp;</div><div><i>-osil test/diet.osil</i></div><div><div><i>-osrl test/diet.osrl<br>-serviceMethod solve</i><br>then the problem does not occur.&nbsp;</div></div><div><br></div><div>I tested it also with v.2.3.5 and I got the same problem.</div><div><br></div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div>Mike</div><div><br></div><div><br></div><div><br></div></body></html>