I have two ceiling fans with native Bond WiFi controllers that are integrated using the built-in Bond Integration app.
I have a day's logs of the following error message and the only fix was to reboot Hubitat (C-8 Pro)
I found no issues with the bond devices (fans) themselves, no changes in IPs, access tokens, etc, The Bond app worked during the error period.
dev:23 2024-06-17 08:29:51.012 AM error java.lang.IllegalStateException: Queue full
dev:20 2024-06-17 08:29:29.014 AM error java.lang.IllegalStateException: Queue full
dev:23 2024-06-17 08:28:51.011 AM error java.lang.IllegalStateException: Queue full
dev:20 2024-06-17 08:28:29.011 AM error java.lang.IllegalStateException: Queue full
These are the first two Queue full entries:
dev:20 2024-06-16 03:35:29.012 AM error java.lang.IllegalStateException: Queue full
dev:23 2024-06-16 03:34:51.015 AM error java.lang.IllegalStateException: Queue full
Digging through further logs before the Queue full messages I did find these:
dev:20 2024-06-15 08:34:41.608 PM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:23 2024-06-15 08:34:41.602 PM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:23 2024-06-15 08:48:04.750 AM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:20 2024-06-15 08:48:04.738 AM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:23 2024-06-14 09:17:55.877 PM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:20 2024-06-14 09:17:55.875 PM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:23 2024-06-14 02:57:46.561 PM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
dev:20 2024-06-14 02:57:46.561 PM error java.lang.NullPointerException: Cannot get property 'type' on null object on line 260 (method parse)
I have two questions:
- What happened?
- How can I detect and resolve this automatically?