Advertisement
Guest User

Untitled

a guest
Oct 24th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. 2011-10-24 11:11:21,848 DEBUG nova.utils [-] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from (pid=3416) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:450
  2. 2011-10-24 11:11:21,851 INFO nova.db.sqlalchemy [-] Using mysql/eventlet db_pool.
  3.  
  4.  
  5.  
  6.  
  7.  
  8. 2011-10-24 11:11:26,860 CRITICAL nova [-]
  9. (nova): TRACE: Traceback (most recent call last):
  10. (nova): TRACE: File "/usr/bin/nova-manage", line 2141, in <module>
  11. (nova): TRACE: main()
  12. (nova): TRACE: File "/usr/bin/nova-manage", line 2129, in main
  13. (nova): TRACE: fn(*fn_args, **fn_kwargs)
  14. (nova): TRACE: File "/usr/bin/nova-manage", line 1126, in list
  15. (nova): TRACE: services = db.service_get_all(ctxt)
  16. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/nova/db/api.py", line 94, in service_get_all
  17. (nova): TRACE: return IMPL.service_get_all(context, disabled)
  18. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py", line 101, in wrapper
  19. (nova): TRACE: return f(*args, **kwargs)
  20. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py", line 186, in service_get_all
  21. (nova): TRACE: session = get_session()
  22. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/session.py", line 53, in get_session
  23. (nova): TRACE: _ENGINE = get_engine()
  24. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/session.py", line 87, in get_engine
  25. (nova): TRACE: creator = eventlet.db_pool.ConnectionPool(MySQLdb, **pool_args)
  26. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/db_pool.py", line 50, in __init__
  27. (nova): TRACE: order_as_stack=True)
  28. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/pools.py", line 108, in __init__
  29. (nova): TRACE: self.free_items.append(self.create())
  30. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/db_pool.py", line 246, in create
  31. (nova): TRACE: **self._kwargs)
  32. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/db_pool.py", line 253, in connect
  33. (nova): TRACE: conn = tpool.execute(db_module.connect, *args, **kw)
  34. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 119, in execute
  35. (nova): TRACE: rv = e.wait()
  36. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
  37. (nova): TRACE: return hubs.get_hub().switch()
  38. (nova): TRACE: File "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  39. (nova): TRACE: return self.greenlet.switch()
  40. (nova): TRACE: ConnectTimeout
  41. (nova): TRACE:
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement