From user-return-21261-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jun 19 13:24:36 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 8DCA9D7B0 for ; Tue, 19 Jun 2012 13:24:36 +0000 (UTC) Received: (qmail 17388 invoked by uid 500); 19 Jun 2012 13:24:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 17346 invoked by uid 500); 19 Jun 2012 13:24:35 -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 17337 invoked by uid 99); 19 Jun 2012 13:24:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 13:24:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FSL_RCVD_USER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [212.81.143.133] (HELO zaragoza.intera5.net) (212.81.143.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 13:24:29 +0000 Received: from [192.168.3.10] (unknown [192.168.3.10]) (Authenticated sender: juanjose.sanchez@intera5.es) by zaragoza.intera5.net (Postfix) with ESMTPA id 5E9FA1D8B1 for ; Tue, 19 Jun 2012 15:33:01 +0200 (CEST) Message-ID: <4FE07D7A.2060000@doblej.net> Date: Tue, 19 Jun 2012 15:24:10 +0200 From: =?ISO-8859-1?Q?Juan_Jos=E9_S=E1nchez_Mesa?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120612 Thunderbird/14.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Error upgrading from 1.1 to 1.2 References: <4FE07149.6090608@doblej.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org With the 'application:start(os_mon).' command I got same error: {error,{"no such file or directory","os_mon.app"}} os_mon.app file is located at: /usr/lib/erlang/lib/os_mon-2.2.4/ebin/os_mon.app What can I do ? Thanks! El 19/06/2012 15:12, CGS escribió: > 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é Sánchez Mesa > > 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_Ubuntu > and do 'make > install' but still not working. > > Version 1.10 was working perfect. > > Any idea ? > > Thanks! > >