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 06945D3FD for ; Sun, 22 Jul 2012 10:42:29 +0000 (UTC) Received: (qmail 7490 invoked by uid 500); 22 Jul 2012 10:42:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 7455 invoked by uid 500); 22 Jul 2012 10:42:27 -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 7427 invoked by uid 99); 22 Jul 2012 10:42:26 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 10:42:26 +0000 Received: from localhost (HELO [192.168.1.5]) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 10:42:25 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1278) Subject: Re: noob problem getting started with lucene From: Robert Newson In-Reply-To: Date: Sun, 22 Jul 2012 11:42:26 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4C598FE8-7637-4863-8577-3B5C39A74042@apache.org> <5009181D.4060503@resourceandrevenue.com> <524103C6-8ED1-48A5-AA34-85086B9243CC@apache.org> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1278) Ah, good! I should have noticed that. If you submit a jira issue = requesting a better error message perhaps that will aid the next person = with a misconfiguration. B. On 22 Jul 2012, at 01:08, Mark Hahn wrote: > I found my problem. The lucene config said ... >=20 > [local] > url=3Dhttp://root:xxx@localhost:5985/ >=20 > The 5985 was supposed to be 5984. >=20 > I want to thank you very much for your trouble. If there are any = lucene > questions here I will try to pay this forward and help them.