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
Recommendations unavailable | HTML 5 issues | Path issues
Hello,
I'm new to this forum, currently a Data Science student, I've been using RapidMiner for over 6 months now and I've just encountered the following problems with the application when everything was working fine before.
First of all, I can no longer open the application from the Mac's Applications menu. It says that the application is damaged or incomplete. I can still launch it with the shell file from my terminal, but I'd like to know what the problem is and how to solve it. I've deleted the application and downloaded it again, but the problem persists.
The second problem is that when I open RapidMiner Studio, I no longer have access to my files saved in the application. The saved processes no longer appear, even though the access paths are correct. As you can see in the example below, for the Finance_Project folder, the global directory is displayed on RapidMiner, but when I click on it, I can't access the subfolders containing the processes, data and connections, even though the path entered is the correct one. Everything worked perfectly before.
The third problem is that I no longer have access to the recommendations. Here again, everything was working perfectly a few days ago.
Here is the log corresponding to this error:
Finally, the last problem concerns the fact that HTML5 no longer works, so I no longer have access to the visualizations.
Here is the log corresponding to this error:
I'm new to this forum, currently a Data Science student, I've been using RapidMiner for over 6 months now and I've just encountered the following problems with the application when everything was working fine before.
First of all, I can no longer open the application from the Mac's Applications menu. It says that the application is damaged or incomplete. I can still launch it with the shell file from my terminal, but I'd like to know what the problem is and how to solve it. I've deleted the application and downloaded it again, but the problem persists.
The second problem is that when I open RapidMiner Studio, I no longer have access to my files saved in the application. The saved processes no longer appear, even though the access paths are correct. As you can see in the example below, for the Finance_Project folder, the global directory is displayed on RapidMiner, but when I click on it, I can't access the subfolders containing the processes, data and connections, even though the path entered is the correct one. Everything worked perfectly before.
The third problem is that I no longer have access to the recommendations. Here again, everything was working perfectly a few days ago.
Here is the log corresponding to this error:
Jun 06, 2023 4:45:43 PM com.rapidminer.gui.model.RecommendationModel queryRecommendations
WARNING: Failed to request recommendations, returncode 400
Finally, the last problem concerns the fact that HTML5 no longer works, so I no longer have access to the visualizations.
Here is the log corresponding to this error:
Jun 06, 2023 4:47:18 PM com.rapidminer.extension.browser.BrowserFactory init
SEVERE: Failed to initialize the Browser, HTML5 components might not be available!
com.teamdev.jxbrowser.engine.ChromiumBinariesExtractionException: Failed to extract Chromium binaries into /Users/XXXXXXXXXXXXX/.RapidMiner/internal cache/browser7.26-OSX
at com.teamdev.jxbrowser.internal.ChromiumExtractor.extract(ChromiumExtractor.java:50)
at com.teamdev.jxbrowser.engine.internal.EngineImpl.extractChromiumBinariesIfNecessary(EngineImpl.java:422)
at com.teamdev.jxbrowser.engine.internal.EngineImpl.newInstance(EngineImpl.java:149)
at com.teamdev.jxbrowser.engine.Engine.newInstance(Engine.java:163)
at com.rapidminer.extension.browser.BrowserFactory.createEngine(BrowserFactory.java:340)
at com.rapidminer.extension.browser.BrowserFactory.init(BrowserFactory.java:141)
at com.rapidminer.extension.browser.BrowserFactory.createBrowser(BrowserFactory.java:248)
at com.rapidminer.extension.browser.BrowserFactory.createBrowser(BrowserFactory.java:212)
at com.rapidminer.extension.html5charts.gui.chart.implementations.html5.HTML5HighChartsChartGUI.createChartSceneJxBrowser(HTML5HighChartsChartGUI.java:436)
at com.rapidminer.extension.html5charts.gui.chart.implementations.html5.HTML5HighChartsChartGUI$1.doInBackground(HTML5HighChartsChartGUI.java:168)
at com.rapidminer.extension.html5charts.gui.chart.implementations.html5.HTML5HighChartsChartGUI$1.doInBackground(HTML5HighChartsChartGUI.java:164)
at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.FileNotFoundException: chromium-mac-arm.7z
at com.teamdev.jxbrowser.internal.ChromiumExtractor.extract(ChromiumExtractor.java:48)
... 16 more
I'm on Macbook Pro M1, OS Ventura 13.4, OpenJDK11.
I'd like to point out that I had absolutely no problems with RapidMiner before and that overnight all these problems appeared without me changing anything in my files.
If anyone knows what could have caused all these problems simultaneously and how to solve them, I'd be very grateful. I'm using RapidMiner for my thesis and I'm currently stuck with these problems.
Thank you,
Valentin
Thank you,
Valentin
Tagged:
0
Answers
I sadly don't have an arm mac on hand to reproduce the issues.
But some things you could try:
- Instead of putting the RapidMiner Studio App into Applications, try to install it onto your desktop
- Right click on the RapidMiner Studio App and select "Get Info" in the Info window select "Open using Rosetta"
For the charts issue when started from the terminal:
RapidMiner Studio seem to start using a native mac-aarch64 Java installation, but we don't bundle mac-arm binaries yet. You could try to make it start using a mac-x64 Java 11 installation to force Rosetta 2 usage.
Greetings,
Jonas
Thank you very much for your quick reply.
I've tried to totally de-install RapidMiner Studio including the .RapidMiner directory and re-install it again on my Desktop. The problem remains the same, I can't open the application directly and I have no option to open the application with Rosetta 2 (although the latter is installed on my Mac since I use it for certain applications).
Greetings,
Valentin
I'm encountering the same issue on my end as well. It was functioning correctly for a period of time, but following a recent macOS update, I've also been unable to open RapidMiner.
Any assistance you can provide would be greatly appreciated.
Best regards,
Wassim
Hello,
I'm experiencing a similar issue also on Ubuntu 22.04 running on an ARM CPU. Here is the error output:
Any assistance you can offer to resolve this would be highly appreciated.
Best regards, W.
Sadly Linux on ARM isn't officially supported.
But you can you try to add the line:
Greetings,
Jonas