Hello everyone,
in order to prepare for the oncoming 4.7.3 we wanted to rework our server installation procedure (DEBIAN) and we realised that we have a problem with 4.7.2 while it did work fine with 4.7.1.
What we did:
-
manually installed:
java -jar /opt/knime_server/knime-server-installer-4.7.2.jar
-
afterwards created
auto-install.xml
-
stopped all KNIME processes
-
delete KNIME:
rm -rf /opt/knime_server
-
run autoinstall:
java -jar /opt/knime_server/knime-server-installer-4.7.2.jar /root/auto-install.xml
-
failed with the following reason:
**************hidden servername*********** 20180911-13:22:32 ~ # java -jar /opt/knime_server/knime-server-installer-4.7.2.jar /root/auto-install.xml Command line arguments: /root/auto-install.xml [ Starting automated installation ] WARNING: AutomationHelper class not found for panel class: com.izforge.izpack.panels.knime.ExtendedJDKPathPanel [ Starting processing ] Starting process Installation of KNIME Executor (1/1) [ Starting processing ] Starting process Extracting temporary 'director' application (2/5) Starting process Querying content of update sites (3/5) Retrieving Installable Units from o http://update.knime.com/analytics-platform/3.6/ o http://update.knime.com/community-contributions/trusted/3.6/ SEVERE: Cannot run program "${jdkPath}/bin/java": error=2, No such file or directory [ ERROR: Cannot run program "${jdkPath}/bin/java": error=2, No such file or directory ] [ Processing finished ] [ Processing finished ] [ ERROR: The work done by the ProcessPanel (line 21) failed ] [ Automated installation FAILED! ]
If we run the same xml with 4.7.1 installer it runs through.
auto-install.xml (3.2 KB)
Any idea to solve the problem is appreciated!
Thanks a lot
Lars