Re: OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-11 Thread Andreas Knecht
Hi Mark, Thanks for your input. Tomcat is started up via cargo with all its default options. This is how we've always run our functional tests. It appears that by adding new functionality (read: more JSPs, etc) we've simply reached a threshold now where we need to run the functional tests

Re: OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-10 Thread Mark Thomas
Andreas Knecht wrote: Just a quick addition. The memory dump is now available here: http://repository.atlassian.com/temp/java_pid27558.hprof.gz Cheers, Andreas You appear to be running Tomcat in development mode. (http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html) This means

OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-09 Thread Andreas Knecht
Hi all, I'm one of the developers working on JIRA http://www.atlassian.com/software/jira. We've currently got a problem, where Tomcat seems to be running out of heap space, when running JIRAs functional tests. Here are all the relevant system properties: *JDK: *java version 1.5.0_09

Re: OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-09 Thread Mark Thomas
Andreas Knecht wrote: Hi all, I'm one of the developers working on JIRA This really belongs on the users list. Also, attachments tend to get stripped out so you might want to consider providing a url to the screenshot. Mark

Re: OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-09 Thread Mark Thomas
Mark Thomas wrote: Andreas Knecht wrote: Hi all, I'm one of the developers working on JIRA This really belongs on the users list. Sorry got confused in my mail client. My bad. Mark - To start a new topic, e-mail:

Re: OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-09 Thread Mark Thomas
Andreas Knecht wrote: About a week ago, this test started failing with OutOfMemory errors. Obvious question. What changed before it started failing? I've attached a screenshot of the JspRuntimeContext in YourKit. The attachement didn't come through. Can you make it availalbe via a URL? The

Re: OutOfMemory problem on Tomcat 5.5.20 and Java 1.5

2007-04-09 Thread Andreas Knecht
Just a quick addition. The memory dump is now available here: http://repository.atlassian.com/temp/java_pid27558.hprof.gz Cheers, Andreas Mark Thomas wrote: Andreas Knecht wrote: About a week ago, this test started failing with OutOfMemory errors. Obvious question. What changed