Advertisement
Guest User

Untitled

a guest
Nov 7th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. [WARNING ] TypeError encountered executing state.highstate: 'NoneType' object is not iterable. See debug log for more info. Possibly a missing arguments issue: ArgSpec(args=['test', 'queue'], varargs=None, keywords='kwargs', defaults=(None, False))
  2. [DEBUG ] TypeError intercepted: 'NoneType' object is not iterable
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 659, in _thread_return
  5. return_data = func(*args, **kwargs)
  6. File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 257, in highstate
  7. force=kwargs.get('force', False)
  8. File "/usr/lib/python2.6/site-packages/salt/state.py", line 2328, in call_highstate
  9. return self.state.call_high(high)
  10. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1563, in call_high
  11. ret = self.call_chunks(chunks)
  12. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1296, in call_chunks
  13. running = self.call_chunk(low, running, chunks)
  14. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1418, in call_chunk
  15. status = self.check_requisite(low, running, chunks, True)
  16. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1340, in check_requisite
  17. for req in low[r_state]:
  18. TypeError: 'NoneType' object is not iterable
  19. Traceback (most recent call last):
  20. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 659, in _thread_return
  21. return_data = func(*args, **kwargs)
  22. File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 257, in highstate
  23. force=kwargs.get('force', False)
  24. File "/usr/lib/python2.6/site-packages/salt/state.py", line 2328, in call_highstate
  25. return self.state.call_high(high)
  26. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1563, in call_high
  27. ret = self.call_chunks(chunks)
  28. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1296, in call_chunks
  29. running = self.call_chunk(low, running, chunks)
  30. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1418, in call_chunk
  31. status = self.check_requisite(low, running, chunks, True)
  32. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1340, in check_requisite
  33. for req in low[r_state]:
  34. TypeError: 'NoneType' object is not iterable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement