[SNMP4J] Unsupported PDU type: -88

Li Kong lxk5328 at gmail.com
Wed May 12 02:14:31 CEST 2010


I am  running into this really wired exception with snmp4j-1.10.2.

java.io.IOException: Unsupported PDU type: -88
       at org.snmp4j.PDU.decodeBER(PDU.java:461)
       at org.snmp4j.ScopedPDU.decodeBER(ScopedPDU.java:145)
       at org.snmp4j.mp.MPv3.prepareDataElements(MPv3.java:1092)
       at org.snmp4j.MessageDispatcherImpl.dispatchMessage(MessageDispatcherImpl.java:263)
       at org.snmp4j.MessageDispatcherImpl.processMessage(MessageDispatcherImpl.java:347)
       at org.snmp4j.MessageDispatcherImpl.processMessage(MessageDispatcherImpl.java:309)
       at org.snmp4j.transport.AbstractTransportMapping.fireProcessMessage(AbstractTransportMapping.java:83)
       at org.snmp4j.transport.DefaultUdpTransportMapping$ListenThread.run(DefaultUdpTransportMapping.java:364)
       at java.lang.Thread.run(Thread.java:619)

If you look at PDU.java:456, you can see PDU.REPORT has the value -88
which is supported
Also I could not reproduce the issue when I turn on the
remotedebugging for my JVM.

Does anyone have any clue what might be going on?

Thanks,



More information about the SNMP4J mailing list