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
How to fix "Could not initialize HTML5 browser. See log for details" in Centos7 ??
ramprasath
Member Posts: 1 Learner I
I am currently using Rapidminer Studio V 9.10 always shows "Could not initialize HTML5 browser. See log for details." when showing visualization in Centos7.
Kindly help me to resolve it as early as possible. Lots of people share their answer related to windows and mac. So, kindly answer me about using Centos7.
Thanks in Advance
Kindly help me to resolve it as early as possible. Lots of people share their answer related to windows and mac. So, kindly answer me about using Centos7.
Thanks in Advance
0
Answers
Have you checked the ~/.RapidMiner/rapidminer-studio.log file?
you are most likely missing some shared library. Since jxbrowser is based on chromium, maybe installing chromium via yum already helps to fetch the required dependencies.
Alternatively or If installing chromium doesn't help
1) ldd the jxbrowser binary to see the missing dependencies (should be in "~/.RapidMiner/internal cache")
2) yum provides to find the package for the dependency
3) yum install the missing dependency
Greetings,
Jonas