Advertisement
Guest User

Reactor error

a guest
Apr 18th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [DEBUG ] Gathering reactors for tag salt/beacon/zookeeper-1/service/
  2. [DEBUG ] Compiling reactions for tag salt/beacon/zookeeper-1/service/
  3. [DEBUG ] LazyLoaded cp.cache_file
  4. [DEBUG ] LazyLoaded roots.envs
  5. [DEBUG ] Could not LazyLoad roots.init
  6. [DEBUG ] Updating roots fileserver cache
  7. [DEBUG ] In saltenv 'base', looking at rel_path u'third-party-components/reactor/zookeeperstop.sls' to resolve u'salt://third-party-components/reactor/zookeeperstop.sls'
  8. [DEBUG ] In saltenv 'base', ** considering ** path u'/var/cache/salt/master/files/base/third-party-components/reactor/zookeeperstop.sls' to resolve u'salt://third-party-components/reactor/zookeeperstop.sls'
  9. [INFO ] Fetching file from saltenv 'base', ** skipped ** latest already in cache u'salt://third-party-components/reactor/zookeeperstop.sls'
  10. [DEBUG ] compile template: /var/cache/salt/master/files/base/third-party-components/reactor/zookeeperstop.sls
  11. [DEBUG ] Jinja search path: ['/var/cache/salt/master/files/base']
  12. [PROFILE ] Time (in seconds) to render '/var/cache/salt/master/files/base/third-party-components/reactor/zookeeperstop.sls' using 'jinja' renderer: 0.00360798835754
  13. [DEBUG ] Rendered data from file: /var/cache/salt/master/files/base/third-party-components/reactor/zookeeperstop.sls:
  14. hipchat-message:
  15. hipchat.send_message:
  16. - room_id: '163741'
  17. - from_name: 'Admin'
  18. - message: 'Zookeeper down'
  19. - api_key: 'Qslwl8wIeTLGaxJoNk8t7vY24gWwikZ7VOG'
  20. - api_version: v2
  21.  
  22. [DEBUG ] LazyLoaded config.get
  23. [DEBUG ] Results of YAML rendering:
  24. OrderedDict([('hipchat-message', OrderedDict([('hipchat.send_message', [OrderedDict([('room_id', '1637741')]), OrderedDict([('from_name', 'SuperAdmin')]), OrderedDict([('message', 'Zookeeper down')]), OrderedDict([('api_key', 'Qslwl8wIeTLGaxJoNk8t7vY24gWwikZ7VmfmnTOG')]), OrderedDict([('api_version', 'v2')])])]))])
  25. [PROFILE ] Time (in seconds) to render '/var/cache/salt/master/files/base/third-party-components/reactor/zookeeperstop.sls' using 'yaml' renderer: 0.0247910022736
  26. Process Reactor-7:
  27. Traceback (most recent call last):
  28. File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
  29. self.run()
  30. File "/usr/local/lib/python2.7/dist-packages/salt/utils/reactor.py", line 158, in run
  31. self.call_reactions(chunks)
  32. File "/usr/local/lib/python2.7/dist-packages/salt/utils/reactor.py", line 131, in call_reactions
  33. self.wrap.run(chunk)
  34. File "/usr/local/lib/python2.7/dist-packages/salt/utils/reactor.py", line 186, in run
  35. l_fun = getattr(self, low['state'])
  36. AttributeError: 'ReactWrap' object has no attribute 'hipchat'
  37. [INFO ] Process <class 'salt.utils.reactor.Reactor'> (22277) died with exit status None, restarting...
  38. [DEBUG ] Missing configuration file: /etc/salt/master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement