ichundu

outward_rabbitmq_docker_log

Jun 24th, 2020
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. ++ cat /run_command
  2. + CMD=/usr/sbin/rabbitmq-server
  3. + ARGS=
  4. + sudo kolla_copy_cacerts
  5. + [[ ! -n '' ]]
  6. + . kolla_extend_start
  7. ++ : /var/log/kolla/outward_rabbitmq
  8. ++ [[ -n '' ]]
  9. ++ [[ ! -d /var/log/kolla/outward_rabbitmq ]]
  10. +++ stat -c %a /var/log/kolla/outward_rabbitmq
  11. ++ [[ 2755 != \7\5\5 ]]
  12. ++ chmod 755 /var/log/kolla/outward_rabbitmq
  13. + echo 'Running command: '\''/usr/sbin/rabbitmq-server'\'''
  14. + exec /usr/sbin/rabbitmq-server
  15. Running command: '/usr/sbin/rabbitmq-server'
  16.  
  17.   ##  ##      RabbitMQ 3.8.5
  18.   ##  ##
  19.   ##########  Copyright (c) 2007-2020 VMware, Inc. or its affiliates.
  20.   ######  ##
  21.   ##########  Licensed under the MPL 1.1. Website: https://rabbitmq.com
  22.  
  23.   Doc guides: https://rabbitmq.com/documentation.html
  24.   Support:    https://rabbitmq.com/contact.html
  25.   Tutorials:  https://rabbitmq.com/getstarted.html
  26.   Monitoring: https://rabbitmq.com/monitoring.html
  27.  
  28.   Logs: /var/log/kolla/outward_rabbitmq/rabbit@os-controller01.log
  29.         /var/log/kolla/outward_rabbitmq/rabbit@os-controller01_upgrade.log
  30.  
  31.   Config file(s): /etc/rabbitmq/rabbitmq.conf
  32.  
  33.  
  34. BOOT FAILED
  35. ===========
  36. Error during startup: {error,
  37.                        {rabbitmq_prometheus,
  38.                         {bad_return,
  39.                          {{rabbit_prometheus_app,start,[normal,[]]},
  40.                           {'EXIT',
  41.                            {{could_not_start_listener,
  42.                              [{cowboy_opts,[{sendfile,false}]},
  43.                               {port,15692},
  44.                               {protocol,'http/prometheus'}],
  45.                              {shutdown,
  46.                               {failed_to_start_child,ranch_acceptors_sup,
  47.                                {listen_error,rabbit_web_dispatch_sup_15692,
  48.                                 eaddrinuse}}}},
  49.                             {gen_server,call,
  50.                              [rabbit_web_dispatch_registry,
  51.                               {add,rabbitmq_prometheus_tcp,
  52.                                [{cowboy_opts,[{sendfile,false}]},
  53.                                 {port,15692},
  54.                                 {protocol,'http/prometheus'}],
  55.                                #Fun<rabbit_web_dispatch.0.73002970>,
  56.                                [{'_',[],
  57.                                  [{[<<"metrics">>],
  58.                                    [],rabbit_prometheus_handler,[]},
  59.                                   {[<<"metrics">>,registry],
  60.                                    [],rabbit_prometheus_handler,[]}]}],
  61.                                {[],"RabbitMQ Prometheus"}},
  62.                               infinity]}}}}}}}
  63.  
  64.   Starting broker...{"init terminating in do_boot",{error,{rabbitmq_prometheus,{bad_return,{{rabbit_prometheus_app,start,[normal,[]]},{'EXIT',{{could_not_start_listener,[{cowboy_opts,[{sendfile,false}]},{port,15692},{protocol,'http/prometheus'}],{shutdown,{failed_to_start_child,ranch_acceptors_sup,{listen_error,rabbit_web_dispatch_sup_15692,eaddrinuse}}}},{gen_server,call,[rabbit_web_dispatch_registry,{add,rabbitmq_prometheus_tcp,[{cowboy_opts,[{sendfile,false}]},{port,15692},{protocol,'http/prometheus'}],#Fun<rabbit_web_dispatch.0.73002970>,[{'_',[],[{[<<"metrics">>],[],rabbit_prometheus_handler,[]},{[<<"metrics">>,registry],[],rabbit_prometheus_handler,[]}]}],{[],"RabbitMQ Prometheus"}},infinity]}}}}}}}}
  65. init terminating in do_boot ({error,{rabbitmq_prometheus,{bad_return,{{_},{_}}}}})
  66.  
  67. Crash dump is being written to: /var/log/kolla/outward_rabbitmq/erl_crash.dump...done
Add Comment
Please, Sign In to add comment