I have the following exception in my log:
Message deserialization failed
java.lang.IllegalStateException: Deserializer for key: msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.ErrorMessage msgType: 65535 experimenterID: 1330529792 was not found - please verify that all needed deserializers ale loaded correctly
This is occurring because of some flow that my ODL java application previously wrote into the config data store (which was subsequently written to the switch by the southbound API) but I don't know which the offending flow is. I would like to know how to debug this. How can I correlate this exception to the corresponding flow?
Thanks,
Ranga