Advertisement
Guest User

Untitled

a guest
May 30th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. eric@maas-master:~$ juju -v bootstrap
  2. 2013-05-30 16:03:02,588 DEBUG Initializing juju bootstrap runtime
  3. 2013-05-30 16:03:03,198 INFO Bootstrapping environment 'maas' (origin: distro type: maas)...
  4. 2013-05-30 16:03:03,786 DEBUG Verifying writable storage
  5. 2013-05-30 16:03:04,389 DEBUG Launching juju bootstrap instance.
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 422, in errback
  8. self._startRunCallbacks(fail)
  9. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 489, in _startRunCallbacks
  10. self._runCallbacks()
  11. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 576, in _runCallbacks
  12. current.result = callback(current.result, *args, **kw)
  13. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1127, in gotResult
  14. _inlineCallbacks(r, g, deferred)
  15. --- <exception caught here> ---
  16. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  17. result = result.throwExceptionIntoGenerator(g)
  18. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  19. return g.throw(self.type, self.value, self.tb)
  20. File "/usr/lib/python2.7/dist-packages/juju/control/bootstrap.py", line 39, in command
  21. yield provider.bootstrap(constraints)
  22. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  23. result = result.throwExceptionIntoGenerator(g)
  24. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  25. return g.throw(self.type, self.value, self.tb)
  26. File "/usr/lib/python2.7/dist-packages/juju/providers/common/bootstrap.py", line 57, in _launch_machine
  27. {"machine-id": "0", "constraints": self._constraints}, master=True)
  28. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  29. result = result.throwExceptionIntoGenerator(g)
  30. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  31. return g.throw(self.type, self.value, self.tb)
  32. File "/usr/lib/python2.7/dist-packages/juju/providers/common/launch.py", line 64, in run
  33. machines = yield self.start_machine(machine_id, zookeepers)
  34. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  35. result = result.throwExceptionIntoGenerator(g)
  36. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  37. return g.throw(self.type, self.value, self.tb)
  38. File "/usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py", line 40, in start_machine
  39. instance_data = yield maas_client.acquire_node(self._constraints)
  40. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 576, in _runCallbacks
  41. current.result = callback(current.result, *args, **kw)
  42. File "/usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py", line 95, in _process_error
  43. raise ProviderError(error.response)
  44. juju.errors.ProviderError: No matching node is available.
  45. 2013-05-30 16:03:05,092 ERROR Traceback (most recent call last):
  46. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 422, in errback
  47. self._startRunCallbacks(fail)
  48. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 489, in _startRunCallbacks
  49. self._runCallbacks()
  50. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 576, in _runCallbacks
  51. current.result = callback(current.result, *args, **kw)
  52. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1127, in gotResult
  53. _inlineCallbacks(r, g, deferred)
  54. --- <exception caught here> ---
  55. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  56. result = result.throwExceptionIntoGenerator(g)
  57. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  58. return g.throw(self.type, self.value, self.tb)
  59. File "/usr/lib/python2.7/dist-packages/juju/control/bootstrap.py", line 39, in command
  60. yield provider.bootstrap(constraints)
  61. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  62. result = result.throwExceptionIntoGenerator(g)
  63. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  64. return g.throw(self.type, self.value, self.tb)
  65. File "/usr/lib/python2.7/dist-packages/juju/providers/common/bootstrap.py", line 57, in _launch_machine
  66. {"machine-id": "0", "constraints": self._constraints}, master=True)
  67. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  68. result = result.throwExceptionIntoGenerator(g)
  69. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  70. return g.throw(self.type, self.value, self.tb)
  71. File "/usr/lib/python2.7/dist-packages/juju/providers/common/launch.py", line 64, in run
  72. machines = yield self.start_machine(machine_id, zookeepers)
  73. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1069, in _inlineCallbacks
  74. result = result.throwExceptionIntoGenerator(g)
  75. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
  76. return g.throw(self.type, self.value, self.tb)
  77. File "/usr/lib/python2.7/dist-packages/juju/providers/maas/launch.py", line 40, in start_machine
  78. instance_data = yield maas_client.acquire_node(self._constraints)
  79. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 576, in _runCallbacks
  80. current.result = callback(current.result, *args, **kw)
  81. File "/usr/lib/python2.7/dist-packages/juju/providers/maas/maas.py", line 95, in _process_error
  82. raise ProviderError(error.response)
  83. juju.errors.ProviderError: No matching node is available.
  84.  
  85. 2013-05-30 16:03:05,099 ERROR No matching node is available.
  86. eric@maas-master:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement