Skip to content

Troubleshooting

Having issues? Start with a health check, then check the common problems below.


Always start here

Open the Profiler panel and click Health. This diagnoses most issues and offers one-click fixes.

The health check will tell you exactly what’s wrong and how to fix it.

Learn more about Health Check →


Symptoms: Your Java app is running but doesn’t appear in the JVM list.

Solutions:

  1. Click Refresh in the profiler panel
  2. Make sure your Java app is actually running
  3. Run a Health Check — the controller might not be running

Symptoms: Profiling is active but no metrics show up.

Solutions:

  1. Check the status bar — it should say “Profiling”
  2. Make sure your code matches the package filter
  3. Open some files from the profiled package
  4. Wait a few seconds for data to arrive

For IntelliJ:

  1. Go to Settings → Editor → Inlay Hints
  2. Find Code Vision → GalataJ
  3. Make sure it’s enabled
  4. Restart the IDE if needed

For VS Code:

  1. Check that profiling is active (status bar)
  2. Open a file from the profiled package
  3. Try reloading the window

Solutions:

  1. Run Health Check and click Fix next to the error
  2. Restart your IDE
  3. Make sure no other application is using the required ports

Solutions:

  1. Run Health Check first
  2. Make sure a JVM is selected
  3. Click Refresh to update the JVM list
  4. Restart the IDE

Solutions:

  1. Restart the IDE after installation
  2. Check the plugin is enabled in Settings → Plugins
  3. Make sure your IDE version is supported:
    • IntelliJ IDEA 2024.1 or later
    • VS Code 1.80 or later

If nothing else works, you can do a complete reinstall to start fresh.

IntelliJ: Settings → Plugins → Find GalataJ → Uninstall

VS Code: Extensions sidebar → Find GalataJ → Uninstall

Open a terminal and run:

Terminal window
galataj controller stop

Delete the .galataj folder in your home directory:

Windows:

Terminal window
Remove-Item -Recurse -Force "$env:USERPROFILE\.galataj"

macOS / Linux:

Terminal window
rm -rf ~/.galataj
  1. Install the extension from the marketplace
  2. Open the extension — the Setup Wizard will guide you
  3. Activate your license if you have one

Check Health

The health check catches most issues automatically

Run Health Check →

Report a Bug

Open an issue on GitHub with details about your problem

Open Issue →


ProblemQuick Fix
JVM not foundClick Refresh in panel
No metricsCheck package filter matches your code
Hints not showingSettings → Inlay Hints → GalataJ
Controller issuesRun Health Check → Click Fix
General issuesRestart IDE
Nothing worksHard Reinstall