Menu

#1 Null Pointer exception thrown in Decoder

open
nobody
None
5
2007-12-18
2007-12-18
No

See the following stack trace while attempting to decode packet from

Intel(R) 82566DM Gigabit Platform LAN Connect (card)

on an HP Box

2007-12-17 16:46:41,589 ERROR [Thread-14] [SoastaPacketListener] Exception while attempting to get a raw packet from packet listening queue
java.lang.NullPointerException
at com.voytechs.jnetstream.codec.Decoder.traverse(Decoder.java:1821)
at com.voytechs.jnetstream.npl.FieldStatement.visit(FieldStatement.java:108)
at com.voytechs.jnetstream.npl.Visitor.visit(Visitor.java:100)
at com.voytechs.jnetstream.npl.Visitor.traverse(Visitor.java:113)
at com.voytechs.jnetstream.npl.NodeList.visit(NodeList.java:62)
at com.voytechs.jnetstream.npl.Visitor.visit(Visitor.java:100)
at com.voytechs.jnetstream.codec.Decoder.traverse(Decoder.java:1294)
at com.voytechs.jnetstream.npl.HeaderStatement.visit(HeaderStatement.java:80)
at com.voytechs.jnetstream.npl.Visitor.visit(Visitor.java:100)
at com.voytechs.jnetstream.codec.Decoder.processCandidates(Decoder.java:885)
at com.voytechs.jnetstream.codec.Decoder.readNextPacket(Decoder.java:825)
at com.voytechs.jnetstream.codec.Decoder.nextPacketWithEOP(Decoder.java:706)
at com.soasta.conductor.recordingplugin.SoastaPacketListener.getNextPacket(SoastaPacketListener.java:309)
at com.soasta.conductor.recordingplugin.SoastaPacketListener.run(SoastaPacketListener.java:197)
at java.lang.Thread.run(Unknown Source)

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.