Running on Ubuntu, and post upgrade of the stack from 6.6.1 to 6.7.0, kibana has a problem!!
When trying to start Kibana, the outoput dumped to screen has the following entries
log [15:15:01.468] [info][status][plugin:reporting@6.7.0] Status changed from uninitialized to green - Ready
log [15:15:01.497] [warning][reporting] The Reporting plugin encountered issues launching Chromium in a self-test. You may have trouble generating reports: Error: Failed to launch chrome!
/var/lib/kibana/headless_shell-linux/headless_shell: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
The error relating to Kibana not loading properly was pinned down to a plugin i was using. GIven the plugin didn't have a 6.7 version (enhanced-table plugin), I had done the package.json edit.
This was only apparent as being the issue when i ran Developer Tools of Chrome, and saw something relating to this plugin mentioned in a 404 error.
The libnss3.so appeared to be resolved by doing a libnss3-tools install.
Kibana is now accessible...... but the chromium error still occurs.
Hey @paulxbuxton, starting in 6.7 we're launching a version of Chromium on startup to issue a warning whether there are dependencies missing that could potentially cause Reporting jobs to fail.
Are you still seeing the Error: Failed to launch chrome! /var/lib/kibana/headless_shell-linux/headless_shell: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory when starting up Kibana? Installing the libnss3 package should make this error stop occurring.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.