Batch Executor Unknown option '-clear' error

Hi ,
While execute the KNIME workflow using Batch Executor, I’m getting below error
Noted:Same workflow working as expected while execute from KNIME Studio

ERROR : main : : BatchExecutor : : : Unknown option ‘-clear’
org.knime.core.node.workflow.BatchExecutor$IllegalOptionException: Unknown option ‘-clear’
at org.knime.core.node.workflow.BatchExecutor.handleCommandlineArgument(BatchExecutor.java:595)
at org.knime.core.node.workflow.BatchExecutor.parseConfigFromArguments(BatchExecutor.java:462)
at org.knime.core.node.workflow.BatchExecutor.processArguments(BatchExecutor.java:443)
at org.knime.core.node.workflow.BatchExecutor.(BatchExecutor.java:413)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:670)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:127)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:80)

Below the Bat execute comment:

You have a -clear somewhere in your command line and - as the error message clearly says - -clear is an unknown option. Did you mean -clean?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.