Advertisement
damion

nova-scheduler.log

Jul 25th, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  INFO nova.openstack.common.rpc.impl_qpid [req-0050d16c-a493-400c-a572-84d3500690b9 None None] Connected to AMQP server on 192.168.155.35:5672
  2.  9128 CRITICAL nova [-] error in options: link: durable: true is not a bool
  3.  9128 TRACE nova Traceback (most recent call last):
  4.  9128 TRACE nova   File "/usr/bin/nova-scheduler", line 56, in <module>
  5.  9128 TRACE nova     service.wait()
  6.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/service.py", line 689, in wait
  7.  9128 TRACE nova     _launcher.wait()
  8.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/service.py", line 209, in wait
  9.  9128 TRACE nova     super(ServiceLauncher, self).wait()
  10.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/service.py", line 179, in wait
  11.  9128 TRACE nova     service.wait()
  12.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/eventlet/greenthread.py", line 166, in wait
  13.  9128 TRACE nova     return self._exit_event.wait()
  14.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/eventlet/event.py", line 116, in wait
  15.  9128 TRACE nova     return hubs.get_hub().switch()
  16.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 177, in switch
  17.  9128 TRACE nova     return self.greenlet.switch()
  18.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/eventlet/greenthread.py", line 192, in main
  19.  9128 TRACE nova     result = function(*args, **kwargs)
  20.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/service.py", line 147, in run_server
  21.  9128 TRACE nova     server.start()
  22.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/service.py", line 451, in start
  23.  9128 TRACE nova     self.conn.create_consumer(self.topic, rpc_dispatcher, fanout=False)
  24.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py", line 163, in create_consumer
  25.  9128 TRACE nova     self.connection.create_consumer(topic, proxy, fanout)
  26.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/impl_qpid.py", line 543, in create_consumer
  27.  9128 TRACE nova     consumer = TopicConsumer(self.conf, self.session, topic, proxy_cb)
  28.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/impl_qpid.py", line 176, in __init__
  29.  9128 TRACE nova     {}, name or topic, {})
  30.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/impl_qpid.py", line 118, in __init__
  31.  9128 TRACE nova     self.reconnect(session)
  32.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/impl_qpid.py", line 123, in reconnect
  33.  9128 TRACE nova     self.receiver = session.receiver(self.address)
  34.  9128 TRACE nova   File "<string>", line 6, in receiver
  35.  9128 TRACE nova   File "/usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py", line 603, in receiver
  36.  9128 TRACE nova     raise e
  37.  9128 TRACE nova InvalidOption: error in options: link: durable: true is not a bool
  38.  9128 TRACE nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement