Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created February 17, 2017 22:15
Show Gist options
  • Save IanVaughan/49ad97be16dc7a9d2092e2a1f347b8b3 to your computer and use it in GitHub Desktop.
Save IanVaughan/49ad97be16dc7a9d2092e2a1f347b8b3 to your computer and use it in GitHub Desktop.
bunny errors
E, [2017-02-17T14:12:18.860398 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: Exception in the reader loop: AMQ::Protocol::EmptyResponseError: Empty response received from the server.
E, [2017-02-17T14:12:18.860486 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: Backtrace:
E, [2017-02-17T14:12:18.860537 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: /srv/www/quiqup_api/shared/bundle/ruby/2.3.0/gems/amq-protocol-2.1.0/lib/amq/protocol/frame.rb:60:in `decode_header'
E, [2017-02-17T14:12:18.860580 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: /srv/www/quiqup_api/shared/bundle/ruby/2.3.0/gems/bunny-2.6.3/lib/bunny/transport.rb:245:in `read_next_frame'
E, [2017-02-17T14:12:18.860609 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: /srv/www/quiqup_api/shared/bundle/ruby/2.3.0/gems/bunny-2.6.3/lib/bunny/reader_loop.rb:68:in `run_once'
E, [2017-02-17T14:12:18.860650 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: /srv/www/quiqup_api/shared/bundle/ruby/2.3.0/gems/bunny-2.6.3/lib/bunny/reader_loop.rb:35:in `block in run_loop'
E, [2017-02-17T14:12:18.860679 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: /srv/www/quiqup_api/shared/bundle/ruby/2.3.0/gems/bunny-2.6.3/lib/bunny/reader_loop.rb:32:in `loop'
E, [2017-02-17T14:12:18.860710 #16633] ERROR -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: /srv/www/quiqup_api/shared/bundle/ruby/2.3.0/gems/bunny-2.6.3/lib/bunny/reader_loop.rb:32:in `run_loop'
W, [2017-02-17T14:12:18.860750 #16633] WARN -- #<Bunny::Session:0x4cf46b8 user@server.com:5672, vhost=core, addresses=[server.com:5672]>: Recovering from a network failure...
Sent protocol preamble
Sent connection.start-ok
Heartbeat interval negotiation: client = server, server = 60, result = 60
Heartbeat interval used (in seconds): 60
Sent connection.tune-ok with heartbeat interval = 60, frame_max = 131072, channel_max = 65535
Sent connection.open with vhost = core
Initializing heartbeat sender...
Session#handle_frame on 1: #<AMQ::Protocol::Channel::OpenOk:0x00000013bb5810 @channel_id="">
Session#handle_frame on 1: #<AMQ::Protocol::Exchange::DeclareOk:0x00000013bb49d8>
Channel#handle_frame on channel 1: #<AMQ::Protocol::Exchange::DeclareOk:0x00000013bb49d8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment