Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 74892 invoked from network); 1 Apr 2008 16:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 16:18:01 -0000 Received: (qmail 78101 invoked by uid 500); 1 Apr 2008 16:17:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 78074 invoked by uid 500); 1 Apr 2008 16:17:48 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 78063 invoked by uid 99); 1 Apr 2008 16:17:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 09:17:48 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 16:17:04 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss2 with InterScan Message Security Suite; Tue, 01 Apr 2008 11:14:13 -0500 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Apr 2008 11:14:12 -0500 Received: from usea-exch5.na.uis.unisys.com ([129.224.72.48]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Apr 2008 11:14:12 -0500 Received: from USEA-EXCH2.na.uis.unisys.com ([129.224.72.37]) by usea-exch5.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Apr 2008 11:14:10 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: OOM in PermGen space after several deploy/undeploy Date: Tue, 1 Apr 2008 11:14:09 -0500 Message-ID: <2828B04F0113CD468E6D1D51DF4362A405849361@USEA-EXCH2.na.uis.unisys.com> In-Reply-To: <47F25893.5030607@hmcrecord.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: OOM in PermGen space after several deploy/undeploy Thread-Index: AciUD/GUZ3LyVtdcQhmG/y2WihU4CwAAxWag References: <47F25893.5030607@hmcrecord.ch> From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 01 Apr 2008 16:14:10.0382 (UTC) FILETIME=[6B327EE0:01C89413] X-Virus-Checked: Checked by ClamAV on apache.org > From: Piller S=E9bastien [mailto:pills@hmcrecord.ch]=20 > Subject: OOM in PermGen space after several deploy/undeploy >=20 > Is this corrected in a later version of Tomcat? No, because it's not a Tomcat problem. > Does anybody know how to avoid this? Fix your webapp to not hang on to useless references. Note that this = may well be a problem in the libraries you're using as opposed to your = own code. Run a heap profiler and find out who's holding references to = things they shouldn't. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY = MATERIAL and is thus for use only by the intended recipient. If you = received this in error, please contact the sender and delete the e-mail = and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org