Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 49452 invoked from network); 3 Sep 2004 22:44:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Sep 2004 22:44:03 -0000 Received: (qmail 61652 invoked by uid 500); 3 Sep 2004 22:43:21 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 61551 invoked by uid 500); 3 Sep 2004 22:43:20 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 61525 invoked by uid 99); 3 Sep 2004 22:43:20 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [68.168.78.44] (HELO mta13.adelphia.net) (68.168.78.44) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Sep 2004 15:43:19 -0700 Received: from kindness ([68.71.52.176]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040903224317.OADP24693.mta13.adelphia.net@kindness>; Fri, 3 Sep 2004 18:43:17 -0400 From: Peter Alvin To: , X-Mailer: PocoMail 2.64 (1120) - Licensed Version Date: Fri, 3 Sep 2004 16:43:16 -0600 In-Reply-To: <20049343822.601004@kindness> Message-ID: <200493164316.003869@kindness> Subject: SOLVED: Kinda Urgent: Huge Temporary Files (>2BG) Fill Up Root Partition (mrfxxxxx.tmp files?) Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thank you so much for your suggestions! The error is indeed in my code, specifically in a MultipartRequest-related class that I downloaded from JavaPro magazine. I never suspected this code because I didn't write it.= I guess there is a bug in their code that I now have to investigate= that; at least I now know the source of the problem! Peter Alvin mobile 719-210-3858 On Fri, 3 Sep 2004 04:38:22 -0600, Peter Alvin wrote: >Hello, > >Someone on the user list recommended I post my question on the >developer list. Any help would be greatly appreciated! > >I've spent about 5 hours researching this myself--including the >mailing list archives--and have yet to find any references let= alone >solutions. There are no references to "mrf" files that are= causing >me grief. This posting is my only hope! :) > >Here's the scoop: Massively HUGE .tmp files grow in this= directory: > >/var/cache/tomcat4/temp > >Here is an example: > >-rw-r--r-- 1 tomcat4 tomcat4 0 Sep 2 11:21= mrf20758.tmp >-rw-r--r-- 1 tomcat4 tomcat4 0 Sep 2 11:20= mrf20757.tmp >-rw-r--r-- 1 tomcat4 tomcat4 0 Sep 2 11:19= mrf20756.tmp >-rw-r--r-- 1 tomcat4 tomcat4 2272915456 Sep 2 11:19 >mrf20744.tmp >-rw-r--r-- 1 tomcat4 tomcat4 0 Sep 2 11:17= mrf20755.tmp >-rw-r--r-- 1 tomcat4 tomcat4 0 Sep 2 11:17= mrf20754.tmp >-rw-r--r-- 1 tomcat4 tomcat4 0 Sep 2 11:16= mrf20753.tmp > >I don't know what these files are for nor why some of them grow= to >over 2GB. > >It's kinda urgent because this kills our server every 24 hours= or so. >It forces me to stop tomcat, delete the files, then re-start. >Sometimes I have to do a kill -9 on the tomcat process because= the >process is apparently stuck still trying to write yet more bytes= to >these files! > >Incidently, we have another server with the same directory, but= there >are only just a few of these mrf files and they don't grow to be= very >big--so, it's not a problem on the other server. > >Also incidently, our Java program uses a lot of memory which= causes >frequent and long garbage collections. Are these related? > >Can anyone help? What are these files for? > >Peter Alvin >mobile 719-210-3858 > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org