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 116E77C64 for ; Thu, 15 Dec 2011 20:29:59 +0000 (UTC) Received: (qmail 74560 invoked by uid 500); 15 Dec 2011 20:29:57 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74433 invoked by uid 500); 15 Dec 2011 20:29:56 -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 74425 invoked by uid 99); 15 Dec 2011 20:29:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 20:29:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dave@muse.net.nz designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 20:29:48 +0000 Received: by vcbfo14 with SMTP id fo14so2554658vcb.11 for ; Thu, 15 Dec 2011 12:29:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.89.71 with SMTP id bm7mr4352320vdb.41.1323980967157; Thu, 15 Dec 2011 12:29:27 -0800 (PST) Received: by 10.52.30.52 with HTTP; Thu, 15 Dec 2011 12:29:27 -0800 (PST) X-Originating-IP: [84.172.72.250] In-Reply-To: References: Date: Thu, 15 Dec 2011 21:29:27 +0100 Message-ID: Subject: Re: Crash Report Help From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 15 December 2011 17:07, Bradley Holt wrote: > Hi, > > I'm running CouchDB 1.1.1 on Mac OS 10.6.8 (installed through > MacPorts). This morning I tried starting CouchDB and got the following > crash report: > > https://gist.github.com/1b7f26800426fcbac11e > > As for the part about the replicator database being deleted=97I haven't > deleted that database. > > Any help would be appreciated! > > Thanks, > Bradley Hi, the key part is "enoent" =3D file or directory not found. Most possible causes are; the var/run/ var/log/couchdb/ var/lib/couchdb/ dirs don't exist, or ditto for local.ini default.ini ,for some reason are not available. I am reasonably sure that different permissions would result in enoperm instead but it's worth checking that quickly - http://wiki.apache.org/couchdb/Installing_on_OSX The replicator db message is spurious I think, generated as couchdb erlang application shuts down all sub processes. Or it might just be karma balancing for using MacPorts instead of Homebrew. A+ Dave