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

[zigbee]WARN java.lang.NullPointerException: Cannot invoke "java.util.concurrent.Future.get() #828

Open
Skinah opened this issue Jan 19, 2024 · 0 comments

Comments

@Skinah
Copy link

Skinah commented Jan 19, 2024

Getting this NPE NullPointerException when openHAB is starting up. This is with openHAB 4.1.1 Stable.

2024-01-19 13:58:03.220 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: 

java.lang.NullPointerException: Cannot invoke "java.util.concurrent.Future.get()" because the return value of "org.openhab.binding.zigbee.internal.converter.ZigBeeConverterBatteryVoltage.bind(com.zsmartsystems.zigbee.zcl.ZclCluster)" is null

	at org.openhab.binding.zigbee.internal.converter.ZigBeeConverterBatteryVoltage.initializeDevice(ZigBeeConverterBatteryVoltage.java:74) ~[?:?]

	at org.openhab.binding.zigbee.discovery.ZigBeeDiscoveryService$2.run(ZigBeeDiscoveryService.java:260) ~[?:?]

	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]

	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]

	at java.lang.Thread.run(Thread.java:833) [?:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant