【发布时间】:2015-11-12 03:05:41
【问题描述】:
我正在使用 NetBean 进行开发。当我使用 GAE Launcher 将我的 php 项目部署到 GAE 时,遇到以下错误:
10:57 AM Cloning 2898 static files.
10:57 AM Cloned 2000 files.
10:57 AM Cloning 3230 application files.
10:57 AM Cloned 2000 files.
10:57 AM Uploading 3 files and blobs.
10:57 AM Uploaded 3 files and blobs.
10:57 AM Compilation starting.
10:57 AM Compilation completed.
10:57 AM Starting deployment.
10:57 AM Rolling back the update.
Error 400: --- begin server output ---
Client Error (400)
The request is invalid for an unspecified reason.
--- end server output ---
2015-11-12 10:57:59 (Process exited with code 1)
You can close this window now.
是因为克隆文件的限制吗?我意识到我必须继续尝试部署,直到没有更多的句子“上传 x 文件和 blob。”,然后才能部署成功。我该如何解决这个问题?谢谢
【问题讨论】:
-
这不是因为达到文件限制,这种情况下的错误看起来像这个帖子:stackoverflow.com/questions/33319952/…
-
@DanCornilescu 我意识到我必须继续尝试部署,直到没有更多句子“上传 x 文件和 blob。”,然后才能部署成功。
标签: php google-app-engine