Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46614CF8D for ; Thu, 31 May 2012 15:22:43 +0000 (UTC) Received: (qmail 14498 invoked by uid 500); 31 May 2012 15:22:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 14410 invoked by uid 500); 31 May 2012 15:22:40 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 14270 invoked by uid 99); 31 May 2012 15:22:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 15:22:40 +0000 X-ASF-Spam-Status: No, hits=3.6 required=5.0 tests=FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 15:22:34 +0000 Received: by qaeb19 with SMTP id b19so3046064qae.11 for ; Thu, 31 May 2012 08:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lzgP75gYZDdU5QCOXEiVZw3UEWnOTiKBONCBnsTtW3I=; b=LgkkT5tQ2CgIHy223ysnmAj6yWAc0zjtyMIuPn58pLztZomPQh9LB2rdipQ5+Upiyp 3QZtsXE+61p27IP/QAjK8eLkYhu1LwqLlQmin+efCZNc0qxKNo6kgA/u5Xr95JZUypUx ExTJ0BzrkjTqp60TKHTXFn6noOQyVeR6aC5W3Pee2ir95G03aN6sO0MbisNLewGRML2T Na6UEHzsKNVifq03j+dGAyN8XZ0IXY6t2vrkooL2XdH6IL5f7b5SgDKsLAVWgCH9xz+b Uo47Y38ph4GUop9ehiFxwm9Pbno/mR79W6w6Uq5eWBt/CFNHZJq43XJOeIH7N0wYRhmp vyqw== MIME-Version: 1.0 Received: by 10.229.136.82 with SMTP id q18mr735799qct.147.1338477733297; Thu, 31 May 2012 08:22:13 -0700 (PDT) Received: by 10.229.49.142 with HTTP; Thu, 31 May 2012 08:22:13 -0700 (PDT) Date: Thu, 31 May 2012 17:22:13 +0200 Message-ID: Subject: init terminating in do_boot From: CGS To: user@couchdb.apache.org, dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=00248c769136d5401c04c156a18c X-Virus-Checked: Checked by ClamAV on apache.org --00248c769136d5401c04c156a18c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear lists, I recently installed CouchDB 1.2.0 from source on CentOS 5.8 (final) with Erlang/OTP R15B01 (installed from source with no errors at installation). It reported no errors in configuration (not even warnings) and no errors in make && sudo make install. Still, I keep receiving the following message when I try to start it: Apache CouchDB 1.2.0 (LogLevel=3Dinfo) is starting. {"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/usr/loc= al/etc/couchdb/default.ini","/usr/local/etc/couchdb/local.ini"]]},{'EXIT',{= {badmatch,{error,shutdown}},[{couch_server_sup,start_server,1,[{file,"couch= _server_sup.erl"},{line,98}]},{application_master,start_it_old,4,[{file,"ap= plication_master.erl"},{line,274}]}]}}}}}},[{couch,start,0,[{file,"couch.er= l"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}} couch_server_sup.erl (line 98): {ok, Pid} =3D supervisor:start_link({local, couch_server_sup}, couch_server_sup, BaseChildSpecs), No log entry. I know it returns {error, shutdown} instead of {ok, Pid}, but my question is how can I find what exactly is the problem there? Log level to debug doesn't add any other info. It's not a problem of permissions because I run couchdb as root. I used 0.0.0.0 as IP and the default values for the rest. The erl_crash.dump file doesn't provide other information (or I miss it, so, if anyone wants to inspect it, I can provide it). Regards, CGS --00248c769136d5401c04c156a18c--