Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-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 154F19705 for ; Thu, 26 Apr 2012 15:39:10 +0000 (UTC) Received: (qmail 83829 invoked by uid 500); 26 Apr 2012 15:39:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 83795 invoked by uid 500); 26 Apr 2012 15:39:08 -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 83786 invoked by uid 99); 26 Apr 2012 15:39:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 15:39:08 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [87.117.198.154] (HELO zoe.mltserver-three.co.uk) (87.117.198.154) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 15:38:59 +0000 Received: from host86-147-216-146.range86-147.btcentralplus.com ([86.147.216.146]:56213 helo=[10.0.0.6]) by zoe.mltserver-three.co.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1SNQmE-0007GV-D2 for user@couchdb.apache.org; Thu, 26 Apr 2012 16:38:38 +0100 From: Martin Hewitt Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: BigCouch & couchdb-lucene Date: Thu, 26 Apr 2012 16:38:37 +0100 Message-Id: <8A1C4192-F49B-469E-86D5-8FC2F2BC8843@thenoi.se> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zoe.mltserver-three.co.uk X-AntiAbuse: Original Domain - couchdb.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - thenoi.se Hi all, I've configured a three-node BigCouch cluster and am working on bringing = up couchdb-lucene as part of it. I've installed, unpacked and started couchdb-lucene, and have added the = requisite lines into default.ini. The first thing that struck me was that I could only access it on the = backedn (...:5986) port rather than the primary (...:5984) port, but I = figured I could deal with that, for now. However, once I query a database view, I get the following error: 2012-04-25 19:41:56,352 WARN [db1] Exiting after init() raised = exception. java.lang.IllegalArgumentException: = [79521,"g1AAAAGbeJzLYWBg4MhgTmEQT8pMT84vTc5wMDQ30jM00zO0BGJjgxygAqZEhiT5__= __ZyUxMKi1EVSdpAAkk-yhGtRdCWtwAGmIh9lwi7CGBJCGepgN0gQ15LEASYYGIAXUMx-syYlI= TQsgmvaDneZDpKYDEE33wZpOE6npAUQTJBA6sgABPG9K"] not recognized. at = com.github.rnewson.couchdb.lucene.couchdb.UpdateSequence.parseUpdateSequen= ce(UpdateSequence.java:183) at = com.github.rnewson.couchdb.lucene.couchdb.DatabaseInfo.getUpdateSequence(D= atabaseInfo.java:15) at = com.github.rnewson.couchdb.lucene.DatabaseIndexer.init(DatabaseIndexer.jav= a:794) at = com.github.rnewson.couchdb.lucene.DatabaseIndexer.run(DatabaseIndexer.java= :462) at java.lang.Thread.run(Thread.java:662) If I load ...:5986/_fti/ I get: { =95 couchdb-lucene: "Welcome", =95 version: "0.9.0-SNAPSHOT" } I've tried adding the couchdb-lucene config as: [chttpd_global_handlers] _fti =3D {couch_httpd_proxy, handle_proxy_req, = <<"http://127.0.0.1:5985">>} in an effort to get it to use the frontend port, but no dice.=20 I currently have: [httpd_global_handlers] _fti =3D {couch_httpd_proxy, handle_proxy_req, = <<"http://127.0.0.1:5985">>} In my /opt/bigcouch/etc/default.ini file, and I'm using the example = design doc from the README.md, with fields adjusted to match my = documents I'm using: { =95 couchdb: "Welcome", =95 version: "1.1.1", =95 bigcouch: "0.4.0" } On CentOS 6.2. Any ideas what could be going on? Thanks, Martin=