<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello<br><br>I'm executing a Kar file using kepler in a command line form:<br><br>./kepler.sh -runwf -nogui -ExecutionId 6 -function1 5 /home/xxx/KeplerData/workflows/MyWorkflows/R_3D_Plot.kar<br><br>This kar file also has a report to generate a pdf.<br><br>But when it's close to finish, it seems it's looking for a configuration file that doesn't exists. I found this configuration at:<br><br>/home/xxx/KeplerData/kepler.modules/common-2.1.0/configs/ptolemy/configs/kepler/ConfigNoGUIWithCache.xml<br><br>The stack trace:<br><br> [null] Processing entry, LSID=urn:lsid:kepler-project.org/ns/:6129:54:14, type=org.kepler.reporting.roml.ReportLayout<br> [null] Opening entry, LSID=urn:lsid:kepler-project.org/ns/:6129:54:14, type=org.kepler.reporting.roml.ReportLayout<br> [null] Command
failed<br> [null] java.lang.Exception: Failed to parse "ptolemy/configs/kepler/ConfigNoGUIWithCache.xml -runThenExit -ExecutionId 6 -function1 5 /tmp/moml7351140526961285021.xml"<br> [null] at ptolemy.actor.gui.ConfigurationApplication.throwArgsException(ConfigurationApplication.java:651)<br> [null] at org.kepler.KeplerConfigurationApplication.<init>(KeplerConfigurationApplication.java:288)<br> [null] at org.kepler.KeplerConfigurationApplication.main(KeplerConfigurationApplication.java:582)<br> [null] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> [null] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> [null] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> [null] at java.lang.reflect.Method.invoke(Method.java:597)<br> [null] at org.kepler.Kepler.load(Kepler.java:374)<br> [null] at org.kepler.Kepler.load(Kepler.java:392)<br> [null] at org.kepler.Kepler.parseArgsAndRun(Kepler.java:320)<br> [null] at org.kepler.Kepler.main(Kepler.java:222)<br> [null] Caused by: ptolemy.kernel.util.IllegalActionException: Unrecognized option: No parameter exists with name ExecutionId<br> [null] at org.kepler.KeplerConfigurationApplication.parseArgs(KeplerConfigurationApplication.java:394)<br> [null] at
org.kepler.KeplerConfigurationApplication.<init>(KeplerConfigurationApplication.java:193)<br> [null] ... 9 more<br><br>My system is Linux one.<br><br>Thank you very much<br><br>Joan<br></td></tr></table>