Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 27929 invoked from network); 14 Feb 2009 01:14:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2009 01:14:16 -0000 Received: (qmail 21222 invoked by uid 500); 14 Feb 2009 01:14:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 20796 invoked by uid 500); 14 Feb 2009 01:14:03 -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 20785 invoked by uid 99); 14 Feb 2009 01:14:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 17:14:03 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.96.62.80] (HELO QMTA08.westchester.pa.mail.comcast.net) (76.96.62.80) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 01:13:51 +0000 Received: from OMTA12.westchester.pa.mail.comcast.net ([76.96.62.44]) by QMTA08.westchester.pa.mail.comcast.net with comcast id FP2g1b0040xGWP858dDWZT; Sat, 14 Feb 2009 01:13:30 +0000 Received: from [192.168.1.101] ([69.143.128.194]) by OMTA12.westchester.pa.mail.comcast.net with comcast id FdDV1b00F4BnRt93YdDWS9; Sat, 14 Feb 2009 01:13:30 +0000 Message-ID: <49961AAC.70305@christopherschultz.net> Date: Fri, 13 Feb 2009 20:13:16 -0500 From: Christopher Schultz User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: [OT] Weblogic library and Tomcat References: <1234351627.15112.58.camel@localhost.localdomain> <4992CA16.4000709@apache.org> <4993E789.20603@ceti.pl> <499405B1.6040903@apache.org> <4994A832.7090607@christopherschultz.net> <0AAE5AB84B013E45A7B61CB66943C17215B77F599D@USEA-EXCH7.na.uis.unisys.com> In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17215B77F599D@USEA-EXCH7.na.uis.unisys.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chuck, On 2/12/2009 10:12 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:chris@christopherschultz.net] >> Subject: Re: Weblogic library and Tomcat >> >> log4j:ERROR LogMananger.repositorySelector was null likely >> due to error in class reloading, using NOPLoggerRepository. >> >> I'm a little unclear as to whether that log4j error message is coming >> from Tomcat trying to shut down log4j or what. log4j.jar is only >> available in my webapp's WEB-INF/lib directory. > > It's likely from having this system property: > org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES > set to true (the default). > > [http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html#Other] Heh. From the docs: " There have been some issues reported with log4j when this option is true. " There is hope, though: " Applications without memory leaks using recent JVMs should operate correctly with this option set to false. " Just like every other member of the list, my webapp absolutely positively without a question has no memory leaks at all. No, sir-ee! Not me! :) > https://issues.apache.org/bugzilla/show_bug.cgi?id=41939 I think this guy has the problem nailed: https://issues.apache.org/bugzilla/show_bug.cgi?id=43867#c39 I am also using struts-validator which is why I'm getting the message he outlines. It's odd that the class appears to be re-initialized, though. I'll have to do some more reading - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmWGqwACgkQ9CaO5/Lv0PD34gCfaqPJ1uNsbwOVspUw8K/MHLlf psgAn2Sm8XjPWCa8G8lXMdgY44Xw805m =fDD7 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org