batch mode does not terminate in windows anymore

Hi

I had a working workflow running in batch mode on windows 8 with the following command line parameters:
-consoleLog -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“E:\somePath” -reset -nosave --launcher.suppressErrors -workflow.variable=20ofVariables -credentials=2times -preferences=E:\PathTo\settings.epf

the workflow did work for years

But at the moment, the workflow does not terminate and shows the following error at the end in the console window:

"INFO     main BatchExecutor      ========= Workflow did not execute sucessfully ============
Jan. 25, 2023 5:07:32 PM org.apache.cxf.bus.osgi.CXFExtensionBundleListener unregister
INFORMATION: Removing the extensions for bundle 76
Jan. 25, 2023 5:07:32 PM org.apache.cxf.bus.osgi.CXFExtensionBundleListener unregister
INFORMATION: Removing the extensions for bundle 78
Jan. 25, 2023 5:07:32 PM org.apache.cxf.bus.osgi.CXFExtensionBundleListener unregister
INFORMATION: Removing the extensions for bundle 399"

What did i try:

  • I updated to Windows 10
  • I updated KNIME from 4.2 to 4.7
  • I run the workflow in the KNIME GUI without any problems (all Nodes went green)
  • I dissmissed the --launcher.suppressErrors flag → At the end of the worklow, when it should finish and the above message “Workflow did not execute sucessfully” appears, the java error window pops up, with the message “Java was started but returned exit code=4” (There is JDK-19 and JDK_1.8 installed on the machine). When i press enter, the console window closes, which is the behavior, what i excepected
  • I experiment with the batch runner flags: -consoleLog, -nosave
  • I could not find any useful solution in the forum
  • I did turn it off and on again :wink:

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