[SNMP4J] Received response that cannot be matched to any outstanding request

Frank Fock fock at agentpp.com
Fri Oct 27 01:06:58 CEST 2006


Hi Rob,

The UDP buffer size is increased on the operating system
level. So the first choice is to increase the timeout
and then the retries of the Target instance you use
to send the request.

Best regards,
Frank

Walker, Rob wrote:
> I'm receiving:  Received response that cannot be matched to any
> outstanding request.
> 
>  
> 
> A possible fix to this problem was suggested by. 
> 
>  
> 
> Have you tried to increase the timeout value?
> Also consider UDP buffer sizes. That is, when
> sending many requests in short time, then there
> could be UDP buffer overflows.
>  
> Another common error is reusing PDUs between
> concurrent requests without cloning the PDU/request
> ID.
>  
> 
>  
> 
>  
> 
> How do you increase the UPD buffer size?
> 
>  
> 
> I'm using this code snippet to construct the Transport Mapping;
> 
>  
> 
>         AbstractTransportMapping transport = null;
> 
>         
> 
>         try {
> 
>             transport = new DefaultUdpTransportMapping();
> 
>  
> 
>         } catch (IOException e) {
> 
>             // TODO
> 
>         }
> 
>  
> 
> Thanks in advance,
> 
>  
> 
> Robert Walker
> 
>  
> 
>  
> 
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j

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




More information about the SNMP4J mailing list