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
RapidMiner Set-Up
Hi,
first of all, I am very new to Linux and RapidMiner - so sorry right away.
I try to start RapidMiner and loaded the version of the website.
frey@linux:~$ java --version
java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
frey@linux:~$ echo $PATH
jdk-install-dir/bin:/home/frey/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-10-oracle/bin:/usr/lib/jvm/java-10-oracle/db/bin
frey@linux:~$ $JAVA_HOME
bash: /usr/lib/jvm/java-10-oracle: Is a directory
bash: /usr/lib/jvm/java-10-oracle: Is a directory
frey@linux:~/RapidMiner$ ./RapidMiner-Studio.sh
RAPIDMINER_HOME is not set. Trying the directory '/home/frey/RapidMiner'...
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.rapidminer.license.verification.JarVerifier.verify(JarVerifier.java:130)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:286)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 2 more
RAPIDMINER_HOME is not set. Trying the directory '/home/frey/RapidMiner'...
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.rapidminer.license.verification.JarVerifier.verify(JarVerifier.java:130)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:286)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 2 more
Maybe someone can help me?
I don't understand the PATH variable, is it right?
Regards
Tagged:
0
Answers
So my guess is that you haven't set your PATH properly. It has nothing to do with Rapidminer, that is a linux question. The RAPIDMINER_HOME is also not set, which means it wasn't properly installed. You need to fix the PATH (which would include the the path to java bin) and then re-install Rapidminer.
https://docs.rapidminer.com/latest/studio/installation/system-requirements.html
Scott