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 8886C106A4 for ; Sat, 20 Jul 2013 16:29:40 +0000 (UTC) Received: (qmail 98664 invoked by uid 500); 20 Jul 2013 16:29:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98448 invoked by uid 500); 20 Jul 2013 16:29:38 -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 98439 invoked by uid 99); 20 Jul 2013 16:29:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 16:29:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kxepal@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 16:29:31 +0000 Received: by mail-wi0-f179.google.com with SMTP id hj3so603440wib.6 for ; Sat, 20 Jul 2013 09:29:10 -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=UodYzUe36zmb0W/dIICXnOK1bRLjuMRz9wCHkXwBUxw=; b=GlRmTE3V+4NEvvtKzXFXd2dXl6A6IJmSc4l5f63yUK5uhzzys9UUUkuSDtk//9/3ox 3HmgdmPir7epNpgs7izFyyQhDwzTJTgTnzaICqE9sG15ht0BwihQgcxfTp8TmTjiGdxE 7VOmPRXet3z1bLLUMD7l9g8SSFadhasLL0ilwl8K+3G3l/8Tfidvstgbq3Zp9x56G4iV x0z3AlJq+DiRWTWk9Wc5NogEiWq0vcwc8iAvkT1qCKjhOV+xsPJDST0JNoR28wizNsyS FZ4jL5OnIJafOt/3kMWBEQfAn7YS8qiX0AMLVTLoWGuoWkCLA2DmvMR3tvfJG4s9JE1d eDcQ== MIME-Version: 1.0 X-Received: by 10.195.12.202 with SMTP id es10mr15275141wjd.17.1374337750866; Sat, 20 Jul 2013 09:29:10 -0700 (PDT) Received: by 10.180.98.10 with HTTP; Sat, 20 Jul 2013 09:29:10 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Jul 2013 20:29:10 +0400 Message-ID: Subject: Re: Errors in Couch 1.3.1 log From: Alexander Shorin To: "user@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Andrey Note exit reason > eaddrinuse This means that some process is already listen (ip:port) pair that CouchDB is also trying to. Try to look what process listens CouchDB's ip:port via lsof or netstat commands. -- ,,,^..^,,, On Sat, Jul 20, 2013 at 8:12 PM, Andrey Kuprianov wrote: > Hi all, > > I keep on getting this exception in couchdb log. The lot of them actually. > What do they mean? I have couchdb 1.3.1 freshly installed and also > couchdb-lucene attached to it. > > Cheers, > > Andrey > > [Sat, 20 Jul 2013 16:08:57 GMT] [error] [<0.125.0>] {error_report,<0.31.0>, > {<0.125.0>,crash_report, > [[{initial_call, > > {mochiweb_socket_server,init,['Argument__1']}}, > {pid,<0.125.0>}, > {registered_name,[]}, > {error_info, > {exit,eaddrinuse, > [{gen_server,init_it,6}, > {proc_lib,init_p_do_apply,3}]}}, > {ancestors, > [couch_secondary_services,couch_server_sup, > <0.32.0>]}, > {messages,[]}, > {links,[<0.94.0>]}, > {dictionary,[]}, > {trap_exit,true}, > {status,running}, > {heap_size,1597}, > {stack_size,24}, > {reductions,464}], > []]}} > [Sat, 20 Jul 2013 16:08:58 GMT] [error] [<0.125.0>] {error_report,<0.31.0>, > {<0.125.0>,crash_report, > [[{initial_call, > > {mochiweb_socket_server,init,['Argument__1']}}, > {pid,<0.125.0>}, > {registered_name,[]}, > {error_info, > {exit,eaddrinuse, > [{gen_server,init_it,6}, > {proc_lib,init_p_do_apply,3}]}}, > {ancestors, > [couch_secondary_services,couch_server_sup, > <0.32.0>]}, > {messages,[]}, > {links,[<0.94.0>]}, > {dictionary,[]}, > {trap_exit,true}, > {status,running}, > {heap_size,1597}, > {stack_size,24}, > {reductions,464}], > []]}}