The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Configuration error during headless server install
We generated a XML and are trying to get the headless server installed, but we keep getting this error:
AM com.rapidminer.server.installer.install.Installer getInstallerRootDirectory
INFO: Installation directory is: /etc/rapidminer/rapidminer-server-installer-7.3.0
Configuration file is not a valid RapidMiner Server installer configuration file! DB Driver path invalid: /usr/share/java/mysql-connector-java.jar
We do have the 'mysql-connector-java.jar' available in the specified location.
Does anyone have an idea where to start looking?
Tagged:
0
Answers
Hi,
The check simply looks whether there is such a file and whether it's actually a file.
Potential failure reasons:
Regards,
Marco
Hi,
you can also copy the jdbc driver to the 'data/jdbc' folder of the installer. The path of the driver should then look like this 'data/jdbc/mysql-connector.jar'.
To install the server go to the root directory of the installer and execute the corrsponding script: './bin/rapidminer-server-installer ./bin/installer.xml'
Cheers,
Marcel