From user-return-9112-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Mar 04 02:37:29 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 71987 invoked from network); 4 Mar 2010 02:37:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 02:37:29 -0000 Received: (qmail 76420 invoked by uid 500); 4 Mar 2010 02:37:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 76368 invoked by uid 500); 4 Mar 2010 02:37:19 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 76360 invoked by uid 99); 4 Mar 2010 02:37:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 02:37:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of srikrishnamohan@gmail.com designates 209.85.160.52 as permitted sender) Received: from [209.85.160.52] (HELO mail-pw0-f52.google.com) (209.85.160.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 02:37:12 +0000 Received: by pwi10 with SMTP id 10so1401045pwi.11 for ; Wed, 03 Mar 2010 18:36:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=g93vUwjJf+0LOaGiPI8OSbkUcUIAP6B+scWaWiPuU/o=; b=sStpuOWkRvcLVdGyG7gOmJdO245sf+8OCITBEACCf0+Msdeo+NKqWrXWWQGjCCfQIN 4PdS52kXIArFWxs4mtFFpkaqDooJWU7zdkrOhEF+yKC1daGLjSmIhRltKR5IfMDangFg XcqZmSvZ+6cGTfRGBB6R4Z8ug77sGxFuuwxwg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ElFRIoTM4Ya6GruIyaOo9w28fQOzl5evPW3lodMpW8j+8tf3c/tUJZ1WEjonGA3RTY tdgtBmPeqvJRfBHrKycSxJwPPbjPq13Sqear8iqoJ1vhjnyToDWNF8a660ymS/aw+xTc jzHTzJIALVWpxqVuJnsCBBxfLibJwNCdsFrTM= MIME-Version: 1.0 Received: by 10.141.107.3 with SMTP id j3mr169092rvm.271.1267670212021; Wed, 03 Mar 2010 18:36:52 -0800 (PST) In-Reply-To: References: <9F2BBA10-E716-49E3-B952-49E67805D9BF@tumbolia.org> Date: Thu, 4 Mar 2010 11:36:51 +0900 Message-ID: Subject: Re: couchdb lucene error From: km To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd137beae0fd30480f078f7 --000e0cd137beae0fd30480f078f7 Content-Type: text/plain; charset=ISO-8859-1 please check if 1) ur dir to store indexes (indexes dir ) is properly set in the local.ini config file 2) ownership of that indexes dir set to couchdb user recursively eg: chown -R couchdb:couchdb 3) permissions of that indexes dir set appropriately eg: chmod -R 0770 restart couchdb and check now. HTH Krishna ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On Thu, Mar 4, 2010 at 9:14 AM, Michael McCaffrey wrote: > Something's happened with my couchdb lucene implementation and I can't > get couch to start unless I comment out the indexer in the ini file. > > I'm getting java heap errors. > > I've tried cleaning out my indices folder but to no avail. > > Don't know what happened, it was working fine, I made a change to a > database record to test a lucene query and it hung up. Had to kill the > couch session and now it won't restart. > > Any ideas? > > Thanks > > > 1> 2010-03-03 17:07:52,027 [couchdb-lucene] WARN Forcibly unlocking > locked index at startup. > [info] [<0.62.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 > 1> [info] [<0.62.0>] 127.0.0.1 - - 'GET' > /test/_all_docs?startkey=%22_design%22&endkey=%22_desig > 1> [info] [<0.62.0>] 127.0.0.1 - - 'GET' /test 200 > 1> [info] [<0.62.0>] 127.0.0.1 - - 'GET' > /test/_all_docs_by_seq?startkey=0&limit=250&include_doc > 1> Exception in thread "main" java.lang.OutOfMemoryError: Java heap > space > [error] [<0.52.0>] OS Process died with status: 0 > > --000e0cd137beae0fd30480f078f7--