Knime server does not start automatically as service

After you have installed the KNIME-server and followed all steps in the documentation. You now want to install a service that starts the KNIME server automatically after a reboot. After executing the service.bat install using the command prompt as an administrator your KNIME server fails to start with the message:
“error 1067 the process terminated unexpectedly”
In this case start //bin Tomcat9w
Go to the Java tab:
deselect default and enter a valid path for your virtual java vm (eg:C:\Program Files\AdoptOpenJDK\jdk-11.0.11.9-hotspot\bin\client jvm.dll)
Save and close.
Now your server should start without any issues.
Hope it helps.

8 Likes

Thank you for sharing @MatthiasL :blush: