2016-05-04 54 views
0

部署Rails的时候部署到GAE(ROR)完成后我收到此错误:错误到GAE

latest: digest: sha256:fae8a83d8a4503b9ca284ecfb70da5faf1b66b015804396c2282fae7fc5e4669 size: 75429 
DONE 
----------------------------------------------------------------------------------------------------------------------------------------- 

Updating service [default]...failed. 
ERROR: (gcloud.preview.app.deploy) Error Response: [13] The system encountered a fatal error 

我不知道会发生什么。

我查了日志,最后的寄存器是关于泊坞窗编译:

17:13:24.410 DONE { 元数据: {...} textPayload: “DONE” insertId: “ 271f3953-7ca6-4282-960a-fcb35a2261a2-316" 日志: “cloudbuild” }

的应用程序在运行,开发和生产环境whitout错误。

  • 的Rails:4.2.6
  • 红宝石:2.3.1
  • GCloud SDK:108.0.0

有人知道如何解决它?

非常感谢!

+1

我刚开始遇到同样的问题。它的时机让我觉得,目前AppEngine可能存在问题。 – Chris

+0

使用'--docker-build = remote'选项部署。无论如何,我打开谷歌支持票。 –

回答

0

时间上解决:

只需添加--docker-build=remote选项,你gcloud preview app deploy命令。 (远程版本正常工作)

要调试命令使用--verbosity debug选项。

编辑:从谷歌的支持

响应:

Engineering is aware of an issue with the platform that would cause these errors. They are currently working on deploying a fix.