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.heathcenter.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.


© Copyright IBM Corporation 2005, 2010. All Rights Reserved.
© Copyright Sun Microsystems, Inc. 1997, 2007, 901 San Antonio Rd., Palo Alto, CA 94303 USA. All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This information center is powered by Eclipse technology. (http://www.eclipse.org/)