Hello,
I want to start kibana 6.1 in dev mode but getting error of missing commons.bundle.js (404) , commons.style.css(404) and kibana.bundle.js files.
Steps to reproduce:
- Clone 6.1 branch from github
- Run command npm install
- Run command npm run elasticsearch
- Run command npm start
The server started(took lots of time by the way) but when I try access
http://localhost:5603/kibana/app/kibana
It says "{"statusCode":404,"error":"Not Found","message":"Not Found"}"
http://localhost:5603/app/kibana
It says "kibana did not load properly. Check the server output for more information"
I have checked the server logs which is:
"{"type":"response","@timestamp":"2018-06-08T05:16:47Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/ui/favicons/favicon-16x16.png","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"image/webp,image/apng,image/,/;q=0.8","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":2,"contentLength":9},"message":"GET /kibana/ui/favicons/favicon-16x16.png 404 2ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:47Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/ui/favicons/favicon.ico","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"image/webp,image/apng,image/,/;q=0.8","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":3,"contentLength":9},"message":"GET /kibana/ui/favicons/favicon.ico 404 3ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:49Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/bundles/commons.style.css?v=8467","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"text/css,/;q=0.1","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":3,"contentLength":9},"message":"GET /kibana/bundles/commons.style.css?v=8467 404 3ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:49Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/bundles/kibana.style.css?v=8467","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"text/css,/;q=0.1","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":3,"contentLength":9},"message":"GET /kibana/bundles/kibana.style.css?v=8467 404 3ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:52Z","tags":[],"pid":4508,"method":"get","statusCode":200,"req":{"url":"/app/kibana","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","cache-control":"max-age=0","upgrade-insecure-requests":"1","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":200,"responseTime":89,"contentLength":9},"message":"GET /app/kibana 200 89ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:53Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/bundles/commons.style.css?v=8467","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"text/css,/;q=0.1","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":2,"contentLength":9},"message":"GET /kibana/bundles/commons.style.css?v=8467 404 2ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:53Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/bundles/kibana.style.css?v=8467","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"text/css,/;q=0.1","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":2,"contentLength":9},"message":"GET /kibana/bundles/kibana.style.css?v=8467 404 2ms - 9.0B"}
{"type":"response","@timestamp":"2018-06-08T05:16:53Z","tags":[],"pid":4508,"method":"get","statusCode":404,"req":{"url":"/kibana/bundles/commons.bundle.js?v=8467","method":"get","headers":{"host":"localhost:5603","connection":"keep-alive","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","accept":"/","referer":"http://localhost:5603/app/kibana","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5603/app/kibana"},"res":{"statusCode":404,"responseTime":1,"contentLength":9},"message":"GET /kibana/bundles/commons.bundle.js?v=8467 404 1ms - 9.0B"}
"
Could you please why is that?
Regards,
Hamdullah