Error while starting Kibana

Hi All,

I am getting below error while trying to start kibana on command line-

E:\ELK\kibana-5.4.2-windows-x86\bin>kibana
fs.js:641
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^

Error: EPERM: operation not permitted, open 'E:\ELK\kibana-5.4.2-windows-x86\opt
imize.babelcache.json'
at Error (native)
at Object.fs.openSync (fs.js:641:18)
at Object.fs.writeFileSync (fs.js:1347:33)
at save (E:\ELK\kibana-5.4.2-windows-x86\node_modules\babel-register\lib\cac
he.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

Please suggest.

Regards,
Prateek

Hi,

Does the user you are using to stay kibana have write permissions on the kibana directory? This looks like the write permission is missing for that user.

Regards
Tim

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