KNIME_BATCH_APPLICATION Hangs on Credentials Configuration Node

Moving from KNIME v4.7.8 to KNIME v5.4.5, we are experiencing issues with the KNIME_BATCH_APPLICATION whenever a Credentials Configuration node is used in the workflow. The batch process just hangs indefinitely consuming 0% CPU, and the knime.exe task has to be killed manually. There are no errors logged to the workflow log file (attached). Any other configuration node, such as the String Configuration node, does not cause this issue. I’ve attached a very simple HelloWorld workflow with a Credentials Configuration node and a Send Email node to test this issue.

Has anyone else encountered this issue?

Thanks,

Hunter

HelloWorld.knwf (8.6 KB)

workflow.log (3.3 KB)

I still don’t have a solution, but I have come to a conclusion that the behavior of the Credentials Configuration node when running in batch mode (CLI) has changed.

The Credentials Configuration node has always been a UI component but it didn’t attempt to render the UI when running in batch mode and used the stored User ID and password in the node configuration.

In batch mode since KNIME AP v5, the Credentials Configuration node now renders the UI via a Command Prompt and ignores the values stored in the node configuration!!!

Any suggestions for alternatives to the Credentials Configuration node besides KNIME Hub?

Hi @hblacker,

and Merry Christmas :wrapped_gift: you might want to check the excellent article from @mlauber71 for a potential solution:

https://medium.com/low-code-for-advanced-data-science/knime-batch-processing-on-windows-and-macos-caacde067bd0

If it doesn’t help, please feel free to share the CMD how you trigger the execution.

Best
Mike

1 Like

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