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

[tellstick] NPE in TelldusLocalBridgeHandler #10377

Closed
jannegpriv opened this issue Mar 22, 2021 · 1 comment
Closed

[tellstick] NPE in TelldusLocalBridgeHandler #10377

jannegpriv opened this issue Mar 22, 2021 · 1 comment
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@jannegpriv
Copy link
Contributor

I found the following NPE in the openhab.log when running the latest Tellstick OH3 binding and testing the new local API support.

2021-03-22 02:46:17.327 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: 
java.lang.NullPointerException: null
        at org.openhab.binding.tellstick.internal.local.TelldusLocalBridgeHandler.updateDevices(TelldusLocalBridgeHandler.java:114) ~[?:?]
        at org.openhab.binding.tellstick.internal.local.TelldusLocalBridgeHandler.refreshDeviceList(TelldusLocalBridgeHandler.java:100) ~[?:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
        at java.lang.Thread.run(Thread.java:834) [?:?]
@jannegpriv jannegpriv added the bug An unexpected problem or unintended behavior of an add-on label Mar 22, 2021
jannegpriv added a commit to jannegpriv/openhab-addons that referenced this issue Mar 22, 2021
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
kaikreuzer pushed a commit that referenced this issue Mar 23, 2021
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
@jannegpriv
Copy link
Contributor Author

Works after fix!

themillhousegroup pushed a commit to themillhousegroup/openhab2-addons that referenced this issue May 10, 2021
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
Signed-off-by: John Marshall <john.marshall.au@gmail.com>
computergeek1507 pushed a commit to computergeek1507/openhab-addons that referenced this issue Jul 13, 2021
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
thinkingstone pushed a commit to thinkingstone/openhab-addons that referenced this issue Nov 7, 2021
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
marcfischerboschio pushed a commit to bosch-io/openhab-addons that referenced this issue May 5, 2022
Signed-off-by: Jan Gustafsson <jannegpriv@gmail.com>
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

No branches or pull requests

1 participant