Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@658: Client environment:zookeeper.version=zookeeper C client 3.3.5
  2. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@662: Client environment:host.name=ip-10-160-140-175
  3. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@669: Client environment:os.name=Linux
  4. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@670: Client environment:os.arch=3.2.0-2-virtual
  5. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@671: Client environment:os.version=#5-Ubuntu SMP Mon Nov 28 19:44:26 UTC 2011
  6. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@679: Client environment:user.name=(null)
  7. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@687: Client environment:user.home=/root
  8. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@log_env@699: Client environment:user.dir=/
  9. 2012-07-18 20:33:58,155:7505(0x7f569a81b700):ZOO_INFO@zookeeper_init@727: Initiating client connection, host=localhost:2181 sessionTimeout=10000 watcher=0x7f56979946b0 sessionId=0 sessionPasswd=<null> context=0x2a771d0 flags=0
  10. 2012-07-18 20:33:58,157:7505(0x7f56962e5700):ZOO_INFO@check_events@1585: initiated connection to server [127.0.0.1:2181]
  11. 2012-07-18 20:33:58,166:7505(0x7f56962e5700):ZOO_INFO@check_events@1632: session establishment complete on server [127.0.0.1:2181], sessionId=0x1389bbce51c000c, negotiated timeout=10000
  12. 2012-07-18 20:33:58,168: twisted@ERROR: Unhandled error in Deferred:
  13. 2012-07-18 20:33:58,169: twisted@ERROR: Unhandled Error
  14. Traceback (most recent call last):
  15. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 391, in errback
  16. self._startRunCallbacks(fail)
  17. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks
  18. self._runCallbacks()
  19. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  20. current.result = callback(current.result, *args, **kw)
  21. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  22. _inlineCallbacks(r, g, deferred)
  23. --- <exception caught here> ---
  24. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  25. result = result.throwExceptionIntoGenerator(g)
  26. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  27. return g.throw(self.type, self.value, self.tb)
  28. File "/usr/lib/python2.7/dist-packages/juju/agents/base.py", line 237, in startService
  29. yield self.start()
  30. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  31. result = result.throwExceptionIntoGenerator(g)
  32. File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  33. return g.throw(self.type, self.value, self.tb)
  34. File "/usr/lib/python2.7/dist-packages/juju/agents/machine.py", line 63, in start
  35. self.get_machine_id())
  36. File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
  37. result = g.send(result)
  38. File "/usr/lib/python2.7/dist-packages/juju/state/machine.py", line 84, in get_machine_state
  39. raise MachineStateNotFound(machine_id)
  40. juju.state.errors.MachineStateNotFound: Machine 0 was not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement