Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Could you help me !!! . I can't install rapidminer on my linux os

ThakunThakun Member Posts: 5 Learner I
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
    at com.rapidminer.license.verification.JarVerifier.createPublicKey(JarVerifier.java:270)
    at com.rapidminer.license.verification.JarVerifier.<clinit>(JarVerifier.java:140)
    at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:287)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    ... 3 more



Best Answer

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,527 RM Data Scientist
    Hi,
    this is not the offical build we provide on rapidminer.com, right?
    BR,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • ThakunThakun Member Posts: 5 Learner I
    edited November 2021
    I'm so Thank you Mr.Marin,

    I'm trying to download rapidminer on rapidminer.com again but is still old
    problem.


  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi!

    I'm using RapidMiner Studio on different Linux distributions without problems. Can you enter the following command and post the output?

    java -version

    Here is what it writes on my computer:
    $ java -version
    openjdk version "1.8.0_222"
    OpenJDK Runtime Environment Corretto-8.222.10.1 (build 1.8.0_222-b10)
    OpenJDK 64-Bit Server VM Corretto-8.222.10.1 (build 25.222-b10, mixed mode)

    OpenJDK 1.8 is a good version to use. I use the Amazon Corretto version on this computer and OpenJDK from Debian Testing on a different one. You will also need the package openjfx

    Regards,

    Balázs
  • ThakunThakun Member Posts: 5 Learner I
    edited November 2021
    I'm so thank you Mr.Balázs

    This is my java version.

    $ java -version
    openjdk version "17" 2021-09-14
    OpenJDK Runtime Environment (build 17+35-Ubuntu-120.04)
    OpenJDK 64-Bit Server VM (build 17+35-Ubuntu-120.04, mixed mode, sharing)



  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi,

    that version doesn't seem to be compatible with current RapidMiner. 

    Can you install openjdk-8-jdk or openjdk-8-jre on your computer and retry? 

    Regards,
    Balázs
  • ThakunThakun Member Posts: 5 Learner I
    Mr.Balázs

    I'm trying to change my java version now in my java version is

    $ java -version
    openjdk version "1.8.0_292"
    OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10)
    OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)

    Is still has a problem but that problem has changed.

    nutthakun@nutthakun-MS-7C09:~/Downloads/rapidminer-studio$ sudo chmod +x RapidMiner-Studio.sh
    [sudo] password for nutthakun:       
    nutthakun@nutthakun-MS-7C09:~/Downloads/rapidminer-studio$ ./RapidMiner-Studio.sh
    RAPIDMINER_HOME is not set. Trying the directory '/home/nutthakun/Downloads/rapidminer-studio'...
    Nov 10, 2021 12:47:34 AM com.rapidminer.tools.PlatformUtilities logInfo
    INFO: Searching in Java classpath for RapidMiner Studio jars...
    Nov 10, 2021 12:47:34 AM com.rapidminer.tools.PlatformUtilities logInfo
    INFO: Trying parent directory of '/home/nutthakun/Downloads/rapidminer-studio/lib/rapidminer-studio-core-9.10.1.jar'...
    Nov 10, 2021 12:47:34 AM com.rapidminer.tools.PlatformUtilities logInfo
    INFO: Gotcha! 'rapidminer.home' is: /home/nutthakun/Downloads/rapidminer-studio
    Nov 10, 2021 12:47:34 AM com.rapidminer.tools.PlatformUtilities logInfo
    INFO: Release platform: ANY
    Nov 10, 2021 12:47:35 AM com.rapidminer.gui.safemode.SafeMode launchStarts
    INFO: Found left-behind lock file from last startup at /home/nutthakun/.RapidMiner/safeMode.lock.
    Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
        at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
        at javax.swing.ImageIcon.<init>(ImageIcon.java:198)
        at javax.swing.ImageIcon.<init>(ImageIcon.java:217)
        at com.rapidminer.gui.tools.SwingTools.<clinit>(SwingTools.java:344)
        at com.rapidminer.gui.safemode.SafeModeDialog.showSafeModeDialog(SafeModeDialog.java:82)
        at com.rapidminer.gui.safemode.SafeMode.askForSafeMode(SafeMode.java:85)
        at com.rapidminer.gui.safemode.SafeMode.launchStarts(SafeMode.java:54)
        at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:965)
        at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:330)
    nutthakun@nutthakun-MS-7C09:~/Downloads/rapidminer-studio$








  • ThakunThakun Member Posts: 5 Learner I
    Now l can run my rapidminer. 
    I'm so thank you Mr.Martin and Mr.Balázs to help me.
Sign In or Register to comment.