KNIME-RMI-syserr

is it possible to change the port number for RMI Server from 50100 to something else? if so, where can i do?

thanks,
rajesh

Hi Rajesh,

From the Admin Guide:
“com.knime.server.executor.start_port=
Specifies the start port that the server uses to communicate with the KNIME Executor.
Default is 50100. With multiple executors and/or automatic executor renewal multiple
consecutive ports are used.”

Sometimes we see users changing this setting to allow running two KNIME Servers on one machine e.g. to test an update. If at all possible this type of setup should be avoided. It is much more preferable to clone a VM and do the update, or to think about scripting the whole deployment. That runs much less risk of running into configuration issues/clashes.

Best,

Jon