From user-return-5389-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Jul 06 12:22:23 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 37490 invoked from network); 6 Jul 2009 12:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jul 2009 12:22:23 -0000 Received: (qmail 13339 invoked by uid 500); 6 Jul 2009 12:22:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 13253 invoked by uid 500); 6 Jul 2009 12:22:32 -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 13243 invoked by uid 99); 6 Jul 2009 12:22:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 12:22:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dionne@dionne-associates.com designates 67.222.39.26 as permitted sender) Received: from [67.222.39.26] (HELO outbound-mail-136.bluehost.com) (67.222.39.26) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Jul 2009 12:22:21 +0000 Received: (qmail 28249 invoked by uid 0); 6 Jul 2009 12:22:00 -0000 Received: from unknown (HELO host183.hostmonster.com) (74.220.207.183) by outboundproxy4.bluehost.com with SMTP; 6 Jul 2009 12:22:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=dionne-associates.com; h=Received:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer:X-Identified-User; b=AQyzvlFHoa3rRyi2P8hHohZvKFJjcysWDcL1EPy4ccMAd+wZcVO4M5vs5YvYkjZuqLfhctOCw64puAzDvzm4rmxJrEjWsXUwL5kcRj4KrUXc/sP/N0wUwFuhAJwIJPqz; Received: from [209.105.131.1] (helo=[192.168.2.101]) by host183.hostmonster.com with esmtpa (Exim 4.69) (envelope-from ) id 1MNnCp-0007qv-PQ for user@couchdb.apache.org; Mon, 06 Jul 2009 06:22:00 -0600 Message-Id: From: Robert Dionne To: user@couchdb.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: erl couch timeout error Date: Mon, 6 Jul 2009 08:21:53 -0400 References: X-Mailer: Apple Mail (2.935.3) X-Identified-User: {2551:host183.hostmonster.com:dionneas:dionne-associates.com} {sentby:smtp auth 209.105.131.1 authed with dionne@dionne-associates.com} X-Virus-Checked: Checked by ClamAV on apache.org I believe erlcouch-0.2 has been discontinued. You may have better luck with erlang_couchdb, which is simpler and is more active, or erl- couch[2], a follow on to erlcouch that I extended to use ibrowse. I'm not doing much with it right now but can probably fix any issues you have. Cheers, Bob [1] http://github.com/ngerakines/erlang_couchdb/tree/master [2] http://github.com/bdionne/erl-couch/tree/master On Jul 6, 2009, at 8:07 AM, Vikrant wrote: > Hi, > > I am trying to access couch db from erlcouch-0.2. I am unable to > connect > to database. > I am able to connect from browser and telnet. has anybody used > erlcouch? > > 13> couch:all_dbs(Host). > {error,timeout} > > Regards, > Vikrant > > p.s. I am on Mac, if that helps