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
No Main Manifest Attribute Error
Trying to install rapidminer server on one of our nodes. When I try to execute the java file and type "java -jar rapidminer-server-installer-7.2.0.jar", I get the following error "no main manifest attribute, in rapidminer-server-installer-7.2.0.jar". Any help or suggestions on how to fix this? Thank you.
0
Answers
Hi,
that is what the start scripts are for in the /bin folder. They prepare the environment and call the .jar with the following line (example for Windows):
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %RAPIDMINER_SERVER_INSTALLER_OPTS% -classpath "%CLASSPATH%" com.rapidminer.server.installer.Starter %CMD_LINE_ARGS%
So please use either the provided Linux or Windows scripts to correctly start the installer. Simply calling the .jar file is unfortunately not quite enough.
Regards,
Marco