Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 39116 invoked from network); 8 Jun 2010 09:25:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 09:25:38 -0000 Received: (qmail 1055 invoked by uid 500); 8 Jun 2010 09:25:37 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 988 invoked by uid 500); 8 Jun 2010 09:25:36 -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 976 invoked by uid 99); 8 Jun 2010 09:25:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 09:25:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 09:25:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o589PBoh027119 for ; Tue, 8 Jun 2010 09:25:11 GMT Message-ID: <4009309.22541275989111135.JavaMail.jira@thor> Date: Tue, 8 Jun 2010 05:25:11 -0400 (EDT) From: =?utf-8?Q?Claus_K=C3=B6ll_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2413) AlreadyClosedException on initial index creation In-Reply-To: <829646143.1259574920630.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2413?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D128766= 10#action_12876610 ]=20 Claus K=C3=B6ll commented on JCR-2413: --------------------------------- Commited in rev 952582 to 1.6 branch. > AlreadyClosedException on initial index creation > ------------------------------------------------ > > Key: JCR-2413 > URL: https://issues.apache.org/jira/browse/JCR-2413 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.0-beta3 > Reporter: Marcel Reutegger > Fix For: 1.6.3, 2.0-beta4 > > Attachments: JCR-2413.patch > > > Happens when the indexing queue is checked while creating an initial inde= x. This is probably a regression caused by JCR-2035. > Caused by: org.apache.lucene.store.AlreadyClosedException: this Directory= is closed > at org.apache.lucene.store.Directory.ensureOpen(Directory.java:22= 0) > at org.apache.lucene.store.FSDirectory.getFile(FSDirectory.java:5= 33) > at org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryM= anager$FSDir.list(FSDirectoryManager.java:149) > at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(Segm= entInfos.java:533) > at org.apache.lucene.index.DirectoryIndexReader.open(DirectoryInd= exReader.java:115) > at org.apache.lucene.index.IndexReader.open(IndexReader.java:316) > at org.apache.lucene.index.IndexReader.open(IndexReader.java:263) > at org.apache.jackrabbit.core.query.lucene.AbstractIndex.getIndex= Reader(AbstractIndex.java:245) > at org.apache.jackrabbit.core.query.lucene.AbstractIndex.removeDo= cument(AbstractIndex.java:225) > at org.apache.jackrabbit.core.query.lucene.PersistentIndex.remove= Document(PersistentIndex.java:90) > at org.apache.jackrabbit.core.query.lucene.MultiIndex$DeleteNode.= execute(MultiIndex.java:1952) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.executeAndL= og(MultiIndex.java:1085) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.checkIndexi= ngQueue(MultiIndex.java:1308) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.createIndex= (MultiIndex.java:1177) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.createIndex= (MultiIndex.java:1191) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.createIndex= (MultiIndex.java:1191) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.createIndex= (MultiIndex.java:1191) > [...] > I assume there is an index merge happening at the same time that closes i= ndex segments. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.