Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 11251 invoked from network); 22 Sep 2009 15:58:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 15:58:55 -0000 Received: (qmail 47184 invoked by uid 500); 22 Sep 2009 15:58:54 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 47122 invoked by uid 500); 22 Sep 2009 15:58:54 -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 47111 invoked by uid 99); 22 Sep 2009 15:58:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 15:58:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [84.14.163.136] (HELO malachi.anyware-tech.com) (84.14.163.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 15:58:44 +0000 Received: from localhost (localhost [127.0.0.1]) by malachi.anyware-tech.com (Postfix) with ESMTP id 4989A3034D for ; Tue, 22 Sep 2009 17:58:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at malachi.anyware-tech.com Received: from malachi.anyware-tech.com ([127.0.0.1]) by localhost (malachi.anyware-tech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ov6P7nSNgDFp for ; Tue, 22 Sep 2009 17:58:19 +0200 (CEST) Received: from [10.0.1.122] (krusty.anyware [10.0.1.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by malachi.anyware-tech.com (Postfix) with ESMTPSA id 2241230347 for ; Tue, 22 Sep 2009 17:58:19 +0200 (CEST) Message-ID: <4AB8F41A.8090205@anyware-tech.com> Date: Tue, 22 Sep 2009 17:58:18 +0200 From: =?ISO-8859-1?Q?S=E9bastien_Launay?= User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: problem shuting down tomcat References: <5bab330d0909220211o1f1316a9l9f1de4288c83e49f@mail.gmail.com> <7911A7E5-EA4D-4A59-9F18-98EAEFDB966A@pmelink.pt> <4AB8E0DE.9060606@anyware-tech.com> <37554878-564F-48C3-8865-CC010DC955D8@pmelink.pt> <4AB8E754.8060609@anyware-tech.com> <91f3b2650909220809m363b850eg2dcc2587b3f2f133@mail.gmail.com> <8C187711-4FDC-4E45-A523-16DC4126D174@pmelink.pt> In-Reply-To: <8C187711-4FDC-4E45-A523-16DC4126D174@pmelink.pt> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 22/09/2009 17:29, Bruno Coelho a �crit : > "RMI Reaper" prio=5 tid=0x0102cfe0 nid=0x8d2400 in Object.wait() > [0xb1011000..0xb1011d90] > at java.lang.Object.wait(Native Method) > - waiting on <0x29adfdd8> (a java.lang.ref.ReferenceQueue$Lock) > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:120) > - locked <0x29adfdd8> (a java.lang.ref.ReferenceQueue$Lock) > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:136) > at sun.rmi.transport.ObjectTable$Reaper.run(ObjectTable.java:336) > at java.lang.Thread.run(Thread.java:613) This is the only user thread as it does not contains the "daemon" token. I don't know well how RMI and Jackrabbit works but the RMI connection appears to not be closed leading to this thread still alive. After googling, i find more information here: http://www.nabble.com/Correct-way-of-avoiding-a-shutdown-delay-caused-by-the-Reaper-thread-td5661918.html -- S�bastien Launay