Tons of Zwave errors for one node

@chris Thanks for the reply. I didn’t realize there was a version 1.9 . I tracked down org.openhab.binding.zwave-1.9.0.b3.jar and installed but am still seeing an error. I’m attaching the zwave.log file if you could take a moment to look at it would be great. Thanks again.

Hmm… maybe I can’t upload a zip file? Here’s a copy/paste:

2016-06-08 19:24:19.572 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38  ]- NODE 8: Sent Data successfully placed on stack.
2016-06-08 19:24:19.582 [DEBUG] [eController$ZWaveReceiveThread:1530]- Receive Message = 01 05 00 13 22 00 CB 
2016-06-08 19:24:19.592 [DEBUG] [eController$ZWaveReceiveThread:1446]- Receive queue ADD: Length=1
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.protocol.ZWaveController:1194]- Receive queue TAKE: Length=0
2016-06-08 19:24:19.592 [DEBUG] [o.b.z.i.protocol.SerialMessage:243 ]- Assembled message buffer = 01 07 00 13 22 00 00 00 C9 
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.protocol.ZWaveController:1195]- Process Message = 01 07 00 13 22 00 00 00 C9 
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.protocol.ZWaveController:194 ]- Message: class = SendData (0x13), type = Request (0x00), payload = 22 00 
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73  ]- NODE 8: SendData Request. CallBack ID = 34, Status = Transmission complete and ACK received(0)
2016-06-08 19:24:19.592 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66  ]- Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 08 02 77 05 
2016-06-08 19:24:19.592 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67  ]- Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 22 00 
2016-06-08 19:24:19.592 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68  ]- Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
2016-06-08 19:24:19.592 [DEBUG] [eController$ZWaveReceiveThread:1530]- Receive Message = 01 08 00 04 00 08 02 77 06 88 
2016-06-08 19:24:19.592 [DEBUG] [eController$ZWaveReceiveThread:1446]- Receive queue ADD: Length=1
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.protocol.ZWaveController:1194]- Receive queue TAKE: Length=0
2016-06-08 19:24:19.592 [DEBUG] [o.b.z.i.protocol.SerialMessage:243 ]- Assembled message buffer = 01 08 00 04 00 08 02 77 06 88 
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.protocol.ZWaveController:1195]- Process Message = 01 08 00 04 00 08 02 77 06 88 
2016-06-08 19:24:19.592 [DEBUG] [b.z.i.protocol.ZWaveController:194 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 08 02 77 06 
2016-06-08 19:24:19.592 [DEBUG] [ApplicationCommandMessageClass:40  ]- NODE 8: Application Command Request (ALIVE:DYNAMIC_VALUES)
2016-06-08 19:24:19.592 [DEBUG] [ApplicationCommandMessageClass:58  ]- NODE 8: Incoming command class NODE_NAMING
2016-06-08 19:24:19.592 [DEBUG] [.c.ZWaveNodeNamingCommandClass:114 ]- NODE 8: Received NodeNaming Command Class Request
2016-06-08 19:24:19.592 [ERROR] [b.z.i.protocol.ZWaveController:1202]- Exception during Z-Wave thread: Input.
java.lang.ArrayIndexOutOfBoundsException: 5
	at org.openhab.binding.zwave.internal.protocol.SerialMessage.getMessagePayloadByte(SerialMessage.java:329) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveNodeNamingCommandClass.getString(ZWaveNodeNamingCommandClass.java:168) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveNodeNamingCommandClass.processLocationReport(ZWaveNodeNamingCommandClass.java:246) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveNodeNamingCommandClass.handleApplicationCommandRequest(ZWaveNodeNamingCommandClass.java:147) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.serialmessage.ApplicationCommandMessageClass.handleRequest(ApplicationCommandMessageClass.java:84) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.handleIncomingRequestMessage(ZWaveController.java:225) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.handleIncomingMessage(ZWaveController.java:198) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController.access$6(ZWaveController.java:193) ~[na:na]
	at org.openhab.binding.zwave.internal.protocol.ZWaveController$ZWaveInputThread.run(ZWaveController.java:1197) ~[na:na]
2016-06-08 19:24:21.639 [DEBUG] [z.internal.ZWaveNetworkMonitor:323 ]- Network Monitor: Queue length is 11 - deferring network monitor functions.
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1126]- NODE 8: Stage DYNAMIC_VALUES. Initialisation retry timer triggered. Increased to 20000
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:267 ]- NODE 8: Node advancer - DYNAMIC_VALUES: queue length(0), free to send(false)
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1158]- NODE 8: Initialisation retry timer started 20000
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:332 ]- NODE 8: Node advancer: loop - DYNAMIC_VALUES try 2: stageAdvanced(false)
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:803 ]- NODE 8: Node advancer: DYNAMIC_VALUES - checking SWITCH_MULTILEVEL
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:806 ]- NODE 8: Node advancer: DYNAMIC_VALUES - found    SWITCH_MULTILEVEL
2016-06-08 19:24:24.569 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:810 ]- NODE 8: Found 1 instances of SWITCH_MULTILEVEL

Ok - thanks. I’ll take a look - it’s probably the same/similar issue we’ve seen before so I’ll copy over the OH2 implementation which I believe solves this.