Advertisement
Guest User

kapilt

a guest
Oct 16th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. 2011-10-16 18:11:22,558 DEBUG Initializing juju bootstrap runtime
  2. /home/kapilt/juju/juju/providers/ec2/files.py:8: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  3. import sha
  4. 2011-10-16 18:11:22,590 INFO Bootstrapping environment 'labs' (type: ec2)...
  5. 2011-10-16 18:11:22,597 DEBUG Verifying writable storage
  6. 2011-10-16 18:11:22,602 DEBUG Launching juju bootstrap instance.
  7. Traceback (most recent call last):
  8. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 330, in _continue
  9. self.unpause()
  10. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 325, in unpause
  11. self._runCallbacks()
  12. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 371, in _runCallbacks
  13. self.result = callback(self.result, *args, **kw)
  14. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 879, in gotResult
  15. _inlineCallbacks(r, g, deferred)
  16. --- <exception caught here> ---
  17. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  18. result = result.throwExceptionIntoGenerator(g)
  19. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  20. return g.throw(self.type, self.value, self.tb)
  21. File "/home/kapilt/juju/juju/control/bootstrap.py", line 24, in command
  22. yield provider.bootstrap()
  23. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  24. result = result.throwExceptionIntoGenerator(g)
  25. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  26. return g.throw(self.type, self.value, self.tb)
  27. File "/home/kapilt/juju/juju/providers/common/launch.py", line 45, in run
  28. machines = yield self.start_machine(machine_id, zookeepers)
  29. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  30. result = result.throwExceptionIntoGenerator(g)
  31. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  32. return g.throw(self.type, self.value, self.tb)
  33. File "/home/kapilt/juju/juju/providers/ec2/launch.py", line 40, in start_machine
  34. security_groups = yield self._ensure_groups(machine_id)
  35. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  36. result = result.throwExceptionIntoGenerator(g)
  37. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  38. return g.throw(self.type, self.value, self.tb)
  39. File "/home/kapilt/juju/juju/providers/ec2/launch.py", line 69, in _ensure_groups
  40. security_groups = yield self._provider.ec2.describe_security_groups()
  41. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 371, in _runCallbacks
  42. self.result = callback(self.result, *args, **kw)
  43. File "/home/kapilt/lib/python2.6/site-packages/txAWS-0.0.1-py2.6.egg/txaws/ec2/client.py", line 23, in ec2_error_wrapper
  44. error_wrapper(error, EC2Error)
  45. File "/home/kapilt/lib/python2.6/site-packages/txAWS-0.0.1-py2.6.egg/txaws/client/base.py", line 46, in error_wrapper
  46. raise fallback_error
  47. twisted.web.error.Error: 401 Unauthorized
  48. 2011-10-16 18:11:22,622 ERROR Traceback (most recent call last):
  49. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 330, in _continue
  50. self.unpause()
  51. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 325, in unpause
  52. self._runCallbacks()
  53. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 371, in _runCallbacks
  54. self.result = callback(self.result, *args, **kw)
  55. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 879, in gotResult
  56. _inlineCallbacks(r, g, deferred)
  57. --- <exception caught here> ---
  58. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  59. result = result.throwExceptionIntoGenerator(g)
  60. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  61. return g.throw(self.type, self.value, self.tb)
  62. File "/home/kapilt/juju/juju/control/bootstrap.py", line 24, in command
  63. yield provider.bootstrap()
  64. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  65. result = result.throwExceptionIntoGenerator(g)
  66. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  67. return g.throw(self.type, self.value, self.tb)
  68. File "/home/kapilt/juju/juju/providers/common/launch.py", line 45, in run
  69. machines = yield self.start_machine(machine_id, zookeepers)
  70. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  71. result = result.throwExceptionIntoGenerator(g)
  72. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  73. return g.throw(self.type, self.value, self.tb)
  74. File "/home/kapilt/juju/juju/providers/ec2/launch.py", line 40, in start_machine
  75. security_groups = yield self._ensure_groups(machine_id)
  76. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 821, in _inlineCallbacks
  77. result = result.throwExceptionIntoGenerator(g)
  78. File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
  79. return g.throw(self.type, self.value, self.tb)
  80. File "/home/kapilt/juju/juju/providers/ec2/launch.py", line 69, in _ensure_groups
  81. security_groups = yield self._provider.ec2.describe_security_groups()
  82. File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 371, in _runCallbacks
  83. self.result = callback(self.result, *args, **kw)
  84. File "/home/kapilt/lib/python2.6/site-packages/txAWS-0.0.1-py2.6.egg/txaws/ec2/client.py", line 23, in ec2_error_wrapper
  85. error_wrapper(error, EC2Error)
  86. File "/home/kapilt/lib/python2.6/site-packages/txAWS-0.0.1-py2.6.egg/txaws/client/base.py", line 46, in error_wrapper
  87. raise fallback_error
  88. twisted.web.error.Error: 401 Unauthorized
  89.  
  90. 401 Unauthorized
  91. 2011-10-16 18:11:22,622 ERROR 401 Unauthorized
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement