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
No Charts on Visualizations
Hey there everyone.
I just started using rapidminer, as I am using it in my university.
I'm here asking for help (I tried figuring it out with my teacher but no success), where I have no graphic what so ever on results -> visualizations.
Here is the print: imgur.com/TTcFYBd.png
Here is the neofetch of my system: imgur.com/he6Hcwn.png
I've tried using the legacy options and the html 5.
Thank you all in advance.
I just started using rapidminer, as I am using it in my university.
I'm here asking for help (I tried figuring it out with my teacher but no success), where I have no graphic what so ever on results -> visualizations.
Here is the print: imgur.com/TTcFYBd.png
Here is the neofetch of my system: imgur.com/he6Hcwn.png
I've tried using the legacy options and the html 5.
Thank you all in advance.
1
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi,
I'm actually using the Amazon Coretto Java VM 8 for Studio on Linux nowadays. It is also compatible with the new database connection dialogs.
With OpenJDK, I see:
- Upon start, the Cloud extension can't be loaded
- No visualizations
- Editing database connections doesn't work
Errors in the terminal:
Exception in thread "AWT-EventQueue-1" java.lang.UnsatisfiedLinkError: /home/barany/.RapidMiner/internal cache/browser7.3-ANY/libawt_helper.so: libjawt.so: Can't open shared object file: no such file or directory
Exception in thread "AWT-EventQueue-1" java.lang.NoClassDefFoundError: javafx/beans/property/StringProperty
at com.rapidminer.connection.gui.model.ConnectionModelConverter.fromConnection(ConnectionModelConverter.java:77)
at com.rapidminer.connection.gui.AbstractConnectionGUI.<init>(AbstractConnectionGUI.java:132)
at com.rapidminer.extension.jdbc.connection.gui.JDBCConnectionGUI.<init>(JDBCConnectionGUI.java:40)
So I guess we can only recommend the Coretto JDK for RapidMiner Studio on Linux.
Regards,
Balázs7
Answers
Here it is : pastebin.com/raw/7h3ppz02
I posted it on the question, I'm using mx linux, on a laptop, i7-7700hq and a 1050ti (no nvidia drivers installed because last time i installed them i had issues (it has conflicts with other softwares i use atm), but i have no need to install them anyways.)
Scott
But it is the only feature that doesn't work, everything else seems alright, graphics work etc, just not in the visualizations tab
And now how do I "force" rapidminer to use that java version?
I set JAVA_HOME before calling RapidMiner. You can also put the following into your RapidMiner-Studio.sh at the beginning:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
Regards,
Balázs
Thank you so much!
As i'm in a debian based distro after getting told to use the amazon correto 8 I did this:
I've heard from developers that the problem is only temporary, affecting version 9.5.
Studio 9.6 will also work with OpenJDK again, as it will bundle the necessary libraries.
Regards,
Balázs