🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

No Main Manifest Attribute Error

User: "leitnick"
New Altair Community Member
Updated by Jocelyn

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.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Marco_Boeck"
    New Altair Community Member

    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