Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 45796 invoked from network); 9 Jul 2010 23:49:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jul 2010 23:49:41 -0000 Received: (qmail 28830 invoked by uid 500); 9 Jul 2010 23:49:38 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 28715 invoked by uid 500); 9 Jul 2010 23:49:37 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 28704 invoked by uid 99); 9 Jul 2010 23:49:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 23:49:37 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [206.190.38.193] (HELO web51501.mail.re2.yahoo.com) (206.190.38.193) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Jul 2010 23:49:28 +0000 Received: (qmail 97925 invoked by uid 60001); 9 Jul 2010 23:49:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1278719347; bh=b7hqeTgqcbguk1A27aiTY8MCuBs2U8+lqRhah/6bvJ8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=Wx+AgmjT29PwhPurC7RQq2qCwAZjZtLf8uXfs4ky/teUSJfOF6UG9wwcuW3X974CDsb4x2xiHfMwrHju7DNcVzuaXbRtZ95ELuFuMDXfLSFWGROJQTHWoYIVTHZQho/8HdGbyKFv7Kt4ozzNRIlPIdStZ2OyMpHsb7FM09F4qho= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=h2MaRokMM3a0gZILkJVzgNBVMjNbmE6qzb0lJq0MZX/skFJ6sFiDmG6EjGK+iV3HD8bDLWgb1Jk/OMhFC0BEmt0B+2f23f4mXy3mciY1KQ4jXbi2xaKyNy/vxmP/kv4fTE6d4/OChlTW7yZr9gfucYqgdlzQuNqwZ2RQ7rJWEyU=; Message-ID: <21627.97701.qm@web51501.mail.re2.yahoo.com> X-YMail-OSG: tDkEXesVM1n1YuCjtqs9MlaG8gv4MF5.0wIJsh5HvQDDv3e tepMkHRsAm.lezM3nPBh6OteedODff4AwXSf0yVLh1vVWliPD1scBJMawxW8 J489Czmy3tx.rCNt3ROTqQiz9u6tbmBWhRn3Tlwf4Slk7zaSRbL0fnd2F_ty SVt.s0w5MJFNzQr_s5kf2mdfNli9urccpUO1UfmyqI.Ud2WHKhDCkTO1xfTk vnJ4oPi1jSf9KhZPORoW4bWUKgidMGqWAsUFM_oJ2Y7RYMTuDheTsYLXkSeW qD_tC_Cw3wf74ScQihI2YSmAoBw-- Received: from [59.177.104.144] by web51501.mail.re2.yahoo.com via HTTP; Fri, 09 Jul 2010 16:49:06 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.104.276605 Date: Fri, 9 Jul 2010 16:49:06 -0700 (PDT) From: sarfaraz masood Subject: Problem with linux To: general@lucene.apache.org Cc: solr MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1363254591-1278719346=:97701" X-Virus-Checked: Checked by ClamAV on apache.org --0-1363254591-1278719346=:97701 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I have problems when i execute my prog on linux having this following piece= of code.=20 { Document d; Analyzer analyzer =3D new PorterStemAnalyzer(); System.out.println("1"); =A0=A0=A0=20 Directory index =3D FSDirectory.open(new File("index1")); System.out.println("2"); IndexWriter w =3D new IndexWriter(index, analyzer, true, IndexWriter.MaxFie= ldLength.UNLIMITED ) ; // MY PROG HANGS UP HERE System.out.println("3"); . . . } Strangely this exact prog runs well on windows. It simply hangs =0Aup(doesn= t halt) while creating the IndexWriter object in linux. The account via =0A= which im logged in has sufficient rights for the concerned folder.=20 -Sarfaraz =0A=0A --0-1363254591-1278719346=:97701--