Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 95997 invoked from network); 11 Oct 2005 16:12:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 16:12:35 -0000 Received: (qmail 54448 invoked by uid 500); 11 Oct 2005 16:12:16 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 54408 invoked by uid 500); 11 Oct 2005 16:12:16 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 54375 invoked by uid 99); 11 Oct 2005 16:12:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 09:12:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.63.108.53] (HELO usbb-lacimss3.unisys.com) (192.63.108.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 09:12:18 -0700 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.43]) by usbb-lacimss3 with InterScan Messaging Security Suite; Tue, 11 Oct 2005 12:26:38 -0400 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.44]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Oct 2005 12:11:53 -0400 Received: from USRV-EXCH1.na.uis.unisys.com ([129.225.81.6]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Oct 2005 12:11:53 -0400 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by USRV-EXCH1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Oct 2005 11:11:52 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: manager outofmemory exception Date: Tue, 11 Oct 2005 11:11:51 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: manager outofmemory exception Thread-Index: AcXOffg2kYHWuJT3RzauvwwqgpRBhAAADFVQ From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 11 Oct 2005 16:11:52.0461 (UTC) FILETIME=[7DF92BD0:01C5CE7E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > From: Enrique Rodriguez [mailto:lasterra@javahispano.org]=20 > Subject: manager outofmemory exception >=20 > What i don't understand is that I "sometimes" get OutOfMemoryException > when i upload new aplitications to the tomcat using the manager. Search the archives - this comes up frequently. Assuming you're using a HotSpot JVM (Sun 1.4 or later), you're probably running out of PermGen space, where all the instances of java.lang.Class (among other things) are stored. - 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 unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org