[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alan, Thanks for letting me know. If there's anything else we can do here to help, feel free to let me know. Otherwise I'll leave this to the support agents. Best of luck! Nick Cloud Platform Community Support On Monday, April 18, 2016 at 12:34:51 PM UTC-4, Alan Keister wrote: > > Thanks

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-18 Thread Alan Keister
Thanks, I have. I have tried this in another system as well with both gcloud and appcfg.py. I was able to download my project but had the same error deploying. I paid for support and opened a ticket, Case 09108089. On Monday, April 18, 2016 at 12:15:01 PM UTC-4, Nick (Cloud Platform Support) wr

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Thanks for checking those things. Here's a last test before it appears that the priority will pass to us in investigating our side of things: can you attempt to transfer the affected app's code to another environment, or reinstall the SDK, and deploy? If this still fails, it can be determined t

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread Alan Keister
I assume I should run those commands before "gcloud preview app deploy app.yaml --verbosity debug". If that is correct, neither worked. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emai

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread Alan Keister
Only the test app worked with gcloud. The other app I have been having trouble with still has the issue OperationError: Error Response: [13] An internal error occurred. ERROR: (gcloud.preview.app.deploy) Error Response: [13] An internal error occurred. -- You received this message because you

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
If that isn't working, you could try both gcloud config set app/use_appengine_api *true* and gcloud config set app/use_appengine_api *false* and see if either of those manages to work. Let me know the results! Best wishes, Nick Cloud Platform Community Support On Friday, April 15, 2016 at

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alan, Glad to hear it's working with gcloud. That seems to point to an issue not with the app payload itself, but the SDK. Could you try to reinstall your version of appcfg, a component not of gcloud but of the App Engine SDK ? Cheers, Nick Cl

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread Alan Keister
--noisy didn't show anything new I confirmed I could deploy my test app with gcloud. Sign. This one still fails.I don't see anything useful in the output. Updating module [default].../DEBUG: Received operation: [apps/cynomix3/operations/eed72f1e-bc69-4858-84fa-08255e2ebf8c] DEBUG: Operation

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alan, Could you attempt to use the gcloud command to deploy (gcloud preview app deploy app.yaml)? This might have better luck although it's not assured. Just a possibility (figuring out why would have to follow, but that's our job). Other than this,

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread Alan Keister
Hi Nick, I did crosspost this to stackoverflow. Yes, I am still having the issue. It started this morning. The verbose log is below. To try to get around this, I deleted my local copy of the project, downloaded it again and reauthenticated. Still, no luck. $ appcfg.py update . --noauth_l

[google-appengine] Re: Deployment failing with HTTP Error 400: Bad Request

2016-04-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alan, Usually a specific issue like this should not be posted to Groups but to a relevant tag on Stack Overflow. However, since this is a process of learning for the community and you are certainly not the first to start a support thread in this forum (which is meant for more general discus

[google-appengine] Re: Deployment Failing with 500 error.

2011-02-25 Thread Paul Miller
On Feb 25, 9:48 am, Tom Wu wrote: > python appcfg.py update --no_precompilation  myapp will solve this problem. It does not solve the problem, it is a work around. --no_pc is going to slow things down considerably I would guess; if that's not the case, why ever bother with precompiling? The r

Re: [google-appengine] Re: Deployment Failing with 500 error.

2011-02-25 Thread Tom Wu
python appcfg.py update --no_precompilation myapp will solve this problem. 2011/2/25 Sandeep Koduri > Hi, > > We dont have precompilation enabled but still getting the same error. > > Uploaded 24 files and blobs > Precompilation starting. > Precompilation: 116 files left. > 2011-02-25 05:57:01

Re: [google-appengine] Re: Deployment Failing with 500 error.

2011-02-25 Thread Sandeep Koduri
Hi, We dont have precompilation enabled but still getting the same error. Uploaded 24 files and blobs Precompilation starting. Precompilation: 116 files left. 2011-02-25 05:57:01,049 INFO appcfg.py:1814 HTTP Error (HTTP Error 500: Internal Server Error) Rolling back the update. Error 500: --- beg

[google-appengine] Re: Deployment Failing with 500 error.

2011-02-25 Thread bFlood
I just saw the same thing, 503 error on upload. Disabled precompilation and the upload continued successfully On Feb 25, 2:59 am, Eric Ka Ka Ng wrote: > Hi Ikai, > > We experienced 503 error during the pre-compilation stage during deployments > to all our apps in this hour. would try to disable p

Re: [google-appengine] Re: Deployment Failing with 500 error.

2011-02-24 Thread Eric Ka Ka Ng
Hi Ikai, We experienced 503 error during the pre-compilation stage during deployments to all our apps in this hour. would try to disable precompilation first and re-enable it later when this problem has been fixed - eric On 10 December 2010 06:50, Ikai Lan (Google) wrote: > When there's a deplo

Re: [google-appengine] Re: Deployment Failing with 500 error.

2011-02-24 Thread c h
I know this is an old thread, but i have been having this problem for several hours today. have not tried disabling precompilation yet. here's my output transcript: Application: version: 0-20110224e. Server: appengine.google.com. Scanning files on local disk. Scanned 500 files. Initiating

Re: [google-appengine] Re: Deployment failing

2011-01-25 Thread Tom Wu
error 302 2011/1/25 nacho > +1 > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appengine@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...

[google-appengine] Re: Deployment failing

2011-01-25 Thread nacho
+1 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit

[google-appengine] Re: Deployment failing

2011-01-12 Thread gg
On Jan 12, 10:07 am, Stephen Johnson wrote: > +1 > > > > > > > > On Wed, Jan 12, 2011 at 10:53 AM, vivpuri wrote: > > +1 > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to google-appe

Re: [google-appengine] Re: Deployment failing

2011-01-12 Thread Stephen Johnson
+1 On Wed, Jan 12, 2011 at 10:53 AM, vivpuri wrote: > +1 > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > goo

[google-appengine] Re: Deployment failing

2011-01-12 Thread vivpuri
+1 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit

[google-appengine] Re: Deployment failing

2011-01-12 Thread Palani
+1 On Jan 12, 9:49 pm, Ryan Goldstein wrote: > Spoke too soon; deployment is failing again. > > -Ryan > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe

[google-appengine] Re: Deployment failing

2011-01-12 Thread bFlood
+1 On Jan 12, 11:50 am, Felippe Bueno wrote: > +1 > > > > > > > > On Wed, Jan 12, 2011 at 2:49 PM, Ryan Goldstein wrote: > > Spoke too soon; deployment is failing again. > > > -Ryan > > > On Jan 12, 11:16 am, Ryan Goldstein wrote: > >> ... and now it's working again. Problem solved! > > >> -Rya

Re: [google-appengine] Re: Deployment failing

2011-01-12 Thread Felippe Bueno
+1 On Wed, Jan 12, 2011 at 2:49 PM, Ryan Goldstein wrote: > Spoke too soon; deployment is failing again. > > -Ryan > > > > On Jan 12, 11:16 am, Ryan Goldstein wrote: >> ... and now it's working again. Problem solved! >> >> -Ryan >> >> On Jan 12, 11:14 am, Ryan Goldstein wrote: >> >> >> >> >> >>

[google-appengine] Re: Deployment failing

2011-01-12 Thread Ryan Goldstein
Spoke too soon; deployment is failing again. -Ryan On Jan 12, 11:16 am, Ryan Goldstein wrote: > ... and now it's working again. Problem solved! > > -Ryan > > On Jan 12, 11:14 am, Ryan Goldstein wrote: > > > > > > > > > Update: On my subsequent attempt, the console showed the following > > aft

[google-appengine] Re: Deployment failing

2011-01-12 Thread Ryan Goldstein
... and now it's working again. Problem solved! -Ryan On Jan 12, 11:14 am, Ryan Goldstein wrote: > Update: On my subsequent attempt, the console showed the following > after "Initiating update." > > -- > javax.net.ssl.SSLHandshakeException: Remote host closed connection > during handshake > --

[google-appengine] Re: Deployment failing

2011-01-12 Thread Ryan Goldstein
Update: On my subsequent attempt, the console showed the following after "Initiating update." -- javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake -- -Ryan On Jan 12, 11:06 am, Ryan Goldstein wrote: > I've been updating and redeploying my app today (appid: >

[google-appengine] Re: Deployment failing

2011-01-12 Thread johnP
+1 on the deployments failing. On Jan 12, 8:06 am, Ryan Goldstein wrote: > I've been updating and redeploying my app today (appid: > mobergdrmserver). It took progressively longer to deploy, and my most > recent attempt failed. > > From my Eclipse console during my most recent deployment attemp

Re: [google-appengine] Re: Deployment Failing with 500 error.

2010-12-09 Thread Ikai Lan (Google)
When there's a deploy failure, it helps us if you let us know the exact error. With a 503, one thing to try is to disable precompilation and let us know. We're monitoring these services, but you can help us more quickly diagnose the problem with this information. -- Ikai Lan Developer Programs Eng

[google-appengine] Re: Deployment Failing with 503 error.

2010-12-08 Thread vlad
Getting persistent 503 errors logging into Dashboard. 21:37 PST appid=ace-poker On Dec 8, 4:05 pm, dloomer wrote: > Deployment seems to succeed about once every 10-12 tries. > > On Dec 8, 4:27 pm, dloomer wrote: > > > I see the title of the thread was changed to reflect 500 instead of > > 503, b

[google-appengine] Re: Deployment Failing with 503 error.

2010-12-08 Thread dloomer
Deployment seems to succeed about once every 10-12 tries. On Dec 8, 4:27 pm, dloomer wrote: > I see the title of the thread was changed to reflect 500 instead of > 503, but the log dump I get, and which I assume the OP gets, is: > > Error 503: --- begin server output --- > Try Again (503) > An un

[google-appengine] Re: Deployment Failing with 500 error.

2010-12-08 Thread dloomer
I see the title of the thread was changed to reflect 500 instead of 503, but the log dump I get, and which I assume the OP gets, is: Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. --- end server output --- 2010-12-08 16:25:24 (Process e

[google-appengine] Re: Deployment Failing with 500 error.

2010-12-08 Thread dloomer
Yep. Here we go again ... On Dec 8, 3:32 pm, Nick Renny wrote: > Not getting anything through with deploy. failing at pre-compilation > with 500 errors - for the last 2 hours -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to thi

[google-appengine] Re: Deployment Failing with 503 error.

2010-12-08 Thread Kyle Jensen
Ditto On Dec 8, 3:28 pm, Daniel wrote: > My deployments are currently failing with a 503 error.  If it seems > like I'm posting messages like this every few days, that's because > every time I decide to deploy app engine is broken. :( -- You received this message because you are subscribed to t

[google-appengine] Re: Deployment failing today?

2009-12-04 Thread Danny Tuppeny
Having the same problem :-( Tried uploading as a new version, doesn't work either. Also - when this fails, the default version of my app seems to get set to Default=No (though it still serves pages)! On Dec 4, 4:59 pm, aw wrote: > I have the same problem. > > On Dec 4, 8:55 am, bugaco wrote: >

[google-appengine] Re: Deployment failing today?

2009-12-04 Thread Jesse
me2 On Dec 4, 9:11 am, GAEfan wrote: > Me, too. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubs

[google-appengine] Re: Deployment failing today?

2009-12-04 Thread GAEfan
Me, too. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options,

[google-appengine] Re: Deployment failing today?

2009-12-04 Thread aw
I have the same problem. On Dec 4, 8:55 am, bugaco wrote: > Hi, > > I am unable to deploy application today. > > Creating staging directory > Scanning for jsp files. > Compiling jsp files. > Compiling java files. > Scanning files on local disk. > Initiating update. > Cloning 20 static files. > Cl