Installation of RM 8.1 on Mint 18.3 failed
Hi,
I tried to install RapidMiner Studio 8.1 on my Linux Mint 18.3 (64 bit, i7, 8 GB RAM) but never success. The process always hungs with following error messages:
Exception in thread "main" java.lang.RuntimeException: Product constraint manager could not be initialized!
at com.rapidminer.RapidMiner.init(RapidMiner.java:699)
at com.rapidminer.RapidMiner.init(RapidMiner.java:660)
at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:348)
at com.rapidminer.gui.RapidMinerGUI.launch(RapidMinerGUI.java:834)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:810)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:333)
Caused by: com.rapidminer.license.InvalidProductException: Signature verification failed for product!
at com.rapidminer.license.internal.DefaultLicenseManager.registerProduct(DefaultLicenseManager.java:261)
at com.rapidminer.core.license.ProductConstraintManager.initialize(ProductConstraintManager.java:192)
at com.rapidminer.RapidMiner.init(RapidMiner.java:695)
The SHA1 checksum of the downloaded zip file is: eee19853c045bdfa40b09236e1a188657ae5849f
My Java enviroment is IBM Java 8:
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 8.0.5.5 - pxa6480sr5fp5-20171114_01(SR5 FP5))
IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64 Compressed References 20171102_369060 (JIT enabled, AOT enabled)
OpenJ9 - 7ade437
OMR - 1b656cb
IBM - 59c3d96)
JCL - 20171113_01 based on Oracle jdk8u151-b12
Any idea how to fix the problem? Thanks
Best Answer
-
sinuhe69 Member Posts: 2 Contributor I
My solution was to remove the other Java-JREs and installed the default-jre (Java 8) package instead. After that, it worked.
1
Answers
If you try this? ./rapidminer-studio/RapidMiner-Studio.sh this work for me.