[SNMP4J] Help !

Frank Fock fock at agentpp.com
Thu May 27 00:29:19 CEST 2010


Hi,

If you are sending traps only (no informs),
then do not call listen() (why listen for
something that will not come?).

Then you also avoid the race condition
you are facing.

Best regards,
Frank

On 26.05.2010 12:59, Ashish Kumar Maheshwari wrote:
> 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.
>
> -----------------------------------------------------------------------------------------------------------------------
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j

-- 
AGENT++
http://www.agentpp.com
http://www.snmp4j.com
http://www.mibexplorer.com
http://www.mibdesigner.com




More information about the SNMP4J mailing list