JProfiler not able to detect WebSphere JVM

670 views Asked by At

I am facing an issue with JProfiler: the issue is it is not able to detect JVM of WebSphere which is running.

I see WebSphere is running as a Windows service as a local system account. So, I tried the "show Services" option, but, it still doesn't detect the JVM.

Its really taking lot of time for me to resolve this issue, can someone please help?

2

There are 2 answers

0
the8472 On

Instead of relying on the auto-detection feature you can simply startup a JVM with the agent pre-attached so you simply have to connect the frontend to the agent's listening port.

0
Ingo Kegel On

Attach mode in JProfiler does not support IBM JVMs, you have to profile like in the answer by @the8472.