External Tool don´t work properly with Standardizer.bat

Hi to every one, I am creating a new workflow for chemical data curation and in te standarization procedure, I am using an External Tool node and it don’t work properly.

The error message is

ERROR External Tool (Labs) 0:443 Execute failed: Failed with exit code 255

The KNIME.log error is
2020-02-18 10:56:14,598 : ERROR : KNIME-Worker-32-External Tool (Labs) 0:443 : : Node : External Tool (Labs) : 0:443 : Execute failed: Failed with exit code 255
java.lang.Exception: Failed with exit code 255
at org.knime.exttool.executor.ExecutionChunkCallable.callWithContext(ExecutionChunkCallable.java:138)
at org.knime.exttool.executor.ExecutionChunkCallable.callWithContext(ExecutionChunkCallable.java:1)
at org.knime.core.util.ThreadUtils$CallableWithContext.call(ThreadUtils.java:250)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

the comand to run the external tool is

“d:\Instalados\ChemAxon\bin\standardize.bat” %inFile% -c c:\Users\Omar Casanova\Documents\STANDARDIZER2.xml -f sdf -o %outFile%

the xml file is

STANDARDIZER2.xml (11.9 KB)

Thanks in advance.

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