Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 33953 invoked from network); 11 Jan 2006 11:05:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 11:05:33 -0000 Received: (qmail 52061 invoked by uid 500); 11 Jan 2006 11:05:31 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 52050 invoked by uid 99); 11 Jan 2006 11:05:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 03:05:31 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 193.19.192.5 is neither permitted nor denied by domain of the.mindstorm.mailinglist@gmail.com) Received: from [193.19.192.5] (HELO mail.evolva.ro) (193.19.192.5) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 03:05:30 -0800 Received: (qmail 59599 invoked by uid 89); 11 Jan 2006 11:05:04 -0000 Received: from unknown (HELO ?192.168.62.51?) (alexandru.popescu@evolva.ro@86.55.40.139) by mail.evolva.ro with AES256-SHA encrypted SMTP; 11 Jan 2006 11:05:04 -0000 Message-ID: <43C4E641.9000201@gmail.com> Date: Wed, 11 Jan 2006 13:04:33 +0200 From: Alexandru Popescu User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: problem with index not being updated References: <29a761a00601091756m5ff43ac2s1713d92afc309c94@mail.gmail.com> <43C38DFD.8000302@gmx.net> <29a761a00601100729y76f9c875q54bbc756cbcb9ac6@mail.gmail.com> <43C4E3F4.3050605@gmx.net> In-Reply-To: <43C4E3F4.3050605@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N #: Marcel Reutegger changed the world a bit at a time by saying on 1/11/2006 12:54 PM :# > Brian Moseley wrote: >> the stack trace is: >> >> 2006-01-09 14:42:53,882 ERROR [ObservationManagerFactory] Synchronous EventConsu >> mer threw exception. >> java.lang.ThreadDeath >> at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa >> der.java:1221) >> at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa >> der.java:1181) >> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) >> at org.osaf.cosmo.jackrabbit.query.TextCalendarTextFilter.doFilter(TextC >> alendarTextFilter.java:114) >> [...] > > hmm, that is pretty strange. a ThreadDeath is only thrown when the > thread is stopped with Thread.stop(). the query handler does not catch > any errors. If a ThreadDeath can happen during regular operation I need > to change the query handler to be able to deal with such a situation. > > regards > marcel > afair I've seen such traces when Jackrabbit was used from Tomcat and the repository shuts down. The Tomcat classloader tried to load some classes to finish up some threads and this resulted in similar traces. But this was kind of time ago. not sure this helps, ./alex -- .w( the_mindstorm )p.