Kibana is not running and also web page is not coming

Hi

I have insatlled the kibana 5.4.1 version. Kibana is started but that is not running.when i observed the stdout file i am getting below file

return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: EACCES: permission denied, open '/usr/share/kibana/optimize/.babelcache.json'
at Error (native)
at Object.fs.openSync (fs.js:641:18)
at Object.fs.writeFileSync (fs.js:1347:33)
at save (/usr/share/kibana/node_modules/babel-register/lib/cache.js:45:16)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:393:7)
at startup (bootstrap_node.js:150:9)
at bootstrap_node.js:508:3

I have also chnaged permissions to kibana :kibana for /usr/share/kibana/optimize/.babelcache.json'

but still issue is same??

@shyamalaponnada its possible that you are running kibana as an unprivileged user, depending on your distribution there are official Elastic packages, which provide services that are a lot easier to start.

But anyway you might want to change the permission to the whole directory with:
chmod -R 777 /usr/share/kibana/

Thanks ugosan its wroking fine

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.