Advertisement
Guest User

Untitled

a guest
Dec 28th, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. 2011-12-28 10:47:33,164 INFO nova.rpc [-] Connected to AMQP server on asmvip.melicloud.com:5672
  2. 2011-12-28 10:47:33,165 DEBUG nova [-] Creating Consumer connection for Service compute from (pid=7470) start /usr/lib/python2.6/dist-packages/nova/service.py:153
  3. 2011-12-28 10:47:33,174 CRITICAL nova [-] (406, u"PRECONDITION_FAILED - cannot redeclare exchange 'compute_fanout' in vhost '/' with different type, durable or autodelete value", (40, 10), 'Channel.exchange_declare')
  4. (nova): TRACE: Traceback (most recent call last):
  5. (nova): TRACE: File "/usr/bin/nova-compute", line 49, in <module>
  6. (nova): TRACE: service.wait()
  7. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/service.py", line 357, in wait
  8. (nova): TRACE: _launcher.wait()
  9. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/service.py", line 107, in wait
  10. (nova): TRACE: service.wait()
  11. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 166, in wait
  12. (nova): TRACE: return self._exit_event.wait()
  13. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/event.py", line 116, in wait
  14. (nova): TRACE: return hubs.get_hub().switch()
  15. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  16. (nova): TRACE: return self.greenlet.switch()
  17. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 192, in main
  18. (nova): TRACE: result = function(*args, **kwargs)
  19. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/service.py", line 77, in run_server
  20. (nova): TRACE: server.start()
  21. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/service.py", line 161, in start
  22. (nova): TRACE: self.conn.create_consumer(self.topic, self, fanout=True)
  23. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_kombu.py", line 494, in create_consumer
  24. (nova): TRACE: self.declare_fanout_consumer(topic, ProxyCallback(proxy))
  25. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_kombu.py", line 457, in declare_fanout_consumer
  26. (nova): TRACE: self.declare_consumer(FanoutConsumer, topic, callback)
  27. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_kombu.py", line 394, in declare_consumer
  28. (nova): TRACE: self.consumer_num.next())
  29. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_kombu.py", line 210, in __init__
  30. (nova): TRACE: **options)
  31. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_kombu.py", line 61, in __init__
  32. (nova): TRACE: self.reconnect(channel)
  33. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_kombu.py", line 68, in reconnect
  34. (nova): TRACE: self.queue.declare()
  35. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/kombu/entity.py", line 359, in declare
  36. (nova): TRACE: return (self.name and self.exchange.declare(nowait),
  37. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/kombu/entity.py", line 151, in declare
  38. (nova): TRACE: nowait=nowait)
  39. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/kombu/syn.py", line 14, in blocking
  40. (nova): TRACE: return __sync_current(fun, *args, **kwargs)
  41. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/kombu/syn.py", line 40, in __eblocking__
  42. (nova): TRACE: return spawn(fun, *args, **kwargs).wait()
  43. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 166, in wait
  44. (nova): TRACE: return self._exit_event.wait()
  45. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/event.py", line 116, in wait
  46. (nova): TRACE: return hubs.get_hub().switch()
  47. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  48. (nova): TRACE: return self.greenlet.switch()
  49. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 192, in main
  50. (nova): TRACE: result = function(*args, **kwargs)
  51. (nova): TRACE: File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 843, in exchange_declare
  52. (nova): TRACE: (40, 11), # Channel.exchange_declare_ok
  53. (nova): TRACE: File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/abstract_channel.py", line 105, in wait
  54. (nova): TRACE: return amqp_method(self, args)
  55. (nova): TRACE: File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/channel.py", line 273, in _close
  56. (nova): TRACE: (class_id, method_id))
  57. (nova): TRACE: AMQPChannelException: (406, u"PRECONDITION_FAILED - cannot redeclare exchange 'compute_fanout' in vhost '/' with different type, durable or autodelete value", (40, 10), 'Channel.exchange_declare')
  58. (nova): TRACE:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement