Advertisement
Guest User

juju -v status

a guest
Jan 9th, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. juju -v status
  2. 2012-01-09 18:00:40,633 DEBUG Initializing juju status runtime
  3. 2012-01-09 18:00:40,660 INFO Connecting to environment.
  4. 2012-01-09 18:00:40,660 DEBUG Spawning SSH process with remote_user="ubuntu" remote_host="oneiric01.ubuntu.lan" remote_port="2181" local_port="48457".
  5. 2012-01-09 18:00:40,778 ERROR Invalid SSH key
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 388, in errback
  8. self._startRunCallbacks(fail)
  9. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
  10. self._runCallbacks()
  11. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
  12. current.result = callback(current.result, *args, **kw)
  13. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
  14. _inlineCallbacks(r, g, deferred)
  15. --- <exception caught here> ---
  16. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  17. result = result.throwExceptionIntoGenerator(g)
  18. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  19. return g.throw(self.type, self.value, self.tb)
  20. File "/usr/lib/python2.7/dist-packages/juju/control/status.py", line 94, in status
  21. client = yield provider.connect()
  22. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  23. result = result.throwExceptionIntoGenerator(g)
  24. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  25. return g.throw(self.type, self.value, self.tb)
  26. File "/usr/lib/python2.7/dist-packages/juju/providers/common/connect.py", line 33, in run
  27. client = yield self._connect_to_machine(chosen, share)
  28. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
  29. current.result = callback(current.result, *args, **kw)
  30. File "/usr/lib/python2.7/dist-packages/juju/providers/common/connect.py", line 55, in _cannot_connect
  31. % (machine.instance_id, str(failure.value)))
  32. juju.errors.EnvironmentPending: Cannot connect to machine MTMyNjA5NjExMy4xNDg4NzcyNDIuMDUwOTc (perhaps still initializing): Invalid SSH key
  33. 2012-01-09 18:00:40,784 ERROR Traceback (most recent call last):
  34. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 388, in errback
  35. self._startRunCallbacks(fail)
  36. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
  37. self._runCallbacks()
  38. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
  39. current.result = callback(current.result, *args, **kw)
  40. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
  41. _inlineCallbacks(r, g, deferred)
  42. --- <exception caught here> ---
  43. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  44. result = result.throwExceptionIntoGenerator(g)
  45. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  46. return g.throw(self.type, self.value, self.tb)
  47. File "/usr/lib/python2.7/dist-packages/juju/control/status.py", line 94, in status
  48. client = yield provider.connect()
  49. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  50. result = result.throwExceptionIntoGenerator(g)
  51. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  52. return g.throw(self.type, self.value, self.tb)
  53. File "/usr/lib/python2.7/dist-packages/juju/providers/common/connect.py", line 33, in run
  54. client = yield self._connect_to_machine(chosen, share)
  55. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
  56. current.result = callback(current.result, *args, **kw)
  57. File "/usr/lib/python2.7/dist-packages/juju/providers/common/connect.py", line 55, in _cannot_connect
  58. % (machine.instance_id, str(failure.value)))
  59. juju.errors.EnvironmentPending: Cannot connect to machine MTMyNjA5NjExMy4xNDg4NzcyNDIuMDUwOTc (perhaps still initializing): Invalid SSH key
  60.  
  61. Cannot connect to machine MTMyNjA5NjExMy4xNDg4NzcyNDIuMDUwOTc (perhaps still initializing): Invalid SSH key
  62. 2012-01-09 18:00:40,784 ERROR Cannot connect to machine MTMyNjA5NjExMy4xNDg4NzcyNDIuMDUwOTc (perhaps still initializing): Invalid SSH key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement