Hi,
I have setup the SNMP Agent using UDP before and it works fine. However, yesterday I tried setting it up for TCP and I got a bunch of the following error, basically for every object sending a trap:
com.adventnet.snmp.snmp2.agent.AgentSnmpException: Duplicate row, errstat: 0, errvalue: 0
at com.adventnet.utils.agent.AgentTableModel.addRow(AgentTableModel.java:323)
at com.adventnet.snmp.snmp2.agent.NotificationVarbindTableRequestHandler.addRow(NotificationVarbindTableRequestHandler.java:658)
at com.adventnet.snmp.snmp2.agent.NotificationVarbindTableRequestHandler.setTrapVarBindDetails(NotificationVarbindTableRequestHandler.java:646)
at com.adventnet.snmp.snmp2.agent.SnmpTrapService.sendTrap(SnmpTrapService.java:505)
at com.adventnet.snmp.snmp2.agent.SnmpTrapService.sendTrap(SnmpTrapService.java:1402)
at com.adventnet.snmp.snmp2.agent.BaseSnmpTrapService.sendTrapToManagersInTable(BaseSnmpTrapService.java:803)
at com.adventnet.snmp.snmp2.agent.SnmpTrapService.sendTrapToManagersInTable(SnmpTrapService.java:704)
at com.adventnet.snmp.snmp2.agent.BaseSnmpTrapService.sendTrapToManagers(BaseSnmpTrapService.java:849)
at com.adventnet.snmp.snmp2.agent.SnmpTrapService.addTrapRequest(SnmpTrapService.java:277)
at com.adventnet.snmp.snmp2.agent.BaseSnmpTrapService.sendTrap(BaseSnmpTrapService.java:738)
at snmp.AdventNetSnmpAgentTrap.sendNotification(AdventNetSnmpAgentTrap.java:186)
...
Do you have any insights on what could be causing it?
Thanks,
Pascal