Re: [SNMP4J] Timeouts in version 2.5.7+

2018-04-03 Thread Frank Fock
Hi Steffen, From the stack trace it seems that there is no idle TaskManager in your ThreadPool for the MultiThreadMessageDispatcher left. Maybe all TaskManagers died because of exceptions? You can simply use the DefaultMessageDispatcher in your case. I do not expect advantages from the multi-th

Re: [SNMP4J] Timeouts in version 2.5.7+

2018-04-03 Thread Steffen Brüntjen
Hi Frank Thanks for your reply. I don't reuse PDUs. In case of SNMPv2c, the effective statements would be: PDU pdu = new PDU(); pdu.setType(PDU.GET); pdu.add(new VariableBinding(...)); ResponseEvent responseEvent = snmp.send(pdu, target); // timeout I believe the PDU request IDs will b