0 Replies Latest reply on Dec 1, 2004 4:59 PM by gshekar

    Cannot connect to SNMP agent.

    gshekar

      Hi,

      I have started jboss with the following system properties on a solairs box.

      JMXACNF=/home/le652126/jdk1.5.0/jre/lib/management
      JAVA_OPTS="-server -Xms128m -Xmx128m\
      -Dcom.sun.management.jmxremote.port=8000\
      -Dcom.sun.management.jmxremote.ssl=false\
      -Dcom.sun.management.jmxremote.authenticate=false\
      -Dcom.sun.management.snmp.port=8004\
      -Dcom.sun.management.snmp.acl.file=$JMXACNF/snmp.acl"

      The acl file looks like this:

      acl = {
      {
      communities = public, private
      access = read-only
      managers = localhost, 3.45.94.40
      }
      }


      trap = {
      {
      trap-community = public
      hosts = localhost, 3.45.94.40
      }
      }

      I am using java management mib file and want to connect to snmp agent using Adventnet mib browser tool from my laptop (3.45.94.40)

      I am getting the following error.

      Sent get request to waulab4d.med.ge.com : 8004
      Request Failed: Error: Request Timed Out to waulab4d.med.ge.com


      Request your help.
      Thanks & Regards,
      -Gnanashekar-