Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62781 invoked from network); 1 Feb 2010 10:03:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 10:03:45 -0000 Received: (qmail 46843 invoked by uid 500); 1 Feb 2010 10:03:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46764 invoked by uid 500); 1 Feb 2010 10:03:41 -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 46753 invoked by uid 99); 1 Feb 2010 10:03:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 10:03:41 +0000 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 [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 10:03:32 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3522.me.freeserve.com (SMTP Server) with ESMTP id BD10B1C0008B for ; Mon, 1 Feb 2010 11:03:11 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3522.me.freeserve.com (SMTP Server) with ESMTP id B051E1C0008D for ; Mon, 1 Feb 2010 11:03:11 +0100 (CET) Received: from mail.homeinbox.net (unknown [91.109.152.210]) by mwinf3522.me.freeserve.com (SMTP Server) with ESMTP id 884A21C0008B for ; Mon, 1 Feb 2010 11:03:11 +0100 (CET) X-ME-UUID: 20100201100311558.884A21C0008B@mwinf3522.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id 19E29326D7 for ; Mon, 1 Feb 2010 10:04:50 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zQ0RINCFmUck for ; Mon, 1 Feb 2010 10:04:46 +0000 (GMT) Received: from [192.168.0.9] (router.dev.local [192.168.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 9FB563235F for ; Mon, 1 Feb 2010 10:04:46 +0000 (GMT) Message-ID: <4B66A6D6.6010602@apache.org> Date: Mon, 01 Feb 2010 10:03:02 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: ERROR LogManager.repositorySelector was null References: <27401819.post@talk.nabble.com> In-Reply-To: <27401819.post@talk.nabble.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 01/02/2010 09:58, Edwin Ansicodd wrote: > > Apache Tomcat 6 on Windows Vista, using Alfresco 3.2 EE, attempt to shutdown > Tomcat, Tomcat won't shut down. > > Shut down process starts, messages appear on console, then appears log4j > Error on console window and then cpu goes to 100% or close to it, can barely > move mouse, windows appears to log up. > > Any ideas? Known side effect of reference clearing. Try: -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES="false" Mark > log4j: ERROR LogManager.repositorySelector was null likely due to error in > class reloading, using NOPloggerRepository. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org