coto / gae-boilerplate

Google App Engine Boilerplate
https://dev-dot-sandengine.appspot.com/
Other
685 stars 189 forks source link

Git Deploy to Cloud Platform always FAILED. #304

Open chuycepeda opened 9 years ago

chuycepeda commented 9 years ago

Hi,

I've been developing a project in the Google Cloud Platform and recently I decided to take advantage from your boilerplate implementation since project was growing exponentially. I've deployed using git, console and GoogleAppEngineLauncher on a Mac.

Everything works fine except the git deployment, it always throws a FAILED status and the code never reaches the serving app. See: http://cl.ly/image/471l1A0M1q2w

Every successful deployment on that screenshot is considering previous, non-boilerplate, implementation.

Do you have any suggestion?

Cheers,

Chuy

movero commented 9 years ago

Hey @chuycepeda,

I tried git deployment with the vanilla gae-boilerplate, and got an error as well. I clicked the "Deploying" link (one that has an error) and saw that it was a file not found error. Could you see if you have the same error when you click on one of the failed "Deploying" links?

peterretief commented 9 years ago

try with an older version of app.cfg (If you have one that is), I had a problem with that recently (Afraid I didn't debug the problem though, sorry)

On 6 November 2014 11:54, movero notifications@github.com wrote:

Hey @chuycepeda https://github.com/chuycepeda,

I tried git deployment with the vanilla gae-boilerplate, and got an error as well. I clicked the "Deploying" link (one that has an error) and saw that it was a file not found error. Could you see if you have the same error when you click on one of the failed "Deploying" links?

— Reply to this email directly or view it on GitHub https://github.com/coto/gae-boilerplate/issues/304#issuecomment-61953253 .

chuycepeda commented 9 years ago

Interesting....

This is what Deploying link has:

http://cl.ly/image/1Y3N1B2Y2p1q

Any idea?

I'll try to see other app.cfg versiones as you refer, @peterretief...if any success I'll let you know.

Thanks !

peterretief commented 9 years ago

rather app.yaml :)

On 6 November 2014 18:35, Chuy.Cepeda notifications@github.com wrote:

Interesting....

This is what Deploying link has:

http://cl.ly/image/1Y3N1B2Y2p1q

Any idea?

I'll try to see other app.cfg versiones as you refer, @peterretief https://github.com/peterretief...if any success I'll let you know.

Thanks !

— Reply to this email directly or view it on GitHub https://github.com/coto/gae-boilerplate/issues/304#issuecomment-62007272 .

movero commented 9 years ago

My error message said it could not find the static error handlers, but your screenshot does not show the same message. I made a small fix for that in app.yaml (not sure if @peterretief had the same issue) which you can find here:

https://github.com/movero/gae-boilerplate/commit/16620d7bd81c23cfd9058632fc106c2983bd473d

chuycepeda commented 9 years ago

hahaha, yeah *.yaml, we were speaking of the same file... I'll give a try