Profiler: No Java process found
Answered
Hello.
I'm following this memory leak tutorial: https://www.jetbrains.com/help/idea/tutorial-find-a-memory-leak.html
In section CPU and Memory Live Charts, I jump on the profiler, but I'm not able to see any Java process:

What Am I doing wrong?
I'm running Intellij IDEA Ultimate 2023.2.2
Thank you.
Please sign in to leave a comment.
Which JDK version are you using for the project/Gradle configuration:
⌘ + ,
orCtrl + Alt + S
) > Build, Execution, Deployment > Compiler > Java Compiler⌘ + ,
orCtrl + Alt + S
) > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVMPlease try to set a different version of JDK and see if the issue persists.
Hello Ivan.
I am using the same JDK as used in the tutorial, Amazon Corretto 11.
⌘ + ,
orCtrl + Alt + S
) > Build, Execution, Deployment > Compiler > Java Compiler⌘ + ,
orCtrl + Alt + S
) > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVMOk, thanks for the screenshots.
As a general troubleshooting step, try to:
.idea
folder and any*.iml
files in your project root folder in file explorer, and re-import the project from existing sourcesIf the issue persists, could you please restart IDE, reproduce the issue and share your IDE logs (Help > Collect Logs and Diagnostic Data)? They contain useful information about your environment and can have exceptions/errors related to the issue.
You can upload them here: https://uploads.jetbrains.com, just provide the uploaded file ID.