I am using NetBean to do developemnt. When I using GAE Launcher to deploy my php project to GAE, hit the following error:
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.
Is it because of clone file limit? I realized I have to keep try deploy until no more sentence "Uploading x files and blobs.", then only can deploy successful. How to I solve this? Thanks