I am pretty new to CouchDB and Ubuntu. CouchDB has been up and running on an
Ubuntu box for over a year. I inherited a site built with couchapp, and my
deployed changes have been running for the past few months without incident.
As of today CouchDB is down. Issuing a status command gives the following:
=CRASH REPORT==== 11-Apr-2012::12:52:44 ===
crasher:
initial call: couch_config:init/1
pid: <0.78.0>
registered_name: []
exception exit: {{case_clause,{error,eacces}},
[{couch_config,parse_ini_file,1},
{couch_config,'-init/1-fun-0-',1},
{lists,map,2},
{couch_config,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
in function gen_server:init_it/6
ancestors: [<0.33.0>]
messages: []
links: [<0.33.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 377
stack_size: 24
reductions: 187
neighbours:
=CRASH REPORT==== 11-Apr-2012::12:52:44 ===
crasher:
initial call: application_master:init/4
pid: <0.32.0>
registered_name: []
exception exit: {bad_return,
{{couch_app,start,
[normal,
["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]]},
{'EXIT',
{{badmatch,
{error,
{{case_clause,{error,eacces}},
[{couch_config,parse_ini_file,1},
{couch_config,'-init/1-fun-0-',1},
{lists,map,2},
{couch_config,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
in function application_master:init/4
ancestors: [<0.31.0>]
messages: [{'EXIT',<0.33.0>,normal}]
links: [<0.31.0>,<0.6.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 24
reductions: 122
neighbours:
=INFO REPORT==== 11-Apr-2012::12:52:44 ===
application: couch
exited: {bad_return,
{{couch_app,start,
[normal,
["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]]},
{'EXIT',
{{badmatch,
{error,
{{case_clause,{error,eacces}},
[{couch_config,parse_ini_file,1},
{couch_config,'-init/1-fun-0-',1},
{lists,map,2},
{couch_config,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
type: temporary
Any advice greatly appreciated! Thanks,
Tim