Advertisement
Guest User

Untitled

a guest
Nov 27th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. TASK [httpd-maintenance : reload_httpd_service] ********************************
  2. task path: /opt/bahmni-installer/bahmni-playbooks/roles/httpd-maintenance/tasks/main.yml:23
  3. failed: [localhost -> localhost] (item=localhost) => {"failed": true, "item": "localhost", "msg": "[Mon Nov 28 02:33:53 2016] [warn] module cache_module is already loaded, skipping\n[Mon Nov 28 02:33:53 2016] [warn] module disk_cache_module is already loaded, skipping\n[Mon Nov 28 02:33:53 2016] [warn] module wsgi_module is already loaded, skipping\nhttpd: apr_sockaddr_info_get() failed for kch\nhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName\n(98)Address already in use: make_sock: could not bind to address [::]:80\n(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80\nno listening sockets available, shutting down\nUnable to open logs\n"}
  4.  
  5. NO MORE HOSTS LEFT *************************************************************
  6. [WARNING]: Could not create retry file 'all.retry'. [Errno 2] No such file or directory: ''
  7.  
  8.  
  9. PLAY RECAP *********************************************************************
  10. localhost : ok=258 changed=107 unreachable=0 failed=1
  11.  
  12. Traceback (most recent call last):
  13. File "/usr/bin/bahmni", line 9, in <module>
  14. load_entry_point('bahmni==0.1', 'console_scripts', 'bahmni')()
  15. File "/usr/lib/python2.6/site-packages/click-6.6-py2.6.egg/click/core.py", line 716, in __call__
  16. return self.main(*args, **kwargs)
  17. File "/usr/lib/python2.6/site-packages/click-6.6-py2.6.egg/click/core.py", line 696, in main
  18. rv = self.invoke(ctx)
  19. File "/usr/lib/python2.6/site-packages/click-6.6-py2.6.egg/click/core.py", line 1060, in invoke
  20. return _process_result(sub_ctx.command.invoke(sub_ctx))
  21. File "/usr/lib/python2.6/site-packages/click-6.6-py2.6.egg/click/core.py", line 889, in invoke
  22. return ctx.invoke(self.callback, **ctx.params)
  23. File "/usr/lib/python2.6/site-packages/click-6.6-py2.6.egg/click/core.py", line 534, in invoke
  24. return callback(*args, **kwargs)
  25. File "/usr/lib/python2.6/site-packages/click-6.6-py2.6.egg/click/decorators.py", line 17, in new_func
  26. return f(get_current_context(), *args, **kwargs)
  27. File "/usr/lib/python2.6/site-packages/bahmni-0.1-py2.6.egg/bahmni.py", line 65, in install
  28. return subprocess.check_call(command, shell=True)
  29. File "/usr/lib64/python2.6/subprocess.py", line 505, in check_call
  30. raise CalledProcessError(retcode, cmd)
  31. subprocess.CalledProcessError: Command 'ansible-playbook -i /etc/bahmni-installer/local all.yml -vv --extra-vars '@/etc/bahmni-installer/rpm_versions.yml' --extra-vars '@/etc/bahmni-installer/setup.yml'' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement