Troubleshooting
Having issues? Start with a health check, then check the common problems below.
First Step: Health Check
Заголовок раздела «First Step: Health Check»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 →
Common Issues
Заголовок раздела «Common Issues»JVM Not Showing Up
Заголовок раздела «JVM Not Showing Up»Symptoms: Your Java app is running but doesn’t appear in the JVM list.
Solutions:
- Click Refresh in the profiler panel
- Make sure your Java app is actually running
- Run a Health Check — the controller might not be running
No Metrics Appearing
Заголовок раздела «No Metrics Appearing»Symptoms: Profiling is active but no metrics show up.
Solutions:
- Check the status bar — it should say “Profiling”
- Make sure your code matches the package filter
- Open some files from the profiled package
- Wait a few seconds for data to arrive
Inline Hints Not Visible
Заголовок раздела «Inline Hints Not Visible»For IntelliJ:
- Go to Settings → Editor → Inlay Hints
- Find Code Vision → GalataJ
- Make sure it’s enabled
- Restart the IDE if needed
For VS Code:
- Check that profiling is active (status bar)
- Open a file from the profiled package
- Try reloading the window
Controller Won’t Start
Заголовок раздела «Controller Won’t Start»Solutions:
- Run Health Check and click Fix next to the error
- Restart your IDE
- Make sure no other application is using the required ports
Profiling Won’t Start
Заголовок раздела «Profiling Won’t Start»Solutions:
- Run Health Check first
- Make sure a JVM is selected
- Click Refresh to update the JVM list
- Restart the IDE
Plugin Not Loading
Заголовок раздела «Plugin Not Loading»Solutions:
- Restart the IDE after installation
- Check the plugin is enabled in Settings → Plugins
- Make sure your IDE version is supported:
- IntelliJ IDEA 2024.1 or later
- VS Code 1.80 or later
Hard Reinstall
Заголовок раздела «Hard Reinstall»If nothing else works, you can do a complete reinstall to start fresh.
Step 1: Uninstall the Extension
Заголовок раздела «Step 1: Uninstall the Extension»IntelliJ: Settings → Plugins → Find GalataJ → Uninstall
VS Code: Extensions sidebar → Find GalataJ → Uninstall
Step 2: Stop the Controller
Заголовок раздела «Step 2: Stop the Controller»Open a terminal and run:
galataj controller stopStep 3: Delete Configuration
Заголовок раздела «Step 3: Delete Configuration»Delete the .galataj folder in your home directory:
Windows:
Remove-Item -Recurse -Force "$env:USERPROFILE\.galataj"macOS / Linux:
rm -rf ~/.galatajStep 4: Reinstall
Заголовок раздела «Step 4: Reinstall»- Install the extension from the marketplace
- Open the extension — the Setup Wizard will guide you
- Activate your license if you have one
Still Having Issues?
Заголовок раздела «Still Having Issues?»Quick Fixes Summary
Заголовок раздела «Quick Fixes Summary»| Problem | Quick Fix |
|---|---|
| JVM not found | Click Refresh in panel |
| No metrics | Check package filter matches your code |
| Hints not showing | Settings → Inlay Hints → GalataJ |
| Controller issues | Run Health Check → Click Fix |
| General issues | Restart IDE |
| Nothing works | Hard Reinstall |