Advertisement
moozz

juju status -v

Nov 29th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. localadmin@oscs1:~/.juju$ juju -v status | pastebinit
  2. 2011-11-30 12:39:31,104 DEBUG Initializing juju status runtime
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 388, in errback
  5. self._startRunCallbacks(fail)
  6. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
  7. self._runCallbacks()
  8. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
  9. current.result = callback(current.result, *args, **kw)
  10. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
  11. _inlineCallbacks(r, g, deferred)
  12. --- <exception caught here> ---
  13. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  14. result = result.throwExceptionIntoGenerator(g)
  15. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  16. return g.throw(self.type, self.value, self.tb)
  17. File "/usr/lib/python2.7/dist-packages/juju/control/status.py", line 94, in status
  18. client = yield provider.connect()
  19. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  20. result = result.throwExceptionIntoGenerator(g)
  21. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  22. return g.throw(self.type, self.value, self.tb)
  23. File "/usr/lib/python2.7/dist-packages/juju/providers/common/connect.py", line 31, in run
  24. candidates = yield self._provider.get_zookeeper_machines()
  25. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
  26. result = g.send(result)
  27. File "/usr/lib/python2.7/dist-packages/juju/providers/common/findzookeepers.py", line 24, in find_zookeepers
  28. _require(state)
  29. File "/usr/lib/python2.7/dist-packages/juju/providers/common/findzookeepers.py", line 8, in _require
  30. raise EnvironmentNotFound("is the environment bootstrapped?")
  31. juju.errors.EnvironmentNotFound: juju environment not found: is the environment bootstrapped?
  32. 2011-11-30 12:39:31,134 ERROR Traceback (most recent call last):
  33. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 388, in errback
  34. self._startRunCallbacks(fail)
  35. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
  36. self._runCallbacks()
  37. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
  38. current.result = callback(current.result, *args, **kw)
  39. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
  40. _inlineCallbacks(r, g, deferred)
  41. --- <exception caught here> ---
  42. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  43. result = result.throwExceptionIntoGenerator(g)
  44. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  45. return g.throw(self.type, self.value, self.tb)
  46. File "/usr/lib/python2.7/dist-packages/juju/control/status.py", line 94, in status
  47. client = yield provider.connect()
  48. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
  49. result = result.throwExceptionIntoGenerator(g)
  50. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 350, in throwExceptionIntoGenerator
  51. return g.throw(self.type, self.value, self.tb)
  52. File "/usr/lib/python2.7/dist-packages/juju/providers/common/connect.py", line 31, in run
  53. candidates = yield self._provider.get_zookeeper_machines()
  54. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
  55. result = g.send(result)
  56. File "/usr/lib/python2.7/dist-packages/juju/providers/common/findzookeepers.py", line 24, in find_zookeepers
  57. _require(state)
  58. File "/usr/lib/python2.7/dist-packages/juju/providers/common/findzookeepers.py", line 8, in _require
  59. raise EnvironmentNotFound("is the environment bootstrapped?")
  60. juju.errors.EnvironmentNotFound: juju environment not found: is the environment bootstrapped?
  61.  
  62. juju environment not found: is the environment bootstrapped?
  63. 2011-11-30 12:39:31,134 ERROR juju environment not found: is the environment bootstrapped?
  64. You are trying to send an empty document, exiting.
  65. localadmin@oscs1:~/.juju$
  66.  
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement