From user-return-14476-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Sat Feb 13 17:39:13 2010 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 25134 invoked from network); 13 Feb 2010 17:39:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Feb 2010 17:39:13 -0000 Received: (qmail 68301 invoked by uid 500); 13 Feb 2010 17:39:12 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 68265 invoked by uid 500); 13 Feb 2010 17:39:12 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 68257 invoked by uid 99); 13 Feb 2010 17:39:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 17:39:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.211.203 as permitted sender) Received: from [209.85.211.203] (HELO mail-yw0-f203.google.com) (209.85.211.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 17:39:04 +0000 Received: by ywh41 with SMTP id 41so3801850ywh.0 for ; Sat, 13 Feb 2010 09:38:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=OB7oSw2WAhK0vxjH8wHGEvRpny3AU/GYyRpSbczvbL8=; b=spV7vXWSMkDSacQhNZ+UZEbLg+X0soYGdjT7/riOaySNn1PtVWtZf+9IFNPKgVwHur 04Nl1iUr8ZPmxA3dtv7gRXiSsE1iSyEOVihvq1w0vuEVP4+PChVWs152Po4uPlru6htE D4oKpinxAXPLG11pZvJh/F7T6vmXpXkb+ngOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=h2ylD1aqDHWxa6xmigQM0/M80ycmUtHZzRxC0hfSaJ9JHQX3dnty3nvox99nqXebxd 5JMsc1bQt/F648VuGD8QEKL1q8f4GxkTdjkEWOta1qh7WiXgUHJDfw1GyH0jj8GohRWa WIWcBh36gcQ7JOQhGHwdud3ZEayyCvrIPCKbc= Received: by 10.150.47.11 with SMTP id u11mr1067869ybu.140.1266082723622; Sat, 13 Feb 2010 09:38:43 -0800 (PST) Received: from ?10.0.1.194? (cpe-076-182-095-055.nc.res.rr.com [76.182.95.55]) by mx.google.com with ESMTPS id 4sm1793608ywi.39.2010.02.13.09.38.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Feb 2010 09:38:42 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: G2.2 Unable to clear Sun JarFileFactory cache From: Kevan Miller In-Reply-To: <27505204.post@talk.nabble.com> Date: Sat, 13 Feb 2010 12:38:40 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <8765EAC0-A281-4AF7-A42B-2065E2117590@gmail.com> References: <27505204.post@talk.nabble.com> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1077) On Feb 8, 2010, at 2:46 PM, ericp56 wrote: >=20 > What's the best course of action for=20 > http://issues.apache.org/jira/browse/GERONIMO-5036 > http://issues.apache.org/jira/browse/GERONIMO-5036 ? >=20 > 1) Keep using update 18 - it won't affect your applications. > 2) Use JDK 1.6 Release 1.6_0_???=20 > 3) Update OpenEjb to ??? > 4) Other? >=20 > Please advise. 1) Ignore. You should not see any functional problems. You may see a = ClassLoader memory leak -- which after repeated deploy/undeploy cycles = could result in a PermGen OutOfMemoryError. Hmm. Actually, this may be = trying to avoid jar files being locked on Windows -- which would prevent = the jar files from being deleted from your hard-drive. Either way, I = don't expect anything too serious. 3) You can apply the patch to OpenEJB and update the OpenEJB jars in = your geronimo installation. =20 We should have this fixed in a 2.1.5 and 2.2.1 release... --kevan=