Guest User

Untitled

a guest
Nov 15th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. W, [2015-12-08T15:38:01.993251 #37405] WARN -- #<Bunny::Session:0x7fe07b894f78 guest@localhost:5672, vhost=/dev_prod, addresses=[localhost:5672]>: An empty frame was received while opening the connection. In RabbitMQ <= 3.1 this could mean an authentication issue.
  2.  
  3. .../.rvm/gems/ruby-2.1.2/gems/bunny-2.2.0/lib/bunny/session.rb:315:in `rescue in start': Could not establish TCP connection to any of the configured hosts (Bunny::TCPConnectionFailedForAllHosts)
  4.  
  5. conn = Bunny.new(host: 'localhost',
  6. port: '5672',
  7. vhost: '/',
  8. user: 'guest',
  9. pass: 'guest')
  10. conn.start
Add Comment
Please, Sign In to add comment