Advertisement
luciferchn

top cell error log

Mar 10th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. 2014-03-11 03:20:57.565 4695 ERROR nova.cells.messaging [req-fa5271ca-0051-44b2-b0fb-da94a03ad9cb None N
  2. one] Failed to send message to cell: Cell 'zcell2' (not_me): 'module' object has no attribute 'cast_to_s
  3. erver'
  4. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging Traceback (most recent call last):
  5. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  6. lls/messaging.py", line 438, in process
  7. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging next_hop.send_message(self)
  8. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  9. lls/state.py", line 110, in send_message
  10. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging self.driver.send_message_to_cell(self, messa
  11. ge)
  12. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  13. lls/rpc_driver.py", line 108, in send_message_to_cell
  14. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging self.intercell_rpcapi.send_message_to_cell(c
  15. ell_state, message)
  16. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  17. lls/rpc_driver.py", line 160, in send_message_to_cell
  18. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging message=message.to_json())
  19. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/rp
  20. cclient.py", line 82, in cast
  21. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging self._invoke(caster, ctxt, method, **kwargs)
  22. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/rp
  23. cclient.py", line 63, in _invoke
  24. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging return cast_or_call(ctxt, msg, **self.kwargs
  25. )
  26. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/rp
  27. cclient.py", line 76, in cast_to_server
  28. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging ctxt, self.server_params, msg, **kwargs)
  29. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/op
  30. enstack/common/rpc/proxy.py", line 206, in cast_to_server
  31. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging rpc.cast_to_server(context, server_params, s
  32. elf._get_topic(topic), msg)
  33. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/op
  34. enstack/common/rpc/__init__.py", line 254, in cast_to_server
  35. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging return _get_impl().cast_to_server(CONF, cont
  36. ext, server_params, topic,
  37. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging AttributeError: 'module' object has no attribute
  38. 'cast_to_server'
  39. 2014-03-11 03:20:57.565 4695 TRACE nova.cells.messaging
  40. 2014-03-11 03:20:57.566 4695 DEBUG nova.service [req-fa5271ca-0051-44b2-b0fb-da94a03ad9cb None None] Joi
  41. n ServiceGroup membership for this service cells start /usr/lib/python2.6/site-packages/nova/service.py:
  42. 189
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement