Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Created August 11, 2010 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtazz/518759 to your computer and use it in GitHub Desktop.
Save mrtazz/518759 to your computer and use it in GitHub Desktop.
Starting CouchDB...
Eshell V5.7.5 (abort with ^G)
1> Apache CouchDB 1.0.0 (LogLevel=info) is starting.
1> [error] [<0.91.0>] {error_report,<0.35.0>,
{<0.91.0>,crash_report,
[[{initial_call,{couch_auth_cache,init,['Argument__1']}},
{pid,<0.91.0>},
{registered_name,[]},
{error_info,
{exit,
{{badmatch,{not_found,no_db_file}},
[{couch_auth_cache,ensure_users_db_exists,2},
{couch_auth_cache,open_auth_db,0},
{couch_auth_cache,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]},
[{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}},
{ancestors,[couch_secondary_services,couch_server_sup,<0.36.0>]},
{messages,[]},
{links,[<0.89.0>]},
{dictionary,[]},
{trap_exit,false},
{status,running},
{heap_size,377},
{stack_size,24},
{reductions,151}],
[]]}}
1>
=CRASH REPORT==== 11-Aug-2010::11:55:20 ===
crasher:
initial call: couch_auth_cache:init/1
pid: <0.91.0>
registered_name: []
exception exit: {{badmatch,{not_found,no_db_file}},
[{couch_auth_cache,ensure_users_db_exists,2},
{couch_auth_cache,open_auth_db,0},
{couch_auth_cache,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
in function gen_server:init_it/6
ancestors: [couch_secondary_services,couch_server_sup,<0.36.0>]
messages: []
links: [<0.89.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 377
stack_size: 24
reductions: 151
neighbours:
1> [error] [<0.89.0>] {error_report,<0.35.0>,
{<0.89.0>,supervisor_report,
[{supervisor,{local,couch_secondary_services}},
{errorContext,start_error},
{reason,{{badmatch,{not_found,no_db_file}},
[{couch_auth_cache,ensure_users_db_exists,2},
{couch_auth_cache,open_auth_db,0},
{couch_auth_cache,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}},
{offender,[{pid,undefined},
{name,auth_cache},
{mfa,{couch_auth_cache,start_link,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,worker}]}]}}
1>
=SUPERVISOR REPORT==== 11-Aug-2010::11:55:20 ===
Supervisor: {local,couch_secondary_services}
Context: start_error
Reason: {{badmatch,{not_found,no_db_file}},
[{couch_auth_cache,ensure_users_db_exists,2},
{couch_auth_cache,open_auth_db,0},
{couch_auth_cache,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
Offender: [{pid,undefined},
{name,auth_cache},
{mfa,{couch_auth_cache,start_link,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,worker}]
1> [error] [<0.81.0>] {error_report,<0.35.0>,
{<0.81.0>,supervisor_report,
[{supervisor,{local,couch_server_sup}},
{errorContext,start_error},
{reason,shutdown},
{offender,
[{pid,undefined},
{name,couch_secondary_services},
{mfa,{couch_server_sup,start_secondary_services,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]}]}}
1>
=SUPERVISOR REPORT==== 11-Aug-2010::11:55:20 ===
Supervisor: {local,couch_server_sup}
Context: start_error
Reason: shutdown
Offender: [{pid,undefined},
{name,couch_secondary_services},
{mfa,{couch_server_sup,start_secondary_services,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
1>
=CRASH REPORT==== 11-Aug-2010::11:55:20 ===
crasher:
initial call: application_master:init/4
pid: <0.35.0>
registered_name: []
exception exit: {bad_return,
{{couch_app,start,
[normal,
["/Users/jan/usr/src/couchdbx-core/dist/couchdb_1.0.0/etc/couchdb/default.ini",
"/Users/jan/usr/src/couchdbx-core/dist/couchdb_1.0.0/etc/couchdb/local.ini"]]},
{'EXIT',
{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
in function application_master:init/4
ancestors: [<0.34.0>]
messages: [{'EXIT',<0.36.0>,normal}]
links: [<0.34.0>,<0.7.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 1597
stack_size: 24
reductions: 159
neighbours:
1>
=INFO REPORT==== 11-Aug-2010::11:55:20 ===
application: couch
exited: {bad_return,{{couch_app,start,
[normal,
["/Users/jan/usr/src/couchdbx-core/dist/couchdb_1.0.0/etc/couchdb/default.ini",
"/Users/jan/usr/src/couchdbx-core/dist/couchdb_1.0.0/etc/couchdb/local.ini"]]},
{'EXIT',{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
type: temporary
1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment