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
Linux installation failure
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
Any pointers would be appreciated
Thanks
0
Best Answers
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi,
you need Java 11 to run RapidMiner Studio 10sudo dnf install java-11-openjdk.x86_64
Maybe you also have to runafterwardssudo alternatives --config java
Greetings,
Jonas0 -
MRWood Member Posts: 11 Learner IIThanks Jonas, I was already running java 17 so have downgraded to 11. Assumption was that the latest version would work the same.2