• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problem with WebLogic SNMP Agent

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to integrate weblogic 8.1 with HP OpenView. I have enabled the SNMP service in the Admin console and also checked the "Send Automatic Traps Enabled" in the console. However I am not getting any traps in the management console nor in the "snmptrapd" command line utility. I refered to my Domain log and this is the message that I got...

<Error> <SNMP Agent> <hostname> <servername> <SNMP Service
Thread> <<WLS Kernel>> <> <000000> <There are multiple instances of SNMPAgentMBean ... This is an improper configuration>
<Error> <SNMP Agent> <hostname> <servername> <SNMP Service
Thread> <<WLS Kernel>> <> <000000> <SNMP Agent will not be activated ... >

When I "googled" for this error, the only information that I got was that SNMPAgentMBean should be a singleton. Can anyone please help me out..
Thanks in Advance..
Wap
 
Wap Ed
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Found a solution to this problem,
When a portal domain is created the wizard inserts the following line in config.xml

<SNMPAgent Name="portalDomain" />

When I configured the SNMP agent to work with OpenView, it was conflicting with the above line. I went ahead and removed the above line in config.xml and it started working fine. Thanks for your time..
WAP
 
The fastest and most reliable components of any system are those that are not there. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic