vote up 2 vote down star
1

I'm having trouble using the Netbeans 6.5 profiler to profile the memory usage of a java web app, remotely.

I have followed the steps in the tutorial, and was able to customize a Tomcat instance to start with the profiling agents. I can also attach the Netbeans profiler to the running server: for some seconds, the profiler shows graphs with the memory usage of the server.

However, I am not able to run my deployed web app. After a few seconds, the server is shut down gracefully as if it simply had reached the bottom of its method main (hardly the expected behavior of a web server).

During these seconds, the server is not responsible, and I can't connect to a web application in it, they are simply not deployed.

I do not want to import my app into a new Netbeans project just for profiling it. It's possible to profile a remote app without access to its source, right ? After all, for a few seconds, the server was running and being profiled.

I want to profile a web application in Netbeans 6.5. What did I forget ?

flag

74% accept rate
did you read server logs? – Sergey Apr 8 at 18:06
Are you able to profile/monitor tomcat itself without deploying your webapp, just running "empty" tomcat? – Matthieu BROUILLARD Apr 8 at 20:14
Same thing is happening to me. Maybe it would be helpful if we put some version numbers of what we're running so people can search the question? I was trying to deploy into Tomcat 5.5.x, with it running on both Java5 and Java6. My version of Netbeans was 6.5 On the other hand, importing my project into Netbeans and then running the profiler worked perfectly. @sergey Unfortunately there wasn't any output in any of the Tomcat logs – jklp Jun 11 at 7:05
@Matthieu BROUILLARD I just tried running with an "empty" Tomcat and the same thing still happens, for Java5 and Java6 – jklp Jun 11 at 7:48
run the visual vm plugin and check the perm gen etc. – Ryan Fernandes Aug 18 at 10:48

1 Answer

vote up 0 vote down

Are profiling the entire webserver or did you use the profiling filter to profile only your package? Reducing the interaction between the profiler and the app server itself can solve it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.