Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 1970 invoked from network); 8 Sep 2005 04:27:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 04:27:07 -0000 Received: (qmail 14764 invoked by uid 500); 8 Sep 2005 04:27:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14724 invoked by uid 500); 8 Sep 2005 04:27:00 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 14711 invoked by uid 99); 8 Sep 2005 04:27:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 21:27:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [24.71.223.10] (HELO pd3mo2so.prod.shaw.ca) (24.71.223.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 21:27:12 -0700 Received: from pd5mr1so.prod.shaw.ca (pd5mr1so-qfe3.prod.shaw.ca [10.0.141.232]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMH006SGDOYR700@l-daemon> for dev@geronimo.apache.org; Wed, 07 Sep 2005 22:26:58 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd5mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMH008E6DOY9920@pd5mr1so.prod.shaw.ca> for dev@geronimo.apache.org; Wed, 07 Sep 2005 22:26:58 -0600 (MDT) Received: from nsdev.org (S01060080c6f962f3.cg.shawcable.net [68.146.99.67]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMH004PODOYQF@l-daemon> for dev@geronimo.apache.org; Wed, 07 Sep 2005 22:26:58 -0600 (MDT) Received: from [10.0.0.7] (speedy.nsdev.org [10.0.0.7]) by nsdev.org (Postfix) with ESMTP id 214C33C39C for ; Thu, 08 Sep 2005 01:08:12 -0400 (EDT) Date: Wed, 07 Sep 2005 22:29:29 -0600 From: Neal Sanche Subject: Re: Longevity In-reply-to: To: dev@geronimo.apache.org Message-id: <431FBE29.8030003@nsdev.org> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <431FAA74.2040602@nsdev.org> User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Aaron, Just in case it helps, I was connected to the SSL port of the web server when it happened. Out of Memory errors are not a lot of fun to debug, but maybe there's something I can try on my end to reproduce it, and figure out what objects are being retained. I'll let you know. -Neal Aaron Mulder wrote: > It may be the console. For example, the console creates a lot of >proxies and doesn't close/release them -- I'm not sure whether that would >cause a memory leak, though I hope not. I guess we need to try the test >with some kind of JVM instrumentation going so we can see what's filling >up the heap. > >Aaron > >On Wed, 7 Sep 2005, Neal Sanche wrote: > > > >>Hi Guys, >> >>I compiled up a new Geronimo, and then I left it running with the Server >>Info page displayed so I could see the cool AJX work there... and then I >>forgot about it for a day or so. When I got back it was saying: >> >>Kernel >>Kernel Boot Time Tue Sep 06 11:35:32 MDT 2005 >>Kernel Up Time >>1 day 16 minutes 39 seconds >> >>JVM >>Java Version 1.5.0_03 >>Java Vendor Sun Microsystems Inc. >>Node speedy/10.0.0.7 >>Current Memory Used >>63.49 MB >>Most Memory Used >>63.56 MB >>Total Memory Allocated >>63.56 MB >>Available Processors 1 >> >>And my console was saying: >> >>20:56:53,219 WARN [ThreadedServer] EXCEPTION >>java.lang.OutOfMemoryError: Java heap space >> >>over and over again. If there's anything I can do to help find what's >>leaking let me know. I know I didn't really give Geronimo much room to >>grow, but when it started it was only taking 15MB of space, and I was >>impressed. >> >>Cheers. >> >>-Neal >> >> >>