I am trying to profile an application that starts "mvn jetty: run" when I connect VisualVM to it and click on "Profile pier" with:
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 8) Profiler Agent: Established local connection with the tool
The same thing that I get with another application using mvn jetty: run.
What is funny is that when I used the profiler from NetBeans (it should be the same as VisualVM), it works correctly, but I would prefer to use VisualVM any hints to fix this?
VisualVM from jdk 1.6 (but I used it before the download version).
source share