Re: Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: Java heap space

2011-05-30 Thread André Warnier
By the way, in addition to the details below, you may want to also indicate with what Heap size you are running Tomcat. I suppose that the IBM Heap analyser you are using would tell you that. Otherwise, if you are running Tomcat as a Windows Service, use the GUI application (tomcat7w.exe) to e

RE: Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: Java heap space

2011-05-30 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Exception in thread ""http-bio-8080"-exec-9" > java.lang.OutOfMemoryError: Java heap space > I apologise (a little bit) for my original answer You shouldn't apologize; the OP has still not provided any useful information (just denia

Re: Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: Java heap space

2011-05-30 Thread André Warnier
Well maybe then you should have posted that stack trace and the comments below to the list, and maybe someone would then have taken a closer look. I apologise (a little bit) for my original answer, but you must admit that with the information you posted before, it was hard to make the differenc

Re: Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: Java heap space

2011-05-30 Thread André Warnier
You are kidding us, right ? But just in case you are not, what is the part which you do not understand in "java.lang.OutOfMemoryError: Java heap space". ? http://lmgtfy.com/?q=java.lang.OutOfMemoryError:%20Java%20heap%20space sunil.sheva...@wipro.com wrote: Hi, I am getting an error as

Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: Java heap space

2011-05-30 Thread sunil.shevante
Hi, I am getting an error as follows "Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: Java heap space". I am running my jsp application on a windows machine with Tomcat 7.0.8 Any pointers? Thanks in advance, Sunil. Please do not print this email unless it

tomcat 6.0.33?

2011-05-30 Thread Ronald Klop
Hi, while (true) { sleep(some weeks); askForTomcat(version + 1); } I know, I know. This question returns, now and then. But is there a possibility for the Tomcat developers to start a vote about 6.0.33? I would like to use it, because there are some bugs fixed, which I'm seeing. I read

Re: Weird problerm accessing request headers from tomcat

2011-05-30 Thread Martin Knoblauch
Hi Andre, see below. You are not going to hear me slapping my face, but definitely doing "a!" :-) Cheers Martin -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message > From

Re: Monitoring memory usage of JVM

2011-05-30 Thread Igor Cicimov
Hi all, I don't know if this is useful but apart from utilities/commands already mentioned, I use the following to monitor the GC of the particular generations in JVM: /usr/jdk/jdk1.5.0_12/bin/jstat -gc $TOMCAT_PID 5000 10 Of course you need to substitute the appropriate JDK installed on your sy