Re: How to get heap dump of Tomcat running as windows service.

2012-09-14 Thread Brett Delle Grazie
On 14 September 2012 06:14, Aditi Sinha wrote: > Hi, > Please do not top-post - it makes the thread very confusing to read. > Tried below option. > jmap -J-Xmx512M -dump:format=b,file=heap.bin Tomcat heap = 512M according to your earlier post, is that correct? jmap heap = 512M (according to t

Re: How to get heap dump of Tomcat running as windows service.

2012-09-13 Thread Aditi Sinha
Hi, Tried below option. * jmap -J-Xmx512M -dump:format=b,file=heap.bin * This too gives the same problem *": Not enough storage is available to process this command"* ** **Thanks & Regards, Aditi On Thu, Sep 13, 2012 at 1:40 PM, Brett Delle Grazie < brett.dellegra...@gmail.com> wrote: > On 12

Re: How to get heap dump of Tomcat running as windows service.

2012-09-13 Thread Brett Delle Grazie
On 12 September 2012 13:14, Pid wrote: > On 12/09/2012 11:02, Aditi Sinha wrote: >> Hi, >> >> >> >> We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows >> service. >> >> When we try to get the heap dump of Tomcat using the following command >> >> >> >> *jmap -dump:format=b,fi

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Aditi Sinha
Hi, Please find the requested details below 1. What is your OS? *Windows 7, 32-bit OS. I have even tried on Windows 2k8 server but the same problem.* 2. How much memory the running Tomcat is using? Do you have enough space on your hard drive, and does it have access rights to write there? *Runn

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Joao Silva
On 12/09/2012 11:02, Aditi Sinha wrote: Hi, We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows service. When we try to get the heap dump of Tomcat using the following command *jmap -dump:format=b,file=heap.bin * we get below error *: Not enough storage is avail

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Pid
On 12/09/2012 11:02, Aditi Sinha wrote: > Hi, > > > > We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows > service. > > When we try to get the heap dump of Tomcat using the following command > > > > *jmap -dump:format=b,file=heap.bin * > > > > we get below error >

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Konstantin Kolinko
2012/9/12 Aditi Sinha : > Hi, > > > > We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows > service. > > When we try to get the heap dump of Tomcat using the following command > > > > *jmap -dump:format=b,file=heap.bin * > > > > we get below error > > > > *: Not enough storage

How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Aditi Sinha
Hi, We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows service. When we try to get the heap dump of Tomcat using the following command *jmap -dump:format=b,file=heap.bin * we get below error *: Not enough storage is available to process this command.* When Tom