Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

jmap with tomcat 6 on Windows XP

843798May 4 2009 — edited May 12 2009
Hi,

I am am running Tomcat 6 on jdk 1.6. Whe I run I get these processes.

C:\>jps
2912 Jps
1968 Program
3668 Bootstrap

Program is an eclipse process (and I could get a heap dump)

when I am not able to run the same with process with pid 3668, whihc is related ot Tomcat

jmap -dump:format=b,file=heap.bin 3668
3668: The VM does not support the attach mechanism

Has anyone else face the same problem?

Regards,

Suhaas

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 9 2009
Added on May 4 2009
1 comment
405 views