Options

How to fix "Could not initialize HTML5 browser. See log for details" in Centos7 ??

ramprasathramprasath Member Posts: 1 Newbie
edited March 2022 in Help
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


Answers

  • Options
    jwpfaujwpfau Employee, Member Posts: 280 RM Engineering
    edited March 2022
    Hi,

    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
Sign In or Register to comment.