2016-05-04 51 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.