From commits-return-3832-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Thu Feb 18 17:14:04 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 1199 invoked from network); 18 Feb 2010 17:14:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 17:14:04 -0000 Received: (qmail 79688 invoked by uid 500); 18 Feb 2010 17:14:04 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 79612 invoked by uid 500); 18 Feb 2010 17:14:03 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 79603 invoked by uid 500); 18 Feb 2010 17:14:03 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 79600 invoked by uid 99); 18 Feb 2010 17:14:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 17:14:03 +0000 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; Thu, 18 Feb 2010 17:14:01 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 46B0217D1D; Thu, 18 Feb 2010 17:13:40 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 18 Feb 2010 17:13:40 -0000 Message-ID: <20100218171340.11496.37207@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Error=5Fmessages=22_by_LenaHerr?= =?utf-8?q?mann?= 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 c= hange notification. The "Error_messages" page has been changed by LenaHerrmann. The comment on this change is: Hint to problem where directories are missin= g. http://wiki.apache.org/couchdb/Error_messages?action=3Ddiff&rev1=3D18&rev2= =3D19 -------------------------------------------------- * [[#BinaryArchitectureMismatchSolarisSPARC|Binary Architecture Mismatc= h Solaris/SPARC]] * [[#UnavailablePort|Unavailable Port]] * [[#MissingOpenSSL|Missing OpenSSL]] - * [[#IncorrectPermissions|Incorrect Permissions]] + * [[#IncorrectPermissions|Incorrect Permissions or Missing Directories]] * [[#CrashOnStartup|Crash On Startup]] * [[#RuntimeErrors|Runtime Errors]] * [[#functionraisedexceptionCannotencodeundefinedvalueasJSON|function r= aised exception (Cannot encode 'undefined' value as JSON)]] @@ -225, +225 @@ If you compiled by hand, you need to install the OpenSSL libraries and re= compile Erlang with SSL enabled. = <> - =3D=3D Incorrect Permissions =3D=3D + =3D=3D Incorrect Permissions or Missing Directories =3D=3D = =3D=3D=3D Problem =3D=3D=3D = @@ -241, +241 @@ =3D=3D=3D Solution =3D=3D=3D = You need to make sure that the user running couchdb has permissions to wr= ite to /usr/local/var/lib/couchdb and /usr/local/var/log/couchdb. This erro= r message may also appear if CouchDB is trying to bind to a port that is al= ready in use. + = + Also check that the directories specified in your local.ini are there, li= ke the database_dir and the directory where the log file is created. If the= y are not there, create them. = <> =3D=3D Crash On Startup =3D=3D