swebb
August 19, 2020, 6:42pm
5
From googling the issue it does look like it’s caused by not being able to find the node in the KNIME installation.
Hi @moritz.heine ,
I checked the version numbers of the locally installed plugin:
$ ls -al Contents/Eclipse/plugins/ | grep ***
-rw-r--r-- 1 danieles admin 24395 Jan 27 17:24 com.***.plugin_1.3.1.202001271554.jar
$ ls -al Contents/Eclipse/features/ | grep ***
drwxr-xr-x 4 danieles admin 128 Jan 27 17:24 com.***.feature_1.3.1.202001271554
They match with what I see installed on the server:
$ ls -al /opt/knime-latest/plugins/ | grep ***
-rw-r--r-- 1 knime knime 24395 Feb 13…
Hey there, I am a beginner and currently exploring the functionalities of Community nodes, Chemistry nodes and CDD.
Situation -
I created a simple workflow which retrieves the data associated with the saved search in my Vault in CDD and then manipulating the data the way I want.
The individual nodes in the workflow are executed successfully.
I deploy the workflow in the server.
Here, I get an error message **
" Error occurred while loading workflow into memory: An error occurred during the …
The section of the log you shared didn’t reveal any information about the missing node. Could you double check they are installed on the Knime server? I’ll have a look and see if I can find another cause.