From users-return-419-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Jul 17 17:12:39 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 83406 invoked from network); 17 Jul 2006 17:12:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jul 2006 17:12:39 -0000 Received: (qmail 76268 invoked by uid 500); 17 Jul 2006 17:12:38 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 76257 invoked by uid 500); 17 Jul 2006 17:12:38 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 76246 invoked by uid 99); 17 Jul 2006 17:12:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 10:12:38 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jukka.zitting@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 10:12:36 -0700 Received: by nf-out-0910.google.com with SMTP id a27so27657nfc for ; Mon, 17 Jul 2006 10:12:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mheKNG3Dmd7tW23T7ctl+GrU2SCt72wkZFZ82scO+JXa2dq8C0cAsd70VGX+zb3Hr4XdKGvaiCjbMI5FjSrGzcA7ZYJD6o4TsRDklNN7qE4dmKYf364pYyQncu8P7aKpVDOwO8ubsRq/KkX7rXKRs2NfnzpbF/bvxleqNltOHzU= Received: by 10.78.177.3 with SMTP id z3mr988078hue; Mon, 17 Jul 2006 10:12:14 -0700 (PDT) Received: by 10.78.34.10 with HTTP; Mon, 17 Jul 2006 10:12:14 -0700 (PDT) Message-ID: <510143ac0607171012t550df408w5b29377a72cb4d09@mail.gmail.com> Date: Mon, 17 Jul 2006 20:12:14 +0300 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: JackRabbit - Tomcat two problems In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, On 7/17/06, Milan Trajkovic wrote: > I have attached source to slf4j and tried to debug. It seems that all > loggers are released, before actual shutdown method is called (and > executed), so log instance is null. This sounds familiar with a problem reported as Tomcat issue #38579 [1], or originally as SLF4J issue #15 [2]. Unfortunately I don't think the fix has yet made it to an official Tomcat release. Do you have all the jar files within the webapp, or some (slf4j, jackrabbit-core, some other) outside it? [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=38579 [2] http://bugzilla.slf4j.org/show_bug.cgi?id=15 BR, Jukka Zitting