Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: Linux
Platform: PC
-
260
Description
I am sending multipart (stats) request to openflow 1.0 switch. Seems like switch interprets the request fine and sends the response, but library says that "No correct decoder found in DecoderTable for arguments: org.opendaylight.openflowjava.protocol.impl.deserialization.MessageTypeCodeKey@5d1"
Following is the controller log snippet:
2013-12-23 03:07:57.350 IST [Thread-17] INFO o.o.o.o.m.c.s.ModelDrivenSwitchImpl - Prepare flow table statistics request to get flow table stats for all tables from node NodeRef [_value=InstanceIdentifier [path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri [_value=openflow:1]]]]]]- Transaction id - 7
2013-12-23 03:07:57.354 IST [Thread-17] INFO o.o.o.o.m.c.s.ModelDrivenSwitchImpl - Prepare queue statistics request to collect stats for all queues attached to all the ports of node InstanceIdentifier [path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri [_value=openflow:1]]]]] - TrasactionId - 8
2013-12-23 03:07:57.419 IST [nioEventLoopGroup-9-1] INFO o.o.o.p.impl.core.OFFrameDecoder - OF Protocol message received, type:17
2013-12-23 03:07:57.419 IST [nioEventLoopGroup-9-1] INFO o.o.o.p.impl.core.OFFrameDecoder - OF Protocol message received, type:17
2013-12-23 03:07:57.419 IST [nioEventLoopGroup-9-1] WARN o.o.o.p.i.d.DeserializationFactory - No correct decoder found in DecoderTable for arguments: org.opendaylight.openflowjava.protocol.impl.deserialization.MessageTypeCodeKey@5d1
2013-12-23 03:07:57.419 IST [nioEventLoopGroup-9-1] WARN o.o.o.protocol.impl.core.OFDecoder - Translated POJO is null
2013-12-23 03:07:57.419 IST [nioEventLoopGroup-9-1] WARN o.o.o.p.i.d.DeserializationFactory - No correct decoder found in DecoderTable for arguments: org.opendaylight.openflowjava.protocol.impl.deserialization.MessageTypeCodeKey@5d1
2013-12-23 03:07:57.419 IST [nioEventLoopGroup-9-1] WARN o.o.o.protocol.impl.core.OFDecoder - Translated POJO is null
2013-12-23 03:08:01.958 IST [nioEventLoopGroup-9-1] INFO o.o.o.p.impl.core.OFFrameDecoder - OF Protocol message received, type:2
2013-12-23 03:08:06.958 IST [nioEventLoopGroup-9-1] INFO o.o.o.p.impl.core.OFFrameDecoder - OF Protocol message received, type:2
Please let me know if you need any other details.