Problems when using WebSphere Application Server - Community Edition
There is a conflict between the Health Center agent and the MBeanServer used by WebSphere® Application Server - Community Edition.
Resolve the problem by changing the behavior of the Heath Center
agent. Add the following property to the command line when launching
the application you want to monitor:
-Dcom.ibm.java.diagnostics.healthcenter.use.platformmbeanserver=true
When using this property, the Heath Center agent attempts to use
the MBeanServer that is created by the running application. You might
also need to delay the start of the Health Center agent to ensure
that the application has started the MBeanServer. Include the following
property to introduce a short delay in the Health Center agent startup.
-Dcom.ibm.java.diagnostics.healthcenter.agent.start.delay.seconds=<delay>
where <delay> is
the number of seconds that the Health Center agent pauses before starting.