इसे छोड़कर कंटेंट पर जाएं

System Health Check

GalataJ includes a built-in health check that diagnoses issues and fixes them automatically.


  1. Open the Profiler panel
  2. Click the Health button in the toolbar
  1. Open the GalataJ sidebar panel
  2. Look at the System Health section

Or use Command Palette: GalataJ: Health Check


The health check shows the status of each component:

Health Check Results

StatusMeaning
🟢 OKComponent is working properly
🟡 WarningSomething to note, but not blocking
🔴 ErrorNeeds to be fixed before profiling works
ComponentWhat it checks
CLIGalataJ command-line tool is installed
JavaJava JDK is available on your system
ControllerController component exists
Controller RunningController is currently active
Plugin VersionWhether updates are available

The health check shows an overall status at the top:

StatusMeaning
HealthyEverything works, ready to profile
DegradedSome warnings, but profiling should work
UnhealthyCritical issues, fix before profiling

Run a health check when:

  • You just installed the plugin
  • Profiling won’t start
  • JVMs don’t appear in the list
  • Metrics aren’t showing up
  • Something seems wrong

Quick Tip

If profiling isn’t working, Health Check should be your first step. It usually identifies and fixes the problem automatically.


The GalataJ command-line component isn’t installed.

Fix: Click the Fix button to download it, or reinstall the plugin.

The profiling controller isn’t active.

Fix: Click the Run Controller button to start it.

No Java JDK detected on your system.

Fix: Install a JDK (Java 8 or later). The Fix button opens the Adoptium download page.

A newer version of GalataJ is available.

Fix: Click to update. Restart your IDE after updating.