• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

The AppManagement MBean is not found

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm trying to access the AppManagement MBeam through WebSphere Soap facilities. Here's the code:



When code reaches line:


It blows up a big fat AdminException:
com.ibm.websphere.management.exception.AdminException: ADMA0089E: The AppManagement MBean is not found.
at com.ibm.websphere.management.application.AppManagementProxy.<init>(AppManagementProxy.java:131)
at com.ibm.websphere.management.application.AppManagementProxy.getJMXProxyForClient(AppManagementProxy.java:75)

What's weird is that there's no "AppManagement" MBean available for this application. If I execute the following code:



I see many object types available, including "ApplicationManager", but cannot find AppManagement MBean.

My system config is:

IBM WebSphere Application Server - ND, 6.0.2.23
Build Number: cf230739.19
Solaris OS
Cluster of 6 nodes

Does anybody have any idea on how to "install the AppManagement MBean" or making it available somehow?

Thank you very much!

Aurelio
 
No matter. Try again. Fail again. Fail better. This time, do it with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic