No data present

There are several questions that you must consider when determining why no data is present. The Health Center is most likely not to show updated data because your connection to the agent is not functioning correctly or your application is not doing enough work.

Checking for a successful connection

If the Health Center client successfully connects to an application, the message Connected to host_name:port_number is displayed in the Connection window. If no connection is made, the message Unable to connect to the live application is displayed. For MQTT connections, if a broker cannot be found, the following message is displayed: No broker was detected on host_name on port port_number.

For more information about troubleshooting the connection, see Cannot connect to an application.

Is your application doing anything?

Data collected by the agent is buffered before being transferred to the client for processing. If your application spends much time not running methods, for example when waiting for GUI input, or does not trigger regular garbage collections, the Health Center client data might take some time to display and update.

Has the application been running for some time?

When connecting for the first time to a long-running application, there might be a delay before data is displayed. The delay is a known limitation.

Are any trace options set?

The Health Center is not compatible with the Java™ trace option -Xtrace:none. If this option is set, no garbage collection or profiling data is available.

Is the Just-In-Time (JIT) compiler on?

For Java applications, profiling data is not available if the JIT compiler on the profiled application is disabled.

Are you using the Java Debug Wire Protocol (JDWP)?

Profiling data is not available if you are debugging using JDWP on the profiled Java application.





© Copyright IBM Corporation 2007, 2015.
© Copyright 1997, 2015, Oracle and/or its affiliates.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.