Zwave Binding Error - Exception during ZWave thread

I’ve noticed the last few days I’m getting this error:

2016-09-13 08:25:58.316 [ERROR] [ve.internal.protocol.ZWaveController] - Exception during ZWave thread: Input 2. {}
java.lang.NullPointerException
	at org.openhab.binding.zwave.internal.protocol.ZWaveNode.getRoutingList(ZWaveNode.java:689)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer.advanceNodeStage(ZWaveNodeInitStageAdvancer.java:1047)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer.handleNodeQueue(ZWaveNodeInitStageAdvancer.java:230)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer.ZWaveIncomingEvent(ZWaveNodeInitStageAdvancer.java:1288)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.notifyEventListeners(ZWaveController.java:541)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.handleIncomingRequestMessage(ZWaveController.java:244)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.handleIncomingMessage(ZWaveController.java:208)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.access$7(ZWaveController.java:202)[189:org.openhab.binding.zwave:2.0.0.201609130942]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController$ZWaveInputThread.run(ZWaveController.java:1298)[189:org.openhab.binding.zwave:2.0.0.201609130942]

and some of my nodes are stuck with “Node Initializing: DELETE_ROUTES” I’ve tried to heal the nodes but no luck getting them to clear their errors.

I can run a full debug if that would help

Yes please. Can you open this as an issue in the zwave issue tracker (with a debug log).

WIll do. I won’t be able to until tonight.

I ended up just doing a fresh install last night since I was having other issues as well and everything seems to be running fine now.