Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. $ sudo -u couchdb ./couchdb
  2. Apache CouchDB 1.0.2 (LogLevel=info) is starting.
  3.  
  4. =CRASH REPORT==== 9-Feb-2011::18:54:14 ===
  5. crasher:
  6. initial call: couch_event_sup:init/1
  7. pid: <0.81.0>
  8. registered_name: []
  9. exception exit: {{badmatch,
  10. {'EXIT',
  11. {{badmatch,{error,eacces}},
  12. [{couch_log,init,1},
  13. {gen_event,server_add_handler,4},
  14. {gen_event,handle_msg,5},
  15. {proc_lib,init_p_do_apply,3}]}}},
  16. [{couch_event_sup,init,1},
  17. {gen_server,init_it,6},
  18. {proc_lib,init_p_do_apply,3}]}
  19. in function gen_server:init_it/6
  20. ancestors: [couch_primary_services,couch_server_sup,<0.33.0>]
  21. messages: []
  22. links: [<0.80.0>,<0.6.0>]
  23. dictionary: []
  24. trap_exit: false
  25. status: running
  26. heap_size: 233
  27. stack_size: 24
  28. reductions: 116
  29. neighbours:
  30.  
  31. =SUPERVISOR REPORT==== 9-Feb-2011::18:54:14 ===
  32. Supervisor: {local,couch_primary_services}
  33. Context: start_error
  34. Reason: {{badmatch,{'EXIT',{{badmatch,{error,eacces}},
  35. [{couch_log,init,1},
  36. {gen_event,server_add_handler,4},
  37. {gen_event,handle_msg,5},
  38. {proc_lib,init_p_do_apply,3}]}}},
  39. [{couch_event_sup,init,1},
  40. {gen_server,init_it,6},
  41. {proc_lib,init_p_do_apply,3}]}
  42. Offender: [{pid,undefined},
  43. {name,couch_log},
  44. {mfa,{couch_log,start_link,[]}},
  45. {restart_type,permanent},
  46. {shutdown,brutal_kill},
  47. {child_type,worker}]
  48.  
  49.  
  50. =SUPERVISOR REPORT==== 9-Feb-2011::18:54:14 ===
  51. Supervisor: {local,couch_server_sup}
  52. Context: start_error
  53. Reason: shutdown
  54. Offender: [{pid,undefined},
  55. {name,couch_primary_services},
  56. {mfa,{couch_server_sup,start_primary_services,[]}},
  57. {restart_type,permanent},
  58. {shutdown,infinity},
  59. {child_type,supervisor}]
  60.  
  61.  
  62. =CRASH REPORT==== 9-Feb-2011::18:54:14 ===
  63. crasher:
  64. initial call: application_master:init/4
  65. pid: <0.32.0>
  66. registered_name: []
  67. exception exit: {bad_return,
  68. {{couch_app,start,
  69. [normal,
  70. ["/usr/local/etc/couchdb/default.ini",
  71. "/usr/local/etc/couchdb/local.ini"]]},
  72. {'EXIT',
  73. {{badmatch,{error,shutdown}},
  74. [{couch_server_sup,start_server,1},
  75. {application_master,start_it_old,4}]}}}}
  76. in function application_master:init/4
  77. ancestors: [<0.31.0>]
  78. messages: [{'EXIT',<0.33.0>,normal}]
  79. links: [<0.31.0>,<0.7.0>]
  80. dictionary: []
  81. trap_exit: true
  82. status: running
  83. heap_size: 610
  84. stack_size: 24
  85. reductions: 98
  86. neighbours:
  87.  
  88. =INFO REPORT==== 9-Feb-2011::18:54:14 ===
  89. application: couch
  90. exited: {bad_return,{{couch_app,start,
  91. [normal,
  92. ["/usr/local/etc/couchdb/default.ini",
  93. "/usr/local/etc/couchdb/local.ini"]]},
  94. {'EXIT',{{badmatch,{error,shutdown}},
  95. [{couch_server_sup,start_server,1},
  96. {application_master,start_it_old,4}]}}}}
  97. type: temporary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement