-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana error: (Unknown provider: sessionTimeoutProvider) #9369
Comments
@stefandoorn Can you delete the Do you get any errors like this in your kibana logs: #8818 ? Also, I recommend moving this conversation to IRC or the forums in order to get more timely feedback, as we use github for bugs and feature requests. |
Had the same issue, just rebooted server and working now. |
@nbari Did you need to delete the optimize/bundles directory, or was a restart alone enough to fix it? |
First I deleted Later I just add |
I had a nginx with basic auth in front of kibana. having two of those chained, did not work...! |
Just been through the same here, with 5.2.2 from the yum repo of each application. Disabling xpack security did work, but I was hoping to look at AD integration and role-based access control, so it's not too helpful! |
Worked for me; note: the restart took minutes until kibana node server responded via http. |
@mfn Yeah, the code transpilation can take a really long time, and it's maddening. This is the biggest thing we're looking to address with the new build system, which would cut that down to nothing and make this whole problem go away. |
Hi all, |
Closing due to inactivity. Can reopen if problem persists. |
What is the final solution to this? |
@navnitt back #9369 (comment) in this worked for me: #9369 (comment) |
restarting kibana after deleting optimize is not working for me. |
1 similar comment
restarting kibana after deleting optimize is not working for me. |
changed the ownership of optimize after reboot worked.But it is aking for a password and I dint reset any password. |
The above solution does work. If you still experiencing an issue, please open a new issue. There is no need to troubleshoot your issue on an existing issue when a solution has already been provided. |
OK... similar issue. After deleting the bundle and babel-cache, restart of kibana still no go. ps -ef | grep kibana showed another kibana process still running. Make SURE there isn't an additional Kibana instance running or orphaned. |
Why did you close this @thomasneirynck? I am still having an issue with this. Please open it to solve the issue. |
It's still affecting 6.5.0 (with x-pack comes preinstalled).
But we'd also like to know why it breaks at the first place. I'm unable to see root cause for 6.5.0 as there's no x-pack installation involved. |
The comment above as well as this comment from a duplicate ticket both report this error appearing suddenly after x-pack had already been installed and working for some time. I think that's worth looking into, so I'm going to re-open this ticket. |
Pinging @elastic/kibana-operations |
Pinging @elastic/kibana-platform |
Kibana version: 5.x
Elasticsearch version: 5.x
Server OS version: Centos 7
Browser version: Chrome
Browser OS version: Mac OSX
Original install method (e.g. download page, yum, from source, etc.): Yum
Steps to reproduce:
I installed Elasticsearch using yum following the instructions on the website. Afterwards the same for Kibana. Both work when accessing them through the browser. Then I installed x-pack following the instructions (first for ES, then for Kibana). Restarting the services and reloading Kibana gives me the errors below. Uninstall also breaks Kibana, so I'm kind of stuck now with it.
Errors in browser console (if relevant):
browser:
Fatal Error
Uncaught Error: [$injector:unpr] Unknown provider: sessionTimeoutProvider <- sessionTimeout <- $http <- config
http://errors.angularjs.org/1.4.7/$injector/unpr?p0=sessionTimeoutProvider%20%3C-%20sessionTimeout%20%3C-%20%24http%20%3C-%20config (http://192.168.22.22:5601/bundles/commons.bundle.js?v=14476:36)
Version: 5.0.2
Build: 14476
Error: Uncaught Error: [$injector:unpr] Unknown provider: sessionTimeoutProvider <- sessionTimeout <- $http <- config
http://errors.angularjs.org/1.4.7/$injector/unpr?p0=sessionTimeoutProvider%20%3C-%20sessionTimeout%20%3C-%20%24http%20%3C-%20config (http://192.168.22.22:5601/bundles/commons.bundle.js?v=14476:36)
at window.onerror (http://192.168.22.22:5601/bundles/commons.bundle.js?v=14476:69:13503)
console:
commons.bundle.js?v=14476:55 Error: Uncaught Error: [$injector:unpr] Unknown provider: sessionTimeoutProvider <- sessionTimeout <- $http <- config
http://errors.angularjs.org/1.4.7/$injector/unpr?p0=sessionTimeoutProvider%20%3C-%20sessionTimeout%20%3C-%20%24http%20%3C-%20config (http://192.168.22.22:5601/bundles/commons.bundle.js?v=14476:36)
at window.onerror (commons.bundle.js?v=14476:69)Notifier._showFatal @ commons.bundle.js?v=14476:55
commons.bundle.js?v=14476:36 Uncaught Error: [$injector:unpr] Unknown provider: sessionTimeoutProvider <- sessionTimeout <- $http <- config(…)
commons.bundle.js?v=14476:55 Uncaught Error: Uncaught Error: [$injector:unpr] Unknown provider: sessionTimeoutProvider <- sessionTimeout <- $http <- config(…)
http://192.168.22.22:5601/app/kibana Failed to load resource: the server responded with a status of 503 (Service Unavailable)
Provide logs and/or server output (if relevant):
The text was updated successfully, but these errors were encountered: