Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 83166 invoked from network); 25 May 2010 22:43:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 22:43:57 -0000 Received: (qmail 54151 invoked by uid 500); 25 May 2010 22:43:55 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 54119 invoked by uid 500); 25 May 2010 22:43:54 -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 54111 invoked by uid 99); 25 May 2010 22:43:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 22:43:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of spencertickner@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 22:43:48 +0000 Received: by vws10 with SMTP id 10so2915978vws.35 for ; Tue, 25 May 2010 15:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ZENTWIzoK5q4z7L7IgU7cAheBesydxinOPtfClnzrnc=; b=K42vOg/ZEeUAmFQvtUXFJvbn8aRgM6/+mPso68OB9XbOMqwmocAQsJ7u5wPMYX7Vg1 OAy24OvTXd8+JdoI18xHrIBlxBxB90gMNv6AjmB5ni9ufX33ccDCdj8IzrlEOlXwaaxo aJjQbAfTaRxal3iDQr9rE849i35EYpLYWV4HA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=wb3O7ZJKnWxaFEqu8hgPYdhQJ34LUkHLN+V/tB5PbxYNQelz/U5GGhRBp3scGYfmi2 GMx72fFl9hSoWkUrSfZNYQZ8RdD1z6IXszzh0bH06cmSR5we06e+uQB3swFQ06Igoe4j q0utMKtbv7ekCJlmn2kJvvEhdIIkCbabaeOew= MIME-Version: 1.0 Received: by 10.220.63.4 with SMTP id z4mr5504294vch.239.1274827407757; Tue, 25 May 2010 15:43:27 -0700 (PDT) Received: by 10.220.70.196 with HTTP; Tue, 25 May 2010 15:43:27 -0700 (PDT) Date: Tue, 25 May 2010 15:43:27 -0700 Message-ID: Subject: Test File locks From: Spencer Tickner To: java-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Hi Everyone, Thanks in advance for any help. I've been building lucene index to a MS Windows Server 2003 test environment with no problem. When attempting to build the same index onto a Windows Server 2008 machine I get the following error: Cannot create directory: \\whatever\index at org.apache.lucene.store.NativeFSLockFactory.acquireTestLock(NativeFSLockFactory.java:75) at org.apache.lucene.store.NativeFSLockFactory.makeLock(NativeFSLockFactory.java:142) at org.apache.lucene.store.Directory.makeLock(Directory.java:146) at org.apache.lucene.index.IndexWriter.(IndexWriter.java:1108) at qp.builder.LibraryBuilder.buildNewLibrary(LibraryBuilder.java:167) I found some info via google where people were having a similar issue now and then, but this is always. Anyone had a similar issue? Thanks, Spencer --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org