Sorry to necro an old thread but this is exactly what’s happening to me and I couldn’t find any answers.
I am using a custom device handler I found in the community. In the logs I see java.lang.NullPointerException @line 114 (zwaveEvent). I think I’ve narrowed it down to the new Date() returning null. It seems to be happening every time.
I can also replace it with Instant.now() and get java.lang.NullPointerException: Cannot invoke method now() on null object.
I can comment it out and the handler otherwise works like a charm.
I would love some help figuring out how this could possibly happen, or if there is an alternative I could just use.