Advertisement
luciferchn

child cell error log

Mar 10th, 2014
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. 2014-03-11 03:43:27.261 2050 ERROR nova.cells.messaging [-] Failed to send message to cell: Cell 'zctrl'
  2. (not_me): 'module' object has no attribute 'fanout_cast_to_server'
  3. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging Traceback (most recent call last):
  4. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  5. lls/messaging.py", line 438, in process
  6. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging next_hop.send_message(self)
  7. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  8. lls/state.py", line 110, in send_message
  9. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging self.driver.send_message_to_cell(self, messa
  10. ge)
  11. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  12. lls/rpc_driver.py", line 108, in send_message_to_cell
  13. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging self.intercell_rpcapi.send_message_to_cell(c
  14. ell_state, message)
  15. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/ce
  16. lls/rpc_driver.py", line 160, in send_message_to_cell
  17. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging message=message.to_json())
  18. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/rp
  19. cclient.py", line 82, in cast
  20. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging self._invoke(caster, ctxt, method, **kwargs)
  21. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/rp
  22. cclient.py", line 63, in _invoke
  23. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging return cast_or_call(ctxt, msg, **self.kwargs
  24. )
  25. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/rp
  26. cclient.py", line 73, in cast_to_server
  27. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging ctxt, self.server_params, msg, **kwargs)
  28. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/op
  29. enstack/common/rpc/proxy.py", line 226, in fanout_cast_to_server
  30. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging self._get_topic(topic), msg)
  31. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging File "/usr/lib/python2.6/site-packages/nova/op
  32. enstack/common/rpc/__init__.py", line 270, in fanout_cast_to_server
  33. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging return _get_impl().fanout_cast_to_server(CON
  34. F, context, server_params,
  35. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging AttributeError: 'module' object has no attribute
  36. 'fanout_cast_to_server'
  37. 2014-03-11 03:43:27.261 2050 TRACE nova.cells.messaging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement