Created
November 21, 2011 14:49
-
-
Save booo/1382825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@spaceship:/usr/local/etc/couchdb/local.d# /usr/local/bin/couchdb | |
| Apache CouchDB 1.1.2a05914bd-git (LogLevel=info) is starting. | |
| [error] [<0.87.0>] {error_report,<0.32.0>, | |
| {<0.87.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,start_error}, | |
| {reason, | |
| {'EXIT', | |
| {undef, | |
| [{couch_spatial,start_link,[]}, | |
| {supervisor,do_start_child,2}, | |
| {supervisor,start_children,3}, | |
| {supervisor,init_children,2}, | |
| {gen_server,init_it,6}, | |
| {proc_lib,init_p_do_apply,3}]}}}, | |
| {offender, | |
| [{pid,undefined}, | |
| {name,spatial_manager}, | |
| {mfa,{couch_spatial,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,1000}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 21-Nov-2011::15:47:55 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: start_error | |
| Reason: {'EXIT',{undef,[{couch_spatial,start_link,[]}, | |
| {supervisor,do_start_child,2}, | |
| {supervisor,start_children,3}, | |
| {supervisor,init_children,2}, | |
| {gen_server,init_it,6}, | |
| {proc_lib,init_p_do_apply,3}]}} | |
| Offender: [{pid,undefined}, | |
| {name,spatial_manager}, | |
| {mfa,{couch_spatial,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,1000}, | |
| {child_type,worker}] | |
| [info] [<0.98.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.79.0>] {error_report,<0.32.0>, | |
| {<0.79.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}]}]}} | |
| =SUPERVISOR REPORT==== 21-Nov-2011::15:47:55 === | |
| 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}] | |
| =CRASH REPORT==== 21-Nov-2011::15:47:55 === | |
| 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,shutdown}}, | |
| [{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.7.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 24 | |
| reductions: 164 | |
| neighbours: | |
| =INFO REPORT==== 21-Nov-2011::15:47:55 === | |
| application: couch | |
| exited: {bad_return,{{couch_app,start, | |
| [normal, | |
| ["/usr/local/etc/couchdb/default.ini", | |
| "/usr/local/etc/couchdb/local.ini"]]}, | |
| {'EXIT',{{badmatch,{error,shutdown}}, | |
| [{couch_server_sup,start_server,1}, | |
| {application_master,start_it_old,4}]}}}} | |
| type: temporary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment