Run windows service get error in couch.log
My english is poor, i need you help. Thank you.
Install in window xp, I get the error:
[Sun, 04 Sep 2011 12:20:14 GMT] [info] [<0.135.0>] mccouch is listening on port 11213
[Sun, 04 Sep 2011 12:20:15 GMT] [error] [<0.156.0>] {error_report,<0.58.0>,
{<0.156.0>,crash_report,
[[{initial_call,
{mochiweb_socket_server,init,['Argument__1']}},
{pid,<0.156.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,
cb_couch_sup,ns_server_cluster_sup,<0.59.0>]},
{messages,[]},
{links,[<0.119.0>]},
{dictionary,[]},
{trap_exit,true},
{status,running},
{heap_size,987},
{stack_size,24},
{reductions,456}],
[]]}}
[Sun, 04 Sep 2011 12:20:15 GMT] [error] [<0.119.0>] {error_report,<0.58.0>,
{<0.119.0>,supervisor_report,
[{supervisor,{local,couch_secondary_services}},
{errorContext,start_error},
{reason,eaddrinuse},
{offender,
[{pid,undefined},
{name,httpd},
{mfargs,{couch_httpd,start_link,[]}},
{restart_type,permanent},
{shutdown,brutal_kill},
{child_type,worker}]}]}}
[Sun, 04 Sep 2011 12:20:15 GMT] [error] [<0.134.0>] {error_report,<0.58.0>,
{<0.134.0>,crash_report,
[[{initial_call,
{gen_event,init_it,
['Argument__1','Argument__2','Argument__3',
'Argument__4','Argument__5',
'Argument__6']}},
{pid,<0.134.0>},
{registered_name,mc_couch_events},
{error_info,
{exit,killed,
[{gen_event,terminate_server,4},
{proc_lib,init_p_do_apply,3}]}},
{ancestors,
[mc_sup,couch_secondary_services,
couch_server_sup,cb_couch_sup,
ns_server_cluster_sup,<0.59.0>]},
{messages,[]},
{links,[]},
{dictionary,[]},
{trap_exit,true},
{status,running},
{heap_size,233},
{stack_size,24},
{reductions,115}],
[]]}}
[Sun, 04 Sep 2011 12:20:15 GMT] [error] [<0.136.0>] ** Generic server mc_conn_sup terminating
** Last message in was {'EXIT',<0.133.0>,killed}
** When Server state == {state,
{local,mc_conn_sup},
simple_one_for_one,
[{child,undefined,mc_connection,
{mc_connection,start_link,[]},
temporary,brutal_kill,worker,
[mc_connection,mc_daemon]}],
undefined,0,1,[],mc_conn_sup,[]}
** Reason for termination ==
** killed
[Sun, 04 Sep 2011 12:20:15 GMT] [error] [<0.136.0>] {error_report,<0.58.0>,
{<0.136.0>,crash_report,
[[{initial_call,
{supervisor,mc_conn_sup,['Argument__1']}},
{pid,<0.136.0>},
{registered_name,mc_conn_sup},
{error_info,
{exit,killed,
[{gen_server,terminate,6},
{proc_lib,init_p_do_apply,3}]}},
{ancestors,
[mc_sup,couch_secondary_services,
couch_server_sup,cb_couch_sup,
ns_server_cluster_sup,<0.59.0>]},
{messages,[]},
{links,[]},
{dictionary,[]},
{trap_exit,true},
{status,running},
{heap_size,233},
{stack_size,24},
{reductions,159}],
[]]}}
[Sun, 04 Sep 2011 12:20:15 GMT] [error] [<0.99.0>] {error_report,<0.58.0>,
{<0.99.0>,supervisor_report,
[{supervisor,{local,couch_server_sup}},
{errorContext,start_error},
{reason,shutdown},
{offender,
[{pid,undefined},
{name,couch_secondary_services},
{mfargs,{couch_secondary_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]}]}}
Hi,
your error message includes "{exit,eaddrinuse," that suggest maybe there's already something running on any of our ports. Mostlikely this is 5984 and either a previous installation of CouchDB or Couchbase or a stray beam process that is still running in the background.
Cheers
Jan
--