From user-return-21260-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jun 19 13:13:22 2012 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 2A2B5D453 for ; Tue, 19 Jun 2012 13:13:22 +0000 (UTC) Received: (qmail 87509 invoked by uid 500); 19 Jun 2012 13:13:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87462 invoked by uid 500); 19 Jun 2012 13:13:20 -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 87454 invoked by uid 99); 19 Jun 2012 13:13:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 13:13:20 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FROM_LOCAL_NOVOWEL,FSL_RCVD_USER,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qc0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 13:13:13 +0000 Received: by qcmv28 with SMTP id v28so3812275qcm.11 for ; Tue, 19 Jun 2012 06:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=k45CBemHJj3DJMc4VDnWUmzjF5pyhj1YpCEuVm6QcFQ=; b=KBI+kRydNtwHEe+QySCpqHamFZ3Kf9o0TTJz0+s/dJIDztjwjbx4Mt9Ib3AKnLZtj6 F1QZO/A7fhNABeyASZ/lRpTAK1PwcRmdcthbyH2qmWUgjZ9wgGp0ABoD/OqLCgERSsCF eNioD7kQxKCkOvl2Vz/R+3qwt6HoSJglDYajveS+2drwsu2zlapCrmiYQvttknSDkyRG ppBV4xTo3WYpJVqRHLi8rJfxa7/XVX2bF4shFyWse3ya4e/vYKbAiSqy/6HBMHAgcxHW exJ0OvTa8Yki5+N+fN0ETrZ6z0v4SYjvG3nFxf1cPw3n7pKXADiVKuZL89IYcxz5Iczi 8/bg== MIME-Version: 1.0 Received: by 10.224.71.3 with SMTP id f3mr33810300qaj.30.1340111572793; Tue, 19 Jun 2012 06:12:52 -0700 (PDT) Received: by 10.229.157.20 with HTTP; Tue, 19 Jun 2012 06:12:52 -0700 (PDT) In-Reply-To: <4FE07149.6090608@doblej.net> References: <4FE07149.6090608@doblej.net> Date: Tue, 19 Jun 2012 15:12:52 +0200 Message-ID: Subject: Re: Error upgrading from 1.1 to 1.2 From: CGS To: user@couchdb.apache.org Content-Type: multipart/mixed; boundary=bcaec51b9d05417a1304c2d30a15 --bcaec51b9d05417a1304c2d30a15 Content-Type: multipart/alternative; boundary=bcaec51b9d05417a0e04c2d30a13 --bcaec51b9d05417a0e04c2d30a13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Juan, Could you provide the output of the followings: 1. start an Erlang shell in the debug mode (erl -init_debug); 2. copy and paste: application:start(sasl). application:start(os_mon). You should get something like I attached here if everything goes well. CGS On Tue, Jun 19, 2012 at 2:32 PM, Juan Jos=E9 S=E1nchez Mesa < juanjo.listas@doblej.net> wrote: > Hi! > > I'm new to the list. > > I was using CouchDB 1.10 on Ubuntu 10.04 and was working pretty well. > > Now, I've upgraded to 1.20 using sources, and now, CouchDB don't start > with this error: > > {"init terminating in do_boot",{{badmatch,{error,{"**no such file or > directory","os_mon.app"}}},[{**couch,start,0},{init,start_it,** > 1},{init,start_em,1}]}} > init terminating in do_boot () > > > This error suggests that erlang-os-mon package is not installed. But, it'= s > already installed. > > I've tried to delete files in /usr/local/lib/couchdb/erlang/**lib has > suggested in http://wiki.apache.org/**couchdb/Installing_on_Ubuntuand do 'make install' but sti= ll not working. > > Version 1.10 was working perfect. > > Any idea ? > > Thanks! > --bcaec51b9d05417a0e04c2d30a13 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Juan,

Could you provide the output of the = followings:
1. start an Erlang shell in the debug mode (erl -init_debug);
2. copy and paste:

applicati= on:start(sasl).
application:start(os_mon).

You should get something like= I attached here if everything goes well.

CGS
=




On Tue, Jun 19, 2012 at 2:32 PM, Juan Jos=E9 S=E1nchez Mesa <juanjo= .listas@doblej.net> wrote:
Hi!

I'm new to the list.

I was using CouchDB 1.10 on Ubuntu 10.04 and was working pretty well.

Now, I've upgraded to 1.20 using sources, and now, CouchDB don't st= art with this error:

{"init terminating in do_boot",{{badmatch,{error,{"no= such file or directory","os_mon.app"}}},[{couch,star= t,0},{init,start_it,1},{init,start_em,1}]}}
init terminating in do_boot ()


This error suggests that erlang-os-mon package is not installed. But, it= 9;s already installed.

I've tried to delete files in /usr/local/lib/couchdb/erlang/lib = has suggested in http://wiki.apache.org/couchdb/Installing_on= _Ubuntu and do 'make install' but still not working.

Version 1.10 was working perfect.

Any idea ?

Thanks!

--bcaec51b9d05417a0e04c2d30a13-- --bcaec51b9d05417a1304c2d30a15--