Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 94264 invoked from network); 3 Sep 2008 16:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2008 16:21:05 -0000 Received: (qmail 1072 invoked by uid 500); 3 Sep 2008 16:21:03 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 1050 invoked by uid 500); 3 Sep 2008 16:21:03 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 1037 invoked by uid 99); 3 Sep 2008 16:21:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 09:21:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 16:20:13 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 586DD11151 for ; Wed, 3 Sep 2008 16:20:14 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Wed, 03 Sep 2008 16:20:14 -0000 Message-ID: <20080903162014.3037.71421@eos.apache.org> Subject: [Couchdb Wiki] Update of "ErrorMessages" by JackMoffitt X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by JackMoffitt: http://wiki.apache.org/couchdb/ErrorMessages The comment on the change is: Added a new error solution for incorrect permissions. ------------------------------------------------------------------------------ You need to install the OpenSSL libraries and recompile Erlang with SSL enabled. + == Incorrect Permissions == + + === Problem === + + {{{ + $ bin/couchdb + Apache CouchDB 0.9.0a691361-incubating (LogLevel=info) is starting. + {"init terminating in do_boot",{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}} + + Crash dump was written to: erl_crash.dump + init terminating in do_boot () + }}} + + === Solution === + + You need to make sure that the user running couchdb has permissions to write to /usr/local/var/lib/couchdb and /usr/local/var/log/couchdb. +