简体   繁体   English

带有Gcloud的Rails错误:(gcloud.preview.app.deploy)错误响应:[13]意外错误。 部署版本:

[英]Rails with Gcloud ERROR: (gcloud.preview.app.deploy) Error Response: [13] Unexpected Error. Deployed Version:

When i run gcloud preview app deploy app.yaml --set-default . 当我运行gcloud preview app deploy app.yaml --set-default Everything going okay But at the end rails error. 一切正常,但最终会出现错误。

ERROR: (gcloud.preview.app.deploy) Error Response: [13] Unexpected Error. 错误:(gcloud.preview.app.deploy)错误响应:[13]意外错误。 Deployed Version: 部署版本:

在此处输入图片说明

Please guide me why this error is 请指导我为什么会出现此错误

ERROR: (gcloud.preview.app.deploy) Error Response: [13] Not enough VMs ready (0/1 ready, 1 still deploying). 错误:(gcloud.preview.app.deploy)错误响应:[13]没有足够的虚拟机就绪(0/1就绪,还有1个仍在部署)。 Deployed Version: 20151021t153015.388002942195338741 部署版本:20151021t153015.388002942195338741

Not enough VMs ready (0/1 ready, 1 still deploying) means that your app did not start up successfully. Not enough VMs ready (0/1 ready, 1 still deploying)意味着您的应用未成功启动。 This could be because of a missing dependency or any other problem that would cause a crash. 这可能是因为缺少依赖项或任何其他可能导致崩溃的问题。 Please check the logs in the Google Cloud Platform Developers Console . 请检查Google Cloud Platform 开发人员控制台中的日志。 Select your project, then navigate to Monitoring > Logs . 选择您的项目,然后导航到Monitoring> Logs You'll be able to see all of the logs for your project. 您将能够查看项目的所有日志。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:(gcloud.preview.app.deploy)错误响应:[2]构建失败; - ERROR: (gcloud.preview.app.deploy) Error Response: [2] Build failed; 每次我尝试部署时都会得到 - (gcloud.preview.app.deploy) 错误响应:[4] DEADLINE_EXCEEDED - Every time I try to deploy I get - (gcloud.preview.app.deploy) Error Response: [4] DEADLINE_EXCEEDED 使用Ruby on Rails在gcloud上发生502服务器错误 - 502 server error on gcloud with Ruby on Rails gcloud部署错误“ Ruby版本是2.3.3,但您的Gemfile指定了2.4.1”,尽管我的版本是2.4.1 - gcloud deploy error “Ruby version is 2.3.3, but your Gemfile specified 2.4.1”, though my version is 2.4.1 为什么这个 Rails 应用无法部署到 GCLOUD? - Why does this Rails app fails to deploy to GCLOUD? 安装gcloud(0.8.1)时发生错误,而Bundler无法继续 - gcloud gem导致部署失败 - An error occurred while installing gcloud (0.8.1), and Bundler cannot continue - gcloud gem causes deploy to fail Rails应用程序部署到Heroku错误 - Rails App Deploy to Heroku Error 在Heroku中使用Webpack部署Rails应用程序时出错 - Error when deployed the rails app with webpack in the Heroku Ruby on Rails应用程序已部署到heroku,但是应用程序出错? - Ruby on Rails app deployed to heroku but Application error? Heroku Rails 预编译资产错误。 部署 Ruby On Rails 应用程序 - Heroku Rails precompiling assets error. Deploying Ruby On Rails app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM