Advertisement
bogdanbiv

couchdb

Oct 13th, 2011
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.13 KB | None | 0 0
  1. bogdanbiv@desktop07:~$ sudo tail -f /var/log/couchdb/couch.log
  2.       {errorContext,start_error},
  3.       {reason,shutdown},
  4.       {offender,
  5.           [{pid,undefined},
  6.            {name,couch_secondary_services},
  7.            {mfa,{couch_server_sup,start_secondary_services,[]}},
  8.            {restart_type,permanent},
  9.            {shutdown,infinity},
  10.            {child_type,supervisor}]}]}}
  11.  
  12. [Fri, 14 Oct 2011 03:45:53 GMT] [error] [<0.87.0>] {error_report,<0.32.0>,
  13.               {<0.87.0>,supervisor_report,
  14.                [{supervisor,{local,couch_secondary_services}},
  15.                 {errorContext,start_error},
  16.                 {reason,{'EXIT',{{badmatch,{error,einval}},
  17.                                  [{mochiweb_socket_server,parse_options,2},
  18.                                   {mochiweb_socket_server,start,1},
  19.                                   {couch_httpd,start_link,0},
  20.                                   {supervisor,do_start_child,2},
  21.                                   {supervisor,start_children,3},
  22.                                   {supervisor,init_children,2},
  23.                                   {gen_server,init_it,6},
  24.                                   {proc_lib,init_p_do_apply,3}]}}},
  25.                 {offender,[{pid,undefined},
  26.                            {name,httpd},
  27.                            {mfa,{couch_httpd,start_link,[]}},
  28.                            {restart_type,permanent},
  29.                            {shutdown,1000},
  30.                            {child_type,worker}]}]}}
  31.  
  32. [Fri, 14 Oct 2011 03:45:53 GMT] [error] [<0.79.0>] {error_report,<0.32.0>,
  33.     {<0.79.0>,supervisor_report,
  34.      [{supervisor,{local,couch_server_sup}},
  35.       {errorContext,start_error},
  36.       {reason,shutdown},
  37.       {offender,
  38.           [{pid,undefined},
  39.            {name,couch_secondary_services},
  40.            {mfa,{couch_server_sup,start_secondary_services,[]}},
  41.            {restart_type,permanent},
  42.            {shutdown,infinity},
  43.            {child_type,supervisor}]}]}}
  44.  
  45.  
  46. [Fri, 14 Oct 2011 03:47:38 GMT] [error] [<0.87.0>] {error_report,<0.32.0>,
  47.               {<0.87.0>,supervisor_report,
  48.                [{supervisor,{local,couch_secondary_services}},
  49.                 {errorContext,start_error},
  50.                 {reason,{'EXIT',{{badmatch,{error,einval}},
  51.                                  [{mochiweb_socket_server,parse_options,2},
  52.                                   {mochiweb_socket_server,start,1},
  53.                                   {couch_httpd,start_link,0},
  54.                                   {supervisor,do_start_child,2},
  55.                                   {supervisor,start_children,3},
  56.                                   {supervisor,init_children,2},
  57.                                   {gen_server,init_it,6},
  58.                                   {proc_lib,init_p_do_apply,3}]}}},
  59.                 {offender,[{pid,undefined},
  60.                            {name,httpd},
  61.                            {mfa,{couch_httpd,start_link,[]}},
  62.                            {restart_type,permanent},
  63.                            {shutdown,1000},
  64.                            {child_type,worker}]}]}}
  65.  
  66. [Fri, 14 Oct 2011 03:47:38 GMT] [error] [<0.79.0>] {error_report,<0.32.0>,
  67.     {<0.79.0>,supervisor_report,
  68.      [{supervisor,{local,couch_server_sup}},
  69.       {errorContext,start_error},
  70.       {reason,shutdown},
  71.       {offender,
  72.           [{pid,undefined},
  73.            {name,couch_secondary_services},
  74.            {mfa,{couch_server_sup,start_secondary_services,[]}},
  75.            {restart_type,permanent},
  76.            {shutdown,infinity},
  77.            {child_type,supervisor}]}]}}
  78.  
  79. :
  80. :q!
  81. [Fri, 14 Oct 2011 03:51:28 GMT] [error] [<0.87.0>] {error_report,<0.32.0>,
  82.               {<0.87.0>,supervisor_report,
  83.                [{supervisor,{local,couch_secondary_services}},
  84.                 {errorContext,start_error},
  85.                 {reason,{'EXIT',{{badmatch,{error,einval}},
  86.                                  [{mochiweb_socket_server,parse_options,2},
  87.                                   {mochiweb_socket_server,start,1},
  88.                                   {couch_httpd,start_link,0},
  89.                                   {supervisor,do_start_child,2},
  90.                                   {supervisor,start_children,3},
  91.                                   {supervisor,init_children,2},
  92.                                   {gen_server,init_it,6},
  93.                                   {proc_lib,init_p_do_apply,3}]}}},
  94.                 {offender,[{pid,undefined},
  95.                            {name,httpd},
  96.                            {mfa,{couch_httpd,start_link,[]}},
  97.                            {restart_type,permanent},
  98.                            {shutdown,1000},
  99.                            {child_type,worker}]}]}}
  100.  
  101. [Fri, 14 Oct 2011 03:51:28 GMT] [error] [<0.79.0>] {error_report,<0.32.0>,
  102.     {<0.79.0>,supervisor_report,
  103.      [{supervisor,{local,couch_server_sup}},
  104.       {errorContext,start_error},
  105.       {reason,shutdown},
  106.       {offender,
  107.           [{pid,undefined},
  108.            {name,couch_secondary_services},
  109.            {mfa,{couch_server_sup,start_secondary_services,[]}},
  110.            {restart_type,permanent},
  111.            {shutdown,infinity},
  112.            {child_type,supervisor}]}]}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement