Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 37775 invoked from network); 8 Jul 2009 07:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 07:31:14 -0000 Received: (qmail 41271 invoked by uid 500); 8 Jul 2009 07:31:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41210 invoked by uid 500); 8 Jul 2009 07:31:23 -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 41200 invoked by uid 99); 8 Jul 2009 07:31:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 07:31:23 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.26] (HELO out2.smtp.messagingengine.com) (66.111.4.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 07:31:14 +0000 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 0A5E03AF54A; Wed, 8 Jul 2009 03:30:53 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 08 Jul 2009 03:30:52 -0400 X-Sasl-enc: KPC8DYC/oegr4QRtz7+1U62+t55JsdjNWZvMifwj7Svy 1247038252 Received: from NitinBorwankarsComputer.local (c-71-202-180-50.hsd1.ca.comcast.net [71.202.180.50]) by mail.messagingengine.com (Postfix) with ESMTPA id 9235542BE for ; Wed, 8 Jul 2009 03:30:51 -0400 (EDT) Message-ID: <4A544B2B.3050209@borwankar.com> Date: Wed, 08 Jul 2009 00:30:51 -0700 From: Nitin Borwankar User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: user@couchdb.apache.org Subject: couchdb_lucene on CouchDBX ? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings intrepid CouchDb Adventurers, Has anyone here used couchdb_lucene with CouchDBX, successfully? I have used it with no problems on Ubuntu 8.10/Couch 0.9/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar But trying to stat it up on Leopard/CouchDBX0.9/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar - having problems. CouchDBX hangs on restart after I uncomment the foll lines in local.ini ;[external] ;fti=/usr/bin/java -jar /cdb09/lib/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -search ;[update_notification] ;indexer=/usr/bin/java -Xmx512m -Xms256m -Dcouchdb.lucene.commit.min=50 -jar /cdb09/lib/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -index ;[httpd_db_handlers] ;_fti = {couch_httpd_external, handle_external_req, <<"fti">>} Any ideas ? Nitin Borwankar