Skip to content

Instantly share code, notes, and snippets.

@BarthV
Created March 5, 2015 11:16
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 BarthV/c8c6bb83989a2da404b6 to your computer and use it in GitHub Desktop.
Save BarthV/c8c6bb83989a2da404b6 to your computer and use it in GitHub Desktop.
RabbitMQ node 4 startint log
=INFO REPORT==== 5-Mar-2015::11:04:29 ===
Stopped RabbitMQ application
=INFO REPORT==== 5-Mar-2015::11:04:31 ===
Resetting Rabbit
=INFO REPORT==== 5-Mar-2015::11:06:29 ===
Starting RabbitMQ 3.4.4 on Erlang R14B04
Copyright (C) 2007-2014 GoPivotal, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 5-Mar-2015::11:06:29 ===
node : rabbit@rabbit4
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : sSZxjY3Kv/yi/dXqo2scmw==
log : /var/log/rabbitmq/rabbit@rabbit4.log
sasl log : /var/log/rabbitmq/rabbit@rabbit4-sasl.log
database dir : /var/lib/rabbitmq/mnesia/rabbit@rabbit4
=INFO REPORT==== 5-Mar-2015::11:06:29 ===
Limiting to approx 924 file handles (829 sockets)
=INFO REPORT==== 5-Mar-2015::11:06:29 ===
Node 'rabbit@rabbit1' selected for auto-clustering
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
Memory limit set to 6414MB of 16035MB total.
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
Disk free limit set to 50MB
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index
=WARNING REPORT==== 5-Mar-2015::11:06:30 ===
msg_store_persistent: rebuilding indices from scratch
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
started TCP Listener on [::]:5672
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
rabbit on node rabbit@rabbit2 up
=ERROR REPORT==== 5-Mar-2015::11:06:30 ===
The installed version of Erlang (R14B04) contains the bug OTP-10905,
which makes it impossible to disable SSLv3. This makes the system
vulnerable to the POODLE attack. SSL listeners for HTTP have therefore
been disabled.
You are advised to upgrade to a recent Erlang version; R16B01 is the
first version in which this bug is fixed, but later is usually
better.
If you cannot upgrade now and want to re-enable SSL listeners, you can
set the config item 'ssl_allow_poodle_attack' to 'true' in the
'rabbit' section of your configuration file.
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
Management plugin started. Port: 15671
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
Server startup complete; 7 plugins started.
* rabbitmq_management_visualiser
* rabbitmq_management
* rabbitmq_management_agent
* rabbitmq_web_dispatch
* webmachine
* mochiweb
* amqp_client
=INFO REPORT==== 5-Mar-2015::11:06:30 ===
rabbit on node rabbit@rabbit1 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment