I get an license failure when trying to start rapidminer-studio
thore
New Altair Community Member
Hi all,
I want to start rapid miner on linux Mint 19.3, but it doesn't work: so, when I run the RapidMiner-Studio.sh in the terminal it stops with the following process:
at com.rapidminer.RapidMiner.init(RapidMiner.java:746)
at com.rapidminer.RapidMiner.init(RapidMiner.java:702)
at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:383)
at com.rapidminer.gui.RapidMinerGUI.launch(RapidMinerGUI.java:889)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:865)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:329)
Caused by: com.rapidminer.license.InvalidProductException: Signature verification failed for product!
at com.rapidminer.license.internal.DefaultLicenseManager.registerProduct(DefaultLicenseManager.java:262)
at com.rapidminer.core.license.ProductConstraintManager.initialize(ProductConstraintManager.java:192)
at com.rapidminer.RapidMiner.init(RapidMiner.java:742)
... 5 more
My java is on version 8, so I don't know what the reason for this is. Does anyboday have a solution for this? Thanks in Advance!
Thore
0
Answers
-
Hi,
Can you please post the content of the ~/.RapidMiner/rapidminer-studio.log file?
Regards,
Marco0 -
Hey,I cannot find th log file, it is not where the readme.txt suggests to find it.0
-
hi @thore pls see this KB article on how to find the log file:
https://community.rapidminer.com/discussion/53848/rapidminer-studio-files-what-is-on-my-computer-and-where
Scott0 -
Hey Scott,sadly this article doesn't help me. I am working with Linux mint and I checked all the program files and could not find any log file.Thore0
-
@thore hmm can't help you there. @BalazsBarany is my go-to Linux guy. Maybe he knows?0
-
Hi,
I installed Linux Mint 19.3 in a virtual machine. Installed Java 8 and RapidMiner. I didn't get Studio to run, because Java exited at different points with a segmentation fault. I'm not sure if it's just a Java problem, because other applications also crashed a lot.
However, ~/.RapidMiner was created and had the studio log in it. If you want help, you have to retrieve this file.
If your system is otherwise stable (doesn't have the problems I mentioned), you could also try the Amazon Coretto JVM 8 distribution. I use that for running RapidMiner on my system.
Regards,
Balázs1 -
thank you @BalazsBarany0
-
Hello,
Same thing here and I have tried some different Java versions (8.0.242.j9-adpt by AdoptOpenJDK and 8.0.265-zulu by Azul Zulu. I'm on Debian 10 Bullseye/Sid.
So far the error is always the same:
```
Aug 30, 2020 4:32:51 PM com.rapidminer.gui.safemode.SafeMode launchStarts
INFO: Found left-behind lock file from last startup at /home/deppi/.RapidMiner/safeMode.lock.
Aug 30, 2020 4:32:51 PM com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
Aug 30, 2020 4:32:57 PM com.rapidminer.gui.RapidMinerGUI run
INFO: Launching RapidMiner 9.7.002, platform ANY
Aug 30, 2020 4:32:58 PM com.rapidminer.core.license.ProductConstraintManager initialize
INFO: Initializing license manager.
Aug 30, 2020 4:32:58 PM com.rapidminer.core.license.ProductConstraintManager initialize
INFO: Using default license location.
Aug 30, 2020 4:32:58 PM com.rapidminer.core.license.ProductConstraintManager initialize
INFO: Registering default product.
Aug 30, 2020 4:32:58 PM com.rapidminer.gui.RapidMinerGUI main
SEVERE: Error while starting up RapidMiner Studio. Controlled shutdown.
java.lang.RuntimeException: Product constraint manager could not be initialized!
at com.rapidminer.RapidMiner.init(RapidMiner.java:738)
at com.rapidminer.RapidMiner.init(RapidMiner.java:691)
at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:419)
at com.rapidminer.gui.RapidMinerGUI.launch(RapidMinerGUI.java:961)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:932)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:320)
Caused by: com.rapidminer.license.InvalidProductException: Signature verification failed for product!
at com.rapidminer.license.internal.DefaultLicenseManager.registerProduct(DefaultLicenseManager.java:262)
at com.rapidminer.core.license.ProductConstraintManager.initialize(ProductConstraintManager.java:192)
at com.rapidminer.RapidMiner.init(RapidMiner.java:734)
... 5 more
```
I will see if the Coretto Amazon JVM will help, and if it does I'll report back here.
0 -
Hello again,
```
$ pwd
/home/myuser/rapidminer-studio
$ java -version
openjdk version "1.8.0_265"
OpenJDK Runtime Environment Corretto-8.265.01.1 (build 1.8.0_265-b01)
OpenJDK 64-Bit Server VM Corretto-8.265.01.1 (build 25.265-b01, mixed mode)
$ ./RapidMiner-Studio.sh
RAPIDMINER_HOME is not set. Trying the directory '/home/myuser/rapidminer-studio'...
Aug 30, 2020 5:04:02 PM com.rapidminer.gui.safemode.SafeMode launchStarts
INFO: Found left-behind lock file from last startup at /home/myuser/.RapidMiner/safeMode.lock.
Aug 30, 2020 5:04:02 PM com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
Aug 30, 2020 5:04:04 PM com.rapidminer.gui.RapidMinerGUI run
INFO: Launching RapidMiner 9.7.002, platform ANY. . .```It works now. Seems like the Coretto JVM by Amazon is the way to go:
h ttps://docs.aws.amazon.com/corretto/latest/corretto-8-ug/generic-linux-install.html
Interested in what Coretto actually is:
h ttps://aws.amazon.com/blogs/opensource/amazon-corretto-no-cost-distribution-openjdk-long-term-support/
(Sorry about links above: I'm a forum newbie and can't post links - just remove whitespace from the "h ttps")
Happy data mining!
5