sorry to hear you are facing unexpected problems with the batch mode. Can you share the actual error or knime logs please?
I can also encourage you to read the awesome article from @mlauber71 about the batch mode. Maybe something undocumented changed with 5.5 (I sincerely hope not!)
Hello all and thanks for response to this topic.
Also thanks for the link to the article, very interesting!
Since a couple of days the workflow works but only with closed KNIME. No idea what could case this, no update since then. But when Knime is started it still crashes and workflow is not executed.
I checked the log. There is no error when the batch executes. The last 2 messages are:
KNIMECorePlugin : : : Setting KNIME max thread count to 32
KNIMECorePlugin : : : Setting KNIME temp dir to …
Thank you for this information.
Was this always the case or comming with update 5.5?
Is it not also possible to start KNIME twice with different workspaces?
Another note: KNIME Batch in general is not suitable for large parallel processes. Each batch will need its own KNIME instance and you should not try to use the same installation in parallel. You could try and setup several installations with their own knime-workspaces but be advised that you are in hackey territory.