Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 12699 invoked from network); 14 Jul 2008 08:28:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 08:28:44 -0000 Received: (qmail 84242 invoked by uid 500); 14 Jul 2008 08:28:42 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 84220 invoked by uid 500); 14 Jul 2008 08:28:42 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 84202 invoked by uid 99); 14 Jul 2008 08:28:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 01:28:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 14 Jul 2008 08:27:47 +0000 Received: (qmail invoked by alias); 14 Jul 2008 08:27:08 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.80]) [62.192.10.254] by mail.gmx.net (mp008) with SMTP; 14 Jul 2008 10:27:08 +0200 X-Authenticated: #894343 X-Provags-ID: V01U2FsdGVkX1+ejGdsa4SeCH4CQVcpJSEENHsblUWD/Qgw6g+JqA Btb0zD37mCdthK Message-ID: <487B0DE0.30605@gmx.net> Date: Mon, 14 Jul 2008 10:27:12 +0200 From: Marcel Reutegger User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: Need Help ! References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.54 X-Virus-Checked: Checked by ClamAV on apache.org Hi Claus, the query handler implementation will refuse to re-index a workspace that is inconsistent. you need to fix the inconsistency first before you can re-index the workspace. regards marcel K�LL Claus wrote: > hi, > > i have aproblem with one of our workspaces. There are some folders inside that are not delete able. > the folder structure looks like > myroot -> 2008 -> month(7) -> week(2) -> day(3) > > i dont know how but i got some inconsistency to the workspace > if i try to delete a folder i get always a ItemNotFoundException. > > So i thought to reindex the whole workspace, but then i get this exception > > javax.jcr.RepositoryException: Error indexing workspace: Error indexing workspace: Error indexing workspace > at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManager.java:584) > ..... > Caused by: java.io.IOException: Error indexing workspace > at org.apache.jackrabbit.core.query.lucene.MultiIndex.createInitialIndex(MultiIndex.java:393) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.doInit(SearchIndex.java:456) > at org.apache.jackrabbit.core.query.AbstractQueryHandler.init(AbstractQueryHandler.java:53) > at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManager.java:582) > ... 50 more > Caused by: org.apache.jackrabbit.core.state.NoSuchItemStateException: a9137dec-2d7a-46c4-8fb6-e70b960d47a7 > at org.apache.jackrabbit.core.state.SharedItemStateManager.getItemState(SharedItemStateManager.java(Compiled Code)) > > thanks fou any help, > claus >