Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. sagar@sagar-esx1:~/devstack/logs/screen$ screen -r
  2. service.wait()
  3. File "/usr/local/lib/python2.7/dist-packages/eventlet-0.12.1-py2.7.egg/eventlet/greenthread.py", line 168, in wait
  4. return self._exit_event.wait()
  5. File "/usr/local/lib/python2.7/dist-packages/eventlet-0.12.1-py2.7.egg/eventlet/event.py", line 116, in wait
  6. return hubs.get_hub().switch()
  7. File "/usr/local/lib/python2.7/dist-packages/eventlet-0.12.1-py2.7.egg/eventlet/hubs/hub.py", line 187, in switch
  8. return self.greenlet.switch()
  9. File "/usr/local/lib/python2.7/dist-packages/eventlet-0.12.1-py2.7.egg/eventlet/greenthread.py", line 194, in main
  10. result = function(*args, **kwargs)
  11. File "/opt/stack/nova/nova/service.py", line 147, in run_server
  12. server.start()
  13. File "/opt/stack/nova/nova/service.py", line 429, in start
  14. self.manager.init_host()
  15. File "/opt/stack/nova/nova/network/manager.py", line 1600, in init_host
  16. networks = self.db.network_get_all_by_host(ctxt, self.host)
  17. File "/opt/stack/nova/nova/db/api.py", line 863, in network_get_all_by_host
  18. return IMPL.network_get_all_by_host(context, host)
  19. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 96, in wrapper
  20. return f(*args, **kwargs)
  21. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 2270, in network_get_all_by_host
  22. session = get_session()
  23. File "/opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py", line 325, in get_session
  24. engine = get_engine()
  25. File "/opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py", line 446, in get_engine
  26. _ENGINE = create_engine(CONF.sql_connection)
  27. File "/opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py", line 505, in create_engine
  28. connection_dict = sqlalchemy.engine.url.make_url(sql_connection)
  29. File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.7.10-py2.7.egg/sqlalchemy/engine/url.py", line 178, in make_url
  30. return _parse_rfc1738_args(name_or_url)
  31. File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.7.10-py2.7.egg/sqlalchemy/engine/url.py", line 219, in _parse_rfc1738_args
  32. "Could not parse rfc1738 URL from string '%s'" % name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement