I've created a workflow, that executes a matlab snippet which passes image data back to knime, which works well. Now I would like to execute the workflow on a KNIME Server which I set up. Unfortunately I' getting the following Error when I execute the workflow through the webinterface of the server:
Matlab Snippet 4:96 Execute failed: Could not bind proxy receiver to the RMI registry.
When I run the workflow directly through the KNIME Software, that is configured as Executor on the server machine, everything works fine. Any help on this?
Can you make sure there are no matlab instances running hidden in the background? For instance, if you are on windows, you can have a look at the task manager. From what I see, this seems ot be the most common cause of the error.