Advertisement
Guest User

Untitled

a guest
May 10th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 2013-05-10 15:16:29.956 20767 ERROR nova.service [-] Unhandled exception
  2. 2013-05-10 15:16:29.956 20767 TRACE nova.service Traceback (most recent call last):
  3. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/nova/service.py", line 307, in _start_child
  4. 2013-05-10 15:16:29.956 20767 TRACE nova.service self._child_process(wrap.server)
  5. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/nova/service.py", line 284, in _child_process
  6. 2013-05-10 15:16:29.956 20767 TRACE nova.service launcher.run_server(server)
  7. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/nova/service.py", line 148, in run_server
  8. 2013-05-10 15:16:29.956 20767 TRACE nova.service server.wait()
  9. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/nova/service.py", line 666, in wait
  10. 2013-05-10 15:16:29.956 20767 TRACE nova.service self.server.wait()
  11. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/nova/wsgi.py", line 223, in wait
  12. 2013-05-10 15:16:29.956 20767 TRACE nova.service self._server.wait()
  13. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 166, in wait
  14. 2013-05-10 15:16:29.956 20767 TRACE nova.service return self._exit_event.wait()
  15. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
  16. 2013-05-10 15:16:29.956 20767 TRACE nova.service return hubs.get_hub().switch()
  17. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  18. 2013-05-10 15:16:29.956 20767 TRACE nova.service return self.greenlet.switch()
  19. 2013-05-10 15:16:29.956 20767 TRACE nova.service File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 192, in main
  20. 2013-05-10 15:16:29.956 20767 TRACE nova.service result = function(*args, **kwargs)
  21. 2013-05-10 15:16:29.956 20767 TRACE nova.service TypeError: server() got an unexpected keyword argument 'url_length_limit'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement