Hello,

I am working for and in one of our product we are using AdventNet AgentToolkit - Java Edition Standard edition 6.0.
We are facing a problem in one our installaion where the requesthandler added in the method initSnmpExtensionNodes() are not getting added and due to this a SNMP get to the OID is falling.
 
Please find the method implementation below :
/**
  * Adds VarBindRequestListeners to SnmpAgent. Registers the Agent SubTrees
  * to the <code>PduRequestHandler</code>
  */
 public void initSnmpExtensionNodes() {
 
  in99Listener = new In99RequestHandler(this);
  in99Listener.setIn99Instrument(getIn99Instance());
  in99Listener.addRegistrationListener(hdlr);
 
  inProcessTableListener = new InProcessTableRequestHandler(this);
  inProcessTableListener.addRegistrationListener(hdlr);
 
  inEventTableListener = new InEventTableRequestHandler(this, mAgentTableModel);
  inEventTableListener.addRegistrationListener(hdlr);
 
  inTaskTableListener = new InTaskTableRequestHandler(this);
  inTaskTableListener.addRegistrationListener(hdlr);
 
  inSafeguardListener = new InSafeguardRequestHandler(this);
  inSafeguardListener.setInSafeguardInstrument(getInSafeguardInstance());
  inSafeguardListener.addRegistrationListener(hdlr);
 
  sgServiceTableListener = new SgServiceTableRequestHandler(this);
  sgServiceTableListener.addRegistrationListener(hdlr);
 
  trapRef = new IN_MIB_ALTrap(this, trapListener);
 
  aclTable
    .addAclEntry(com.adventnet.snmp.snmp2.agent.AclTableRequestHandler
      .createAclEntry("public", new Integer(3), "0:0:0:0",
        new Integer(1)));
  aclTable
    .addAclEntry(com.adventnet.snmp.snmp2.agent.AclTableRequestHandler
      .createAclEntry("private", new Integer(1), "0:0:0:0",
        new Integer(1)));
 
 }
 
In the Agent.log i see following traces :
15:41:33:480 SNMP: TRACE:  The Node .1.3.6.1.4.1.2162.10.3.1.1 added to the Tree Vector
15:41:33:480 SNMP: INFO:  The Number of Holders Registered = 3
15:41:33:480 SNMP: TRACE:  The Element at 0 is = .1.3.6.1.4.1.2162.10.3.1.1
15:41:33:480 SNMP: TRACE:  The Element at 1 is = .1.3.6.1.4.1.2162.10.3.1.3.1.1
15:41:33:480 SNMP: TRACE:  The Element at 2 is = .1.3.6.1.4.1.2162.10.3.1.3.2.1
15:41:33:480 SNMP: INFO: registration performed with PduRequestHandler
15:41:33:497 SNMP: TRACE: inside tableModel setTableElements
15:41:38:581 SNMP: TRACE: @@@@@ inside authenticate SnmpPDU String @@@@@
 
But after this other Elements are not getting added (Please refer below).
And due to this the SNMPget for a in99Listener fails :
15:41:33:497 SNMP: TRACE: inside tableModel setTableElements
15:41:38:581 SNMP: TRACE: @@@@@ inside authenticate SnmpPDU String @@@@@
 
15:41:38:587 SNMP: DEBUG:
Decoded Request PDU:
 
Version : 1(v2c)
Community : public
Command : Get Request
Request ID: 15890
Error Status: 0(No Error.)
Error Index: 0
Varbinds :
Object ID: .1.3.6.1.4.1.231.7.99.47.1000.99.11.0
NULLOBJ: NULL
 
15:41:38:587 SNMP: DEBUG:
15:41:38:588 SNMP: TRACE: @@@@@ inside handleGetCommunities @@@@@
 
I have also checked the agent.log where the getrequest is successfull and there i see more Elements being added for eg :
Line 113 : 19:18:20:709 SNMP: INFO:  The Number of Holders Registered = 1
Line 230 : 19:18:20:733 SNMP: INFO:  The Number of Holders Registered = 2
Line 321 : 19:18:20:852 SNMP: INFO:  The Number of Holders Registered = 3
Line 391 : 19:18:21:440 SNMP: INFO:  The Number of Holders Registered = 4
Line 479 : 19:18:21:465 SNMP: INFO:  The Number of Holders Registered = 5
Line 528 : 19:18:21:478 SNMP: INFO:  The Number of Holders Registered = 6
Line 604 : 19:18:21:516 SNMP: INFO:  The Number of Holders Registered = 7
Line 663 : 19:18:21:559 SNMP: INFO:  The Number of Holders Registered = 8
Line 803 : 19:18:21:573 SNMP: INFO:  The Number of Holders Registered = 9
Line 856 : 19:18:21:587 SNMP: INFO:  The Number of Holders Registered = 10
Line 932 : 19:18:21:660 SNMP: INFO:  The Number of Holders Registered = 11
Line 1051 : 19:18:21:678 SNMP: INFO:  The Number of Holders Registered = 12
 
Can you please let me know if there is way to find the reason for this issue?
 
Thanks and regards,
Harsh Jain

Not Working log file :

~~~~~~~~~~~~~~~~~~~~~~~~ Logging started ~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~ Messages on Tue, Sep 8, 2009 03:41 PM ~~~~~~~~~~~~~
15:41:32:677 SNMP: INFO: starting the API...
15:41:32:677 SNMP: INFO: initializing SnmpSession with default parameters
15:41:32:704 SNMP: INFO: getting SnmpAPI from cache..
15:41:32:705 SNMP: INFO: getting SnmpAPI from cache..
15:41:33:340 SNMP: TRACE: inside SnmpStore.initSnmpStore
15:41:33:351 SNMP: INFO: getting SnmpAPI from cache..
15:41:33:351 SNMP: INFO: opening new trap session
15:41:33:353 SNMP: TRACE: @@@@@ inside setAsyncMode @@@@@

15:41:33:353 SNMP: TRACE: @@@@@ inside startScheduler @@@@@

15:41:33:354 SNMP: TRACE: @@@@@ inside setMaxThreads @@@@@

15:41:33:363 SNMP: TRACE: @@@@@ inside addSnmpPduRequestListener @@@@@

15:41:33:363 SNMP: TRACE: @@@@@ inside startScheduler @@@@@

15:41:33:364 SNMP: TRACE: @@@@@ inside addTrapRequestListener @@@@@

15:41:33:366 SNMP: INFO: getting SnmpAPI from cache..
15:41:33:366 SNMP: TRACE: @@@@@ inside setTrapSourceDefault @@@@@

15:41:33:375 SNMP: DEBUG: The File conf/V1V2TrapForwardingTable.xml is not found, it has been created
15:41:33:400 SNMP: TRACE: inside tableModel setTableElements
15:41:33:410 SNMP: TRACE: @@@@@ inside registrationPerformed @@@@@

15:41:33:410 SNMP: TRACE: @@@@@ inside isRootOidChange @@@@@

15:41:33:411 SNMP: TRACE: @@@@@ inside removeVarBindRequestListener @@@@@

15:41:33:411 SNMP: INFO: listener removed for Oid =.1.3.6.1.4.1.2162.10.3.1.3.1.1
15:41:33:411 SNMP: TRACE: @@@@@ inside deleteVarBindRequestListenerHolder String @@@@@

15:41:33:411 SNMP: TRACE: @@@@@ inside addVarBindRequestListener @@@@@

15:41:33:418 SNMP: TRACE: @@@@@ inside addVarBindRequestListenerHolder @@@@@

15:41:33:418 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:418 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:418 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:418 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:418 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:419 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside createSubTrees @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:420 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:421 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:422 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:423 SNMP: TRACE:  The Node .1.3.6.1.4.1.2162.10.3.1.3.1.1 added to the Tree Vector
15:41:33:423 SNMP: INFO:  The Number of Holders Registered = 1
15:41:33:423 SNMP: TRACE:  The Element at 0 is = .1.3.6.1.4.1.2162.10.3.1.3.1.1
15:41:33:423 SNMP: INFO: registration performed with PduRequestHandler
15:41:33:423 SNMP: TRACE: @@@@@ inside registrationPerformed @@@@@

15:41:33:423 SNMP: TRACE: @@@@@ inside isRootOidChange @@@@@

15:41:33:423 SNMP: TRACE: @@@@@ inside removeVarBindRequestListener @@@@@

15:41:33:424 SNMP: INFO: listener removed for Oid =.1.3.6.1.4.1.2162.10.3.1.3.2.1
15:41:33:424 SNMP: TRACE: @@@@@ inside deleteVarBindRequestListenerHolder String @@@@@

15:41:33:425 SNMP: TRACE: @@@@@ inside addVarBindRequestListener @@@@@

15:41:33:425 SNMP: TRACE: @@@@@ inside addVarBindRequestListenerHolder @@@@@

15:41:33:425 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:425 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:425 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside createSubTrees @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:426 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:427 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:428 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:429 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:430 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:431 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:432 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:432 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:432 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:432 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:432 SNMP: TRACE:  The Node .1.3.6.1.4.1.2162.10.3.1.3.2.1 added to the Tree Vector
15:41:33:433 SNMP: INFO:  The Number of Holders Registered = 2
15:41:33:433 SNMP: TRACE:  The Element at 0 is = .1.3.6.1.4.1.2162.10.3.1.3.1.1
15:41:33:433 SNMP: TRACE:  The Element at 1 is = .1.3.6.1.4.1.2162.10.3.1.3.2.1
15:41:33:433 SNMP: INFO: registration performed with PduRequestHandler
15:41:33:433 SNMP: TRACE: @@@@@ inside restartSnmpAgent @@@@@

15:41:33:434 SNMP: TRACE: @@@@@ inside stopSnmpAgent @@@@@

15:41:33:434 SNMP: DEBUG: stopping the SnmpSession.....
15:41:33:464 SNMP: DEBUG: .....restarting SnmpSession.....
15:41:33:464 SNMP: INFO: getting SnmpAPI from cache..
15:41:33:464 SNMP: TRACE: @@@@@ inside getReadCommunity @@@@@

15:41:33:464 SNMP: TRACE: @@@@@ inside getRegistrationListener @@@@@

15:41:33:464 SNMP: TRACE: @@@@@ inside addClientAndOpenSession @@@@@

15:41:33:464 SNMP: DEBUG: Starting SnmpSession at port : 43821
15:41:33:468 SNMP: TRACE: @@@@@ inside sendGenericTrap @@@@@

15:41:33:468 SNMP: TRACE: @@@@@ inside createTrapRequestEvent @@@@@

15:41:33:469 SNMP: DEBUG: Trap reached SnmpTrapService
15:41:33:469 SNMP: TRACE: @@@@@ inside incrementSnmpOutTraps @@@@@

15:41:33:469 SNMP: TRACE: @@@@@ inside getSnmpGroup @@@@@

15:41:33:476 SNMP: TRACE: @@@@@ inside registrationPerformed @@@@@

15:41:33:476 SNMP: TRACE: @@@@@ inside isRootOidChange @@@@@

15:41:33:476 SNMP: TRACE: @@@@@ inside removeVarBindRequestListener @@@@@

15:41:33:476 SNMP: INFO: listener removed for Oid =.1.3.6.1.4.1.2162.10.3.1.1
15:41:33:476 SNMP: TRACE: @@@@@ inside deleteVarBindRequestListenerHolder String @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside addVarBindRequestListener @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside addVarBindRequestListenerHolder @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:477 SNMP: TRACE: @@@@@ inside createSubTrees @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:478 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:479 SNMP: TRACE: @@@@@ inside createAgentNode @@@@@

15:41:33:480 SNMP: TRACE: @@@@@ inside addCell TreeCell @@@@@

15:41:33:480 SNMP: TRACE: @@@@@ inside addRecursiveChildren @@@@@

15:41:33:480 SNMP: TRACE: @@@@@ inside getChildKey @@@@@

15:41:33:480 SNMP: TRACE:  The Node .1.3.6.1.4.1.2162.10.3.1.1 added to the Tree Vector
15:41:33:480 SNMP: INFO:  The Number of Holders Registered = 3
15:41:33:480 SNMP: TRACE:  The Element at 0 is = .1.3.6.1.4.1.2162.10.3.1.1
15:41:33:480 SNMP: TRACE:  The Element at 1 is = .1.3.6.1.4.1.2162.10.3.1.3.1.1
15:41:33:480 SNMP: TRACE:  The Element at 2 is = .1.3.6.1.4.1.2162.10.3.1.3.2.1
15:41:33:480 SNMP: INFO: registration performed with PduRequestHandler
15:41:33:497 SNMP: TRACE: inside tableModel setTableElements
15:41:38:581 SNMP: TRACE: @@@@@ inside authenticate SnmpPDU String @@@@@

15:41:38:587 SNMP: DEBUG:
Decoded Request PDU:

Version : 1(v2c)
Community : public
Command : Get Request
Request ID: 15890
Error Status: 0(No Error.)
Error Index: 0
Varbinds :
Object ID: .1.3.6.1.4.1.231.7.99.47.1000.99.11.0
NULLOBJ: NULL

15:41:38:587 SNMP: DEBUG:
15:41:38:588 SNMP: TRACE: @@@@@ inside handleGetCommunities @@@@@

15:41:38:588 SNMP: TRACE: @@@@@ inside handleGetCommunities @@@@@

15:41:38:588 SNMP: TRACE: @@@@@ inside handleGetCommunities @@@@@

15:41:38:588 SNMP: DEBUG: PDU received at port : 43821
15:41:38:588 SNMP: TRACE: @@@@@ inside checkManagerAccess @@@@@

15:41:38:588 SNMP: TRACE: @@@@@ inside getInetAddress @@@@@

15:41:38:588 SNMP: TRACE: @@@@@ inside callback @@@@@

15:41:38:588 SNMP: TRACE: @@@@@ inside checkVersion @@@@@

15:41:38:588 SNMP: TRACE: @@@@@ inside createSnmpPduRequestEvent @@@@@

15:41:38:593 SNMP: TRACE: @@@@@ inside processSnmpPduRequest @@@@@

15:41:38:593 SNMP: DEBUG: PDU reached PduRequestHandler
15:41:38:595 SNMP: TRACE: @@@@@ inside checkAccess @@@@@

15:41:38:596 SNMP: TRACE: pdu received for get request
15:41:38:596 SNMP: TRACE: @@@@@ inside getRequest @@@@@

15:41:38:596 SNMP: TRACE: @@@@@ inside getGetReqVarBindRequestListenerHolder @@@@@

15:41:38:596 SNMP: TRACE: @@@@@ inside getCell Object boolean @@@@@

15:41:38:596 SNMP: TRACE:  The Boolean Value is : true
15:41:38:597 SNMP: TRACE: @@@@@ inside compareToforTree @@@@@

15:41:38:597 SNMP: TRACE: @@@@@ inside compareToMinSize @@@@@

15:41:38:597 SNMP: TRACE: @@@@@ inside compareToMinSize @@@@@

15:41:38:597 SNMP: TRACE: @@@@@ inside compareToMinSize @@@@@

15:41:38:597 SNMP: INFO:  getCell returns : .1.3.6.1.4.1.2162.10.3.1.3.1.1
15:41:38:597 SNMP: INFO: received a v2c getRequest
15:41:38:597 SNMP: TRACE: @@@@@ inside setErrvalue @@@@@

15:41:38:597 SNMP: TRACE: @@@@@ inside addVarBindToHolder @@@@@

15:41:38:598 SNMP: TRACE: @@@@@ inside processGetReqMesg @@@@@

15:41:38:598 SNMP: TRACE: @@@@@ inside getSnmpGroup @@@@@

15:41:38:598 SNMP: TRACE: @@@@@ inside getSnmpGroup @@@@@

15:41:38:598 SNMP: DEBUG: Sending the response PDU...
15:41:38:598 SNMP: TRACE: @@@@@ inside send @@@@@

15:41:38:598 SNMP: TRACE: @@@@@ inside send @@@@@

15:41:38:603 SNMP: DEBUG:
Decoded Request PDU:

Version : 1(v2c)
Community : public
Command : Get Response
Request ID: 15890
Error Status: 0(No Error.)
Error Index: 0
Varbinds :
Error Indication in response: There is no such object in this MIB.Object ID: .1.3.6.1.4.1.231.7.99.47.1000.99.11.0
NULLOBJ: NULL

15:41:38:603 SNMP: DEBUG:
15:41:38:603 SNMP: DEBUG: ===========================================================
15:41:38:603 SNMP: TRACE: @@@@@ inside cleanMultiVarbindListenerTable @@@@@


  • No status
  • Analyzing
  • Work-around suggested
  • Solved
  • Not a problem
  • Need more info
  • Working on it
  1 user reports this problem 

 Dear Harsh Jain,

Thank you for your interest in our product.

Please send us the MIB with which you are generating the source .So that we will try the same in our environment and get back to you.

Please install service pack 2.0 over AgentToolkit 6.0 and try the same and see whether the issue is reproduced or not .Download it from the below link

http://www.webnms.com/javaagent/servicepack.html

Instructions to apply the service pack is also available in the same.

If you have already installed service pack 2.0 please ignore this.

Awaiting your reply,

Thanks & Regards,

Jyothi.

       

 Dear Harsh Jain,

Thank you for your interest in our product.

Please send us the MIB with which you are generating the source .So that we will try the same in our environment and get back to you.

Please install service pack 2.0 over AgentToolkit 6.0 and try the same and see whether the issue is reproduced or not .Download it from the below link

http://www.webnms.com/javaagent/servicepack.html

Instructions to apply the service pack is also available in the same.

If you have already installed service pack 2.0 please ignore this.

Awaiting your reply,

Thanks & Regards,

Jyothi.

       

Post Actions
Statistics
  • 2
     Replies
  • 198
     Views
  • 0
     Followers
Tags for the post
No tags available for this topic.
© 2009 Corp. All rights reserved. Trademarks | Privacy Policy | Site Map | Contact Us | Careers

Edit Link Delete Link

Edit Link Delete Link

LoadingImage