Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 487B159B1 for ; Tue, 10 May 2011 12:55:18 +0000 (UTC) Received: (qmail 75627 invoked by uid 500); 10 May 2011 12:55:15 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 75536 invoked by uid 500); 10 May 2011 12:55:15 -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 75462 invoked by uid 99); 10 May 2011 12:55:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 12:55:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_FRT_BELOW2,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ian.lea@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 12:55:10 +0000 Received: by iym1 with SMTP id 1so8092183iym.35 for ; Tue, 10 May 2011 05:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=u7kK6YOURdlhJJFhEao9O+tX0uPOATM7aSCfqxRnvzc=; b=Nh2MT3NeBLsH0k3iErr1yWGdzlwTzAaDTVZNektd8JVEsrEb/aG+YhQjM2uFnHEsc+ rNdu3C/uATM/zu1ryjo6k5wf3skCaWfzUAmG/yeUJYf/cRVfWKWbl5YQuJ0zzZpmE3Wd CJsF717ibuw8ERtDNNSHxu4eyQ61nrUaaEp54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=R0fQ+CR/6uYhGNdhzKsACMU+S4/jCpzIkLkwBMbEpmgkwdfiGDG2jSiQjZm4J+lsbb xB4TnLEIXYmXa8pd2vrSU+NYlqKtCMhLB7xcSdRNgIi2HSc8EcL2OqO77DzhGy2z/8Dj 6Hi2LqdEBAWKZu+p1wrW1ZNCqVceEcWWyJF/c= Received: by 10.231.179.38 with SMTP id bo38mr1228591ibb.103.1305032090097; Tue, 10 May 2011 05:54:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.207.80 with HTTP; Tue, 10 May 2011 05:54:30 -0700 (PDT) In-Reply-To: References: From: Ian Lea Date: Tue, 10 May 2011 13:54:30 +0100 Message-ID: Subject: Re: An unexpected network error occurred To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable A full stack trace dump is always helpful. Are the three instances on one server with a local index directory, or on different servers accessing a network drive (how?) or what? If the index is locked it would be surprising that you could update it from 2 of the instances. -- Ian. On Tue, May 10, 2011 at 1:05 PM, Yogesh Dabhi wrote: > Three Instance of My application & lucene index directory shared for all > instance > > Lucene version 3.1 > > Lock factory:- =A0NativeFSLockFactory > > Instance1 jdk64 ,64 os > > Instance2 jdk64 ,64 os > > Instance3 jdk32 ,32 os > > > > When I try to search the data from =A0the index directory =A0from Instanc= e1 > I got bellow error > > An unexpected network error occurred > > In lucene directory there write.lock file > > > > I cannot read data & update data in index from Instance1 > > But for other two Instances its working fine > > is there a way to handle such error > > Thanks & Regards > > Yogesh > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org