Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.63 KB | None | 0 0
  1. 2010-11-18 19:56:21-0600 [-] (root): ERROR Failed to fetch message from queue
  2. 2010-11-18 19:56:21-0600 [-] Traceback (most recent call last):
  3. 2010-11-18 19:56:21-0600 [-]   File "/home/jkearney/openstack/lp661472/nova/rpc.py", line 113, in fetch
  4. 2010-11-18 19:56:21-0600 [-]     super(Consumer, self).fetch(no_ack, auto_ack, enable_callbacks)
  5. 2010-11-18 19:56:21-0600 [-]   File "/usr/lib/pymodules/python2.6/carrot/messaging.py", line 303, in fetch
  6. 2010-11-18 19:56:21-0600 [-]     message = self.backend.get(self.queue, no_ack=no_ack)
  7. 2010-11-18 19:56:21-0600 [-]   File "/usr/lib/pymodules/python2.6/carrot/backends/pyamqplib.py", line 252, in get
  8. 2010-11-18 19:56:21-0600 [-]     raw_message = self.channel.basic_get(queue, no_ack=no_ack)
  9. 2010-11-18 19:56:21-0600 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 2029, in basic_get
  10. 2010-11-18 19:56:21-0600 [-]     self._send_method((60, 70), args)
  11. 2010-11-18 19:56:21-0600 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/abstract_channel.py", line 70, in _send_method
  12. 2010-11-18 19:56:21-0600 [-]     method_sig, args, content)
  13. 2010-11-18 19:56:21-0600 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/method_framing.py", line 233, in write_method
  14. 2010-11-18 19:56:21-0600 [-]     self.dest.write_frame(1, channel, payload)
  15. 2010-11-18 19:56:21-0600 [-]   File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/transport.py", line 125, in write_frame
  16. 2010-11-18 19:56:21-0600 [-]     frame_type, channel, size, payload, 0xce))
  17. 2010-11-18 19:56:21-0600 [-]   File "<string>", line 1, in sendall
  18. 2010-11-18 19:56:21-0600 [-] error: [Errno 32] Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement