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