Advertisement
Guest User

nova-compute startup error

a guest
Nov 8th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. 2011-11-08 11:54:33,290 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')
  2. (nova): TRACE: Traceback (most recent call last):
  3. (nova): TRACE: File "/home/rohit/nova/bin/nova-compute", line 49, in <module>
  4. (nova): TRACE: service.wait()
  5. (nova): TRACE: File "/home/rohit/nova/nova/service.py", line 385, in wait
  6. (nova): TRACE: _launcher.wait()
  7. (nova): TRACE: File "/home/rohit/nova/nova/service.py", line 111, in wait
  8. (nova): TRACE: service.wait()
  9. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 166, in wait
  10. (nova): TRACE: return self._exit_event.wait()
  11. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/event.py", line 116, in wait
  12. (nova): TRACE: return hubs.get_hub().switch()
  13. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  14. (nova): TRACE: return self.greenlet.switch()
  15. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 192, in main
  16. (nova): TRACE: result = function(*args, **kwargs)
  17. (nova): TRACE: File "/home/rohit/nova/nova/service.py", line 81, in run_server
  18. (nova): TRACE: server.start()
  19. (nova): TRACE: File "/home/rohit/nova/nova/service.py", line 165, in start
  20. (nova): TRACE: self.conn.create_consumer(self.topic, self, fanout=True)
  21. (nova): TRACE: File "/home/rohit/nova/nova/rpc/impl_kombu.py", line 494, in create_consumer
  22. (nova): TRACE: self.declare_fanout_consumer(topic, ProxyCallback(proxy))
  23. (nova): TRACE: File "/home/rohit/nova/nova/rpc/impl_kombu.py", line 457, in declare_fanout_consumer
  24. (nova): TRACE: self.declare_consumer(FanoutConsumer, topic, callback)
  25. (nova): TRACE: File "/home/rohit/nova/nova/rpc/impl_kombu.py", line 394, in declare_consumer
  26. (nova): TRACE: self.consumer_num.next())
  27. (nova): TRACE: File "/home/rohit/nova/nova/rpc/impl_kombu.py", line 210, in __init__
  28. (nova): TRACE: **options)
  29. (nova): TRACE: File "/home/rohit/nova/nova/rpc/impl_kombu.py", line 61, in __init__
  30. (nova): TRACE: self.reconnect(channel)
  31. (nova): TRACE: File "/home/rohit/nova/nova/rpc/impl_kombu.py", line 68, in reconnect
  32. (nova): TRACE: self.queue.declare()
  33. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/kombu/entity.py", line 380, in declare
  34. (nova): TRACE: self.exchange.declare(nowait)
  35. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/kombu/entity.py", line 154, in declare
  36. (nova): TRACE: nowait=nowait)
  37. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/kombu/syn.py", line 23, in blocking
  38. (nova): TRACE: return __sync_current(fun, *args, **kwargs)
  39. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/kombu/syn.py", line 49, in __eblocking__
  40. (nova): TRACE: return spawn(fun, *args, **kwargs).wait()
  41. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 166, in wait
  42. (nova): TRACE: return self._exit_event.wait()
  43. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/event.py", line 116, in wait
  44. (nova): TRACE: return hubs.get_hub().switch()
  45. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  46. (nova): TRACE: return self.greenlet.switch()
  47. (nova): TRACE: File "/usr/lib/python2.6/dist-packages/eventlet/greenthread.py", line 192, in main
  48. (nova): TRACE: result = function(*args, **kwargs)
  49. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/channel.py", line 843, in exchange_declare
  50. (nova): TRACE: (40, 11), # Channel.exchange_declare_ok
  51. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/abstract_channel.py", line 97, in wait
  52. (nova): TRACE: return self.dispatch_method(method_sig, args, content)
  53. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/amqplib/client_0_8/abstract_channel.py", line 115, in dispatch_method
  54. (nova): TRACE: return amqp_method(self, args)
  55. (nova): TRACE: File "/usr/local/lib/python2.6/dist-packages/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:
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement