Options

Why RapidMinerGUI.bat does not work?

RodmigorRodmigor Member Posts: 1 Contributor I
edited November 2018 in Help
Dear RapidMiner Community,

I try to install RapidMiner on Ubuntu. First I have downloaded and extracted archive available here:
http://sourceforge.net/projects/rapidminer/files/1.%20RapidMiner/5.2/rapidminer-5.2.008.zip/download

Second, I put the extracted archive into my home directory. In the "/rapidminer/scripts" I have found RapidMinerGUI.bat file and made it executable (chmod +x RapidMinerGUI.bat). Before I run it, I have installed Java by typing in the command line "sudo apt-get install default-jre".

Then I run RapidMinerGUI.bat and it does not work. The GUI does not start and I get the following error messages, that I cannot understand:

./RapidMinerGUI.bat: line 1: @echo: command not found
./RapidMinerGUI.bat: line 2: SETLOCAL: command not found
./RapidMinerGUI.bat: line 3: $'\r': command not found
./RapidMinerGUI.bat: line 4: rem: command not found
./RapidMinerGUI.bat: line 5: rem: command not found
./RapidMinerGUI.bat: line 6: rem: command not found
./RapidMinerGUI.bat: line 7: rem: command not found
./RapidMinerGUI.bat: line 8: rem: command not found
./RapidMinerGUI.bat: line 9: rem: command not found
./RapidMinerGUI.bat: line 10: rem: command not found
./RapidMinerGUI.bat: line 11: rem: command not found
./RapidMinerGUI.bat: line 12: rem: command not found
./RapidMinerGUI.bat: line 13: rem: command not found
./RapidMinerGUI.bat: line 14: rem: command not found
./RapidMinerGUI.bat: line 15: rem: command not found
./RapidMinerGUI.bat: line 16: rem: command not found
./RapidMinerGUI.bat: line 17: rem: command not found
./RapidMinerGUI.bat: line 18: rem: command not found
./RapidMinerGUI.bat: line 19: rem: command not found
./RapidMinerGUI.bat: line 20: rem: command not found
./RapidMinerGUI.bat: line 21: $'\r': command not found
./RapidMinerGUI.bat: line 22: $'\r': command not found
./RapidMinerGUI.bat: line 23: rem: command not found
./RapidMinerGUI.bat: line 24: rem: command not found
./RapidMinerGUI.bat: line 25: rem: command not found
./RapidMinerGUI.bat: line 26: rem: command not found
./RapidMinerGUI.bat: line 27: rem: command not found
./RapidMinerGUI.bat: line 28: $'\r': command not found
./RapidMinerGUI.bat: line 154: syntax error near unexpected token `('
'/RapidMinerGUI.bat: line 154: `for %%f in ("%RAPIDMINER_HOME%\lib\*.jar") do set RAPIDMINER_LIBRARIES=!RAPIDMINER_LIBRARIES!;%%f

Can anybody please help me to solve this problem?

Answers

  • Options
    Nils_WoehlerNils_Woehler Member Posts: 463 Maven
    Hi,

    RapidMinerGUI.bat can only be used on Windows machines. Please use RapidMinerGUI without an ending to start RapidMiner.

    cd $RAPIDMINER_FOLDER/scripts
    chmod +x RapidMinerGUI
    ./RapidMinerGUI
    Best,
    Nils
Sign In or Register to comment.