[SNMP4J] (no subject)

2012-06-08 Thread varma datla
http://kathrinedela.com/wp-content/themes/twentyeleven/ngkft.html ___ SNMP4J mailing list SNMP4J@agentpp.org http://lists.agentpp.org/mailman/listinfo/snmp4j

Re: [SNMP4J] Socket closed error in Windows 7

2010-08-26 Thread varma datla
doing something wrong. I appreciate any suggestions. Thanks, Varma ____ From: varma datla To: Frank Fock Cc: "snmp4j@agentpp.org" Sent: Tue, August 17, 2010 2:07:47 PM Subject: Re: [SNMP4J] Socket closed error in Windows 7 Hello Frank, I apologize f

Re: [SNMP4J] Socket closed error in Windows 7

2010-08-17 Thread varma datla
ddresses.add( strLine ); } } }catch ( Exception e ) { System.err.println( "Error while reading addresses: " + e.getMessage() ); } finally { if ( input != null ) { input.close(); }

[SNMP4J] Socket closed error in Windows 7

2010-08-17 Thread varma datla
Hello, We are using snmp4j-1.9.3d asynchronously to find devices in a network. All is working well until we tested it in Windows 7 where it is throwing the "Socket is closed" exception after a few seconds and stops. Even the latest version 1.11.1 didn't seemed to work. Luckily we had an older v

[SNMP4J] Timeouts and Retries behavior.

2008-04-09 Thread varma datla
Hello Frank, We are using SNMP4J 1.8.1 to query the SNMP agent and observed the following behavior with different timeouts/retries. Requesting about 20 OIDs and processing responses asynchronously using simple implementations of ResponseListener and TreeListener (for WALK) interfaces appropriat