【发布时间】:2016-12-04 15:54:58
【问题描述】:
我正在将流星项目部署到 beanstalk 应用程序,但收到错误消息:
Script /opt/elasticbeanstalk/hooks/appdeploy/enact/50start.sh
failed with returncode 1
在 /var/log/directory-hooks-executor.log 我发现:
status: Unknown job: nodejs
Failed to find status of job.
Traceback (most recent call last):
File "/opt/elasticbeanstalk/containerfiles/ebnode.py", line 599, in <module>
main()
File "/opt/elasticbeanstalk/containerfiles/ebnode.py", line 583, in main
nodejs_upstart.start()
File "/opt/elasticbeanstalk/containerfiles/ebnode.py", line 199, in start
raise e
Exception: Failed to run command: None
我正在运行运行 Node.js 的 64 位 Amazon Linux 2014.03 v1.1.0 知道原因吗?
【问题讨论】:
标签: node.js meteor amazon-elastic-beanstalk