在弹性beanstalk中运行更新环境时出错

时间:2017-07-24 15:32:49

标签: amazon-web-services docker elastic-beanstalk

嗨,有人可以在我们的弹性beanstalk应用程序中帮助解决以下错误。

ERROR   Docker container quit unexpectedly after launch: lipse.jetty.server.Server.doStart(Server.java:431) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at winstone.Launcher.<init>(Launcher.java:152) ... 7 more. Check snapshot logs for details.

    [Instance: i--------] Command failed on instance. Return code: 1 Output: (TRUNCATED)...xpectedly after launch: lipse.jetty.server.Server.doStart(Server.java:431) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at winstone.Launcher.<init>(Launcher.java:152) ... 7 more. Check snapshot logs for details. Hook /opt/elasticbeanstalk/hooks/appdeploy/enact/00run.sh failed. For more detail, check /var/log/eb-activity.log using console or EB CLI.

运行以下更新命令时会发生此错误:

aws elasticbeanstalk update-environment \
--application-name app_name \
--environment-name --------- \
--version-label ------- \
--template-name ------- \
--region eu-west-1

由于

0 个答案:

没有答案