Linux installation failure

MRWood
MRWood New Altair Community Member
edited November 2024 in Community Q&A
Hi
I am trying to install RapidMiner 10.2 on Linux ( Fedora offshoot).  I have installed the latest Java as per the installation instructions.

java version "20.0.2" 2023-07-18
Java(TM) SE Runtime Environment (build 20.0.2+9-78)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.2+9-78, mixed mode, sharing)
[mark@nobara-linux rapidminer-studio]$


After running the .sh file i saw the first dialogue screen asking to choose a licence path, but on selecting the RapidMiner option the


RAPIDMINER_HOME is not set. Trying the directory '/home/mark/Downloads/rapidminer-studio'...
WARNING: package com.apple.eawt not in java.desktop
WARNING: package sun.lwawt.macosx not in java.desktop
Aug 22, 2023 11:06:55 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Searching in Java classpath for RapidMiner Studio jars...
Aug 22, 2023 11:06:55 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Trying parent directory of '/home/mark/Downloads/rapidminer-studio/lib/rapidminer-studio-core-10.2.0.jar'...
Aug 22, 2023 11:06:55 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Gotcha! 'rapidminer.home' is: /home/mark/Downloads/rapidminer-studio
Aug 22, 2023 11:06:55 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Release platform: ANY
Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
       at java.base/java.lang.System.setSecurityManager(System.java:429)
       at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:920)
       at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:333)


Any pointers would be appreciated

Thanks
Tagged:

Best Answers

  • jwpfau
    jwpfau
    Altair Employee
    edited August 2023 Answer ✓
    Hi,

    you need Java 11 to run RapidMiner Studio 10
    sudo dnf install java-11-openjdk.x86_64

    Maybe you also have to run 
    sudo alternatives --config java
    afterwards

    Greetings,
    Jonas
  • MRWood
    MRWood New Altair Community Member
    Answer ✓
    Thanks Jonas, I was already running java 17 so have downgraded to 11.  Assumption was that the latest version would work the same.

Answers

  • jwpfau
    jwpfau
    Altair Employee
    edited August 2023 Answer ✓
    Hi,

    you need Java 11 to run RapidMiner Studio 10
    sudo dnf install java-11-openjdk.x86_64

    Maybe you also have to run 
    sudo alternatives --config java
    afterwards

    Greetings,
    Jonas
  • MRWood
    MRWood New Altair Community Member
    Answer ✓
    Thanks Jonas, I was already running java 17 so have downgraded to 11.  Assumption was that the latest version would work the same.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.