You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2009/05/07 00:03:30 UTC

[jira] Closed: (COUCHDB-344) can't start couchdb / ubuntu 9.04

     [ https://issues.apache.org/jira/browse/COUCHDB-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-344.
--------------------------------

    Resolution: Invalid

The line `{error_info,{exit,eaddrinuse,` suggest that a daemon is already bound to the ip address & port number that you are trying to bind CouchDB to. Maybe another CouchDB? Or if you changed the default port to, say 80, a web server like Apache?

> can't start couchdb / ubuntu 9.04
> ---------------------------------
>
>                 Key: COUCHDB-344
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-344
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.9
>         Environment: Ubuntu 9.04
>            Reporter: Grégoire A.
>            Priority: Blocker
>         Attachments: erl_crash.dump
>
>
> >> ./couchdb 
> Apache CouchDB 0.9.0 (LogLevel=info) is starting.
> Failure to start Mochiweb: eaddrinuse
> [error] [<0.52.0>] {error_report,<0.22.0>,
>               {<0.52.0>,crash_report,
>                [[{pid,<0.52.0>},
>                  {registered_name,couch_httpd},
>                  {error_info,{exit,eaddrinuse,
>                                    [{gen_server,init_it,6},
>                                     {proc_lib,init_p_do_apply,3}]}},
>                  {initial_call,{mochiweb_socket_server,init,['Argument__1']}},
>                  {ancestors,[couch_secondary_services,couch_server_sup,
>                              <0.1.0>]},
>                  {messages,[]},
>                  {links,[<0.44.0>]},
>                  {dictionary,[]},
>                  {trap_exit,true},
>                  {status,running},
>                  {heap_size,610},
>                  {stack_size,23},
>                  {reductions,435}],
>                 []]}}
> {"init terminating in do_boot",{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}}
> Crash dump was written to: erl_crash.dump
> init terminating in do_boot ()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.