Created
October 13, 2014 17:15
-
-
Save wonderb0lt/02059330c6d2754333f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2014-10-13 17:10:26,936 [ERROR] Command hooks (directoryHooksExecutor.py --path /opt/elasticbeanstalk/hooks/appdeploy/pre/) failed | |
| 2014-10-13 17:10:26,936 [DEBUG] Command hooks output: | |
| 2014-10-13 17:10:26,937 [ERROR] Error encountered during build of Hook-PreAppDeploy: Command hooks failed | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/construction.py", line 511, in run_config | |
| CloudFormationCarpenter(config, self._auth_config).build(worklog) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/construction.py", line 247, in build | |
| changes['commands'] = CommandTool().apply(self._config.commands) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/command_tool.py", line 113, in apply | |
| raise ToolError(u"Command %s failed" % name) | |
| ToolError: Command hooks failed | |
| 2014-10-13 17:10:26,939 [ERROR] Unhandled exception during build: Command hooks failed | |
| Traceback (most recent call last): | |
| File "/opt/aws/bin/cfn-init", line 122, in <module> | |
| worklog.build(detail.metadata, configSets) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/construction.py", line 117, in build | |
| Contractor(metadata).build(configSets, self) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/construction.py", line 502, in build | |
| self.run_config(config, worklog) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/construction.py", line 511, in run_config | |
| CloudFormationCarpenter(config, self._auth_config).build(worklog) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/construction.py", line 247, in build | |
| changes['commands'] = CommandTool().apply(self._config.commands) | |
| File "/usr/lib/python2.6/site-packages/cfnbootstrap/command_tool.py", line 113, in apply | |
| raise ToolError(u"Command %s failed" % name) | |
| ToolError: Command hooks failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment