knime bat file error

Hi, knimer
I created one bat file and run with window task schedule. But it had an error below.
How to fix it?

knime.ini as below:

-startup
plugins/org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541
-vm
plugins/org.knime.binary.jre.win32.x86_64_11.0.10.20210806/jre/bin/server/jvm.dll
--launcher.defaultAction
openFile
-vmargs
-server
-Dsun.java2d.d3d=false
-Dosgi.classloader.lock=classname
-XX:+UnlockDiagnosticVMOptions
-XX:+UseG1GC
-Dsun.net.client.defaultReadTimeout=0
-XX:CompileCommand=exclude,javax/swing/text/GlyphView,getBreakSpot
-Dknime.xml.disable_external_entities=true
-Xmx2048m
-Dorg.eclipse.swt.browser.IEVersion=11001
-Dsun.awt.noerasebackground=true
-Dequinox.statechange.timeout=30000

This bat file had used for 2months, it had this alert from yesterday.

Glad you were able to fix it. :slight_smile: Do you mind posting what you did, for the benefit of others who might find this thread via search in the future?

1 Like

I found one error in the workflow. But today also had the same alert. I need to find out the root cause. :innocent:

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