Skip to content
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

[kodi] Unable to report throwable to websocket #5715

Closed
5iver opened this issue Jun 12, 2019 · 1 comment · Fixed by #5730
Closed

[kodi] Unable to report throwable to websocket #5715

5iver opened this issue Jun 12, 2019 · 1 comment · Fixed by #5730
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@5iver
Copy link

5iver commented Jun 12, 2019

I use Kodi on FireTV devices that are not normally powered unless in use. After upgrading to S1608, I'm receiving this warning every 10s for each Kodi that is not online...

2019-06-12 01:51:42.483 [WARN ] [org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver] - Unable to report throwable to websocket (no @OnWebSocketError handler declared): org.openhab.binding.kodi.internal.protocol.KodiClientSocket$KodiWebSocketListener
java.net.NoRouteToHostException: No route to host
        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
        at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
        at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:355) ~[81:org.eclipse.jetty.io:9.4.18.v20190429]
        at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:221) [81:org.eclipse.jetty.io:9.4.18.v20190429]
        at org.eclipse.jetty.io.ManagedSelector.access$1500(ManagedSelector.java:61) [81:org.eclipse.jetty.io:9.4.18.v20190429]
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:531) [81:org.eclipse.jetty.io:9.4.18.v20190429]
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:393) [81:org.eclipse.jetty.io:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) [93:org.eclipse.jetty.util:9.4.18.v20190429]
        at java.lang.Thread.run(Thread.java:748) [?:?]
@kaikreuzer
Copy link
Member

Seems to be related to the recent Jetty upgrade. I've created https://github.com/openhab/openhab2-addons/pull/5730 for it.

@wborn wborn added the bug An unexpected problem or unintended behavior of an add-on label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants