views:

1277

answers:

2

I want to monitor my application running inside JBoss version 3.2.5 using JVisualVM. I have installed my app to run ass windows serivce. JVisualVM sees my application but i can't see neither thread dump or heap dump. Profiling is not possible either. I get an error dialog with an error icon but with no text. Any ideas?

+1  A: 

Be sure that the same user is running JVisualVM, and JBoss.

Also, I've noticed that you can not profile remote connections. So if possible, make sure to run JVisualVM on the same machine.

If you can't run JVisualVM on the same machine, I've read that Netbeans has remote profiling support. But I've never personally used it.

Steve K
A: 
Software Monkey
https://visualvm.dev.java.net/features.html#feature_matrix
carwash