From java-user-return-25883-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Thu Feb 01 22:00:43 2007 Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 53722 invoked from network); 1 Feb 2007 22:00:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 22:00:42 -0000 Received: (qmail 61488 invoked by uid 500); 1 Feb 2007 22:00:41 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 61456 invoked by uid 500); 1 Feb 2007 22:00:41 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 61445 invoked by uid 99); 1 Feb 2007 22:00:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 14:00:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [128.83.248.27] (HELO fiat.ischool.utexas.edu) (128.83.248.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 14:00:31 -0800 Received: from [128.83.248.226] (dhcp-248-226 [128.83.248.226]) (authenticated bits=0) by fiat.ischool.utexas.edu (8.12.11.20060308/8.12.11) with ESMTP id l11M08eN014380 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 1 Feb 2007 16:00:09 -0600 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <45C25CB5.3040402@mikemccandless.com> References: <45C25CB5.3040402@mikemccandless.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8F6A2EB4-6AC9-4734-9CDF-B8792DDD3686@ibiblio.org> Content-Transfer-Encoding: 7bit From: Miles Efron Subject: Re: trouble with permissions? Date: Thu, 1 Feb 2007 15:59:36 -0600 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: ClamAV 0.88.7/2513/Thu Feb 1 10:48:53 2007 on sentra.ischool.utexas.edu X-Virus-Status: Clean X-iSchool-MailScanner-Info: Contact broot@ischool.utexas.edu for help X-iSchool-MailScanner: Found to be clean X-iSchool-MailScanner-From: mefron@ibiblio.org X-Virus-Checked: Checked by ClamAV on apache.org Mike, You rule. Swapping out the nightly build seems to have fixed the problem... tried it on two problematic cases and both worked. For the record, I'm running mac os 10.4.8. Do you know if the lockless commits will be included in the next stable release? Thanks so much! -Miles On Feb 1, 2007, at 3:33 PM, Michael McCandless wrote: > Miles Efron wrote: >> i seem to be having a problem analogous to this one (no answer >> that i see): >> http://www.gossamer-threads.com/lists/lucene/java-user/32268? >> search_string=cannot%20overwrite;#32268 trouble is, i just put >> lucene on my new macbook pro and am having the problem that if i >> build a large index, i get an I/O error due to something like >> java.io.IOException: Cannot overwrite: /data/reuters/indexes/ >> reuters/deleteable.new >> same code worked fine on my previous machine (still running on a >> G4 powerbook and a linux machine). sometimes it has trouble >> writing the segments file instead... >> has anyone seen and solved this problem? thoughts on what might >> be behind it? > > Are you running Windows on your macbook pro? > > There are known issues like this, but only on Windows, eg: > > http://issues.apache.org/jira/browse/LUCENE-665 > > We believe such cases are now fixed by lockless commits, on the trunk > of Lucene (which is not yet released). If you could try the trunk > (but beware that API, file formats, can change) and see if this still > happens that'd be great! > > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org