部署App Engine项目时出错

时间:2014-07-24 21:35:19

标签: google-app-engine

我通过appcfg.py --oauth2 --noauth_local_webserver update . 部署我的go应用程序上周一切正常,但在过去3天和20多次尝试中我一直收到此错误:

09:11 PM Application: my-app; version: 0-1-0
09:11 PM Host: appengine.google.com
09:11 PM 
Starting update of app: my-app, version: 0-1-0
09:11 PM Getting current resource limits.
09:11 PM Scanning files on local disk.
09:11 PM Cloning 381 application files.
09:11 PM Compilation starting.
09:11 PM Compilation: 315 files left.
09:14 PM Error 500: --- begin server output ---

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
--- end server output ---
09:14 PM Rolling back the update.
Error 500: --- begin server output ---

--- end server output ---

我没有在日志中看到任何错误。我的配额远低于我的配额。我已经开通了超过足够的资金。我的项目本地运行就好了。我尝试推送旧版本的代码,但也没有。

我有其他正在部署的App Engine项目,只是没有这个。

请帮忙!我没有想法:(

2 个答案:

答案 0 :(得分:3)

我尝试部署的文件太多了。通过删除我的一个较大的第三方库,我能够部署得很好

答案 1 :(得分:2)

尝试

appcfg.py rollback <app-directory>

如上所述here

然后重新部署