Advertisement
phucvdb

nova-manage.log

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