[SNMP4J] Help !

Ashish Kumar Maheshwari Ashish_Maheshwari at hcl.in
Wed May 26 12:59:44 CEST 2010


Hi,
     I am using SNMP4j , for sending the SNMP Traps,

  Address targetAddress = GenericAddress.parse("udp:10.20.35.123/162");
 TransportMapping transport = new DefaultUdpTransportMapping();
 Snmp snmp = new Snmp(transport);
 transport.listen();

 ..
 ..

 And in the last

   snmp.close();
   transport.close();

 Sometime, am getting the following exception

Exception in thread "DefaultUDPTransportMapping_ 10.17.221.156/0" java.lang.NullPointerException
        at org.snmp4j.transport.DefaultUdpTransportMapping$ListenThread.run(DefaultUdpTransportMapping.java:318)
        at java.lang.Thread.run(Unknown Source)

  Any idea,how to tackle the problem.

 Needless to mention your help is highly appreciated.

Thanks
Ashish



DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. 
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. 
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have 
received this email in error please delete it and notify the sender immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------



More information about the SNMP4J mailing list