New error msg?
vining
Posts: 4,368
Anybody got any idea what this relates too?
The system was fine up until I added the zigbeed gateways and R4s into the system but I've also added/changed a fair amount of code too.
The system was fine up until I added the zigbeed gateways and R4s into the system but I've also added/changed a fair amount of code too.
Line 6 (14:08:27):: Invalid message received @ CDMDeviceManager (00A8) Line 7 (14:08:27):: Invalid message received @ CDMDeviceManager (00A8) Line 8 (14:08:27):: Invalid message received @ CDMDeviceManager (00A8)
0
Comments
I get these too. I don't like seeing these inscrutable errors as they are often a red herring that has you chasing down rabbit holes when unrelated things go wrong. I hope the next firmware version gets rid of it.
Paul
It is a harmless error caused by the zigbee gateway and R4s. It gets pretty ridiculous when you have a large number or R4s in a system and see 10-15 of these errors scroll by in the telnet window.
With the new Zigbee Pro gateways we can remotely transfer firmware through the Gateway can't we. Just not UI files?
(0000083724) CIpEvent::OnLine 10002:1:1
(0000083732) CIpEvent::OnLine 10002:2:1
(0000083733) CIpEvent::OnLine 10002:3:1
(0000083733) CIpEvent::OnLine 10002:4:1
(0000083735) CIpEvent::OnLine 10002:5:1
(0000083735) CIpEvent::OnLine 10002:6:1
(0000083735) CIpEvent::OnLine 10002:7:1
(0000083736) CIpEvent::OnLine 10002:8:1
(0000083737) CIpEvent::OnLine 10002:9:1
(0000083737) CIpEvent::OnLine 10002:10:1
(0000083738) CIpEvent::OnLine 10002:11:1
(0000083739) CIpEvent::OnLine 10002:12:1
(0000083739) CIpEvent::OnLine 10002:13:1
(0000083830) Invalid message received @ CDMDeviceManager (00A8)
(0000086324) Benchmark Index: 1436
I know I try to work really hard to prevent runtime errors and this kind of thing. I too do not like to hear about 'harmless' errors. It makes me wonder if it is just good-ole error handling or if something worse is happening.
The new message was added for Zigbee devices and gateways to improve communication and coordination between the device and gateway on the Zigbee link. The message is used by the Zigbee gateway, but is not used by the master so that is why a master prints that Invalid message log.
Chuck
Yes I can filter from the logging process but I'd rather it be handled properly.
I wouldn't have even noticed but I got a memory warning email and decided to check out the logs and they're full of this crap. A master firmware that would process this properly would be greatly appreciated.
Chuck
Great, thanks!