[google-appengine] Re: cannot deploy managed VMs

2015-07-10 Thread pdknsk
Just want to add that I've found the problem, in case anyone is curious. It was a line that I added to the .dockerignore file. I'm not sure why. It has an interesting and potentially very expensive (due to 10 minute penalty for creating an instance) effect. Instances keep getting created and

[google-appengine] Re: cannot deploy managed VMs

2015-07-10 Thread Nick (Cloud Platform Support)
Hey pdknsk, I was following the issue and looking into it in the public issue tracker thread you created. While it's not generally a good idea to cross-post issues like this, since the forum here is meant for more general discussion rather than specific technical issues, I must say it's

[google-appengine] Re: cannot deploy managed VMs

2015-07-10 Thread pdknsk
Basically I followed up here to say that I'm to blame, not Google. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: cannot deploy managed VMs

2015-07-09 Thread pdknsk
Still the case. Filed a production issue. https://code.google.com/p/googleappengine/issues/detail?id=12135 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: cannot deploy managed VMs

2015-07-08 Thread pdknsk
I've noticed in Operations that it creates an instance, deletes it within in a minute, creates it again (with the same hostname) and so forth. This continues a few times. Some minutes later gcloud quits with an error. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Cannot deploy app

2013-02-26 Thread John Cairns
I am having same issue yesterday and today. On Saturday, February 2, 2013 5:10:06 AM UTC-5, codebrain wrote: Hello, I have a billing enabled app id: sim-shop.appspot.com. running on version 1.7.0 Suddenly stopped being able to deploy. Your help greatly appreciated. The error :

[google-appengine] Re: Cannot deploy app

2013-02-02 Thread Juha Koskela
I have similar problem. And looks like the first report about similar problem here was about 10 hours ago. I also noticed the admin console didn't show any version as default version any more, and the admin console shows zero instances for all deployed versions of my app. My app is serving the

[google-appengine] Re: Cannot deploy: 409 Conflict Deployment of this version has not yet started.

2012-06-28 Thread doright
fixed now, many thanks. (whatever you did) On Wednesday, June 27, 2012 6:45:40 PM UTC+2, doright wrote: see http://stackoverflow.com/questions/11221557/google-app-engine-deployment-error-409 any update on this please? I'm currently using Java SDK 1.6.4 ( I tried doing a rollback but

[google-appengine] Re: Cannot deploy my app to the GAE

2010-11-24 Thread Jeff
App Engine isn't deploying for us right now. It never deems it ready to serve. We've been waiting 15 minutes now. On Nov 23, 3:31 am, Sumanth AS sumanth.a...@gmail.com wrote: Hi, i ve created a simple hello world application and have also got an app id registered. but i am unable to deploy the

[google-appengine] Re: Cannot deploy my app to the GAE

2010-11-23 Thread Gaurav Vaish
Change the web.xml and remove the reference to the DTD. The problem may actually not be from the appengine but from the java.sun.com server... I also faced this issue several times and found that everytime the dashboard / appengine server was up. On scruitiny, I found that the problem was caused

[google-appengine] Re: Cannot deploy from within Eclipse (appcfg.py as an 'external tool')

2009-08-05 Thread Nick Johnson (Google)
Hi Giacecco, Is there a reason you're not using the App Engine plugin for Eclipse? It handles all this for you: http://code.google.com/appengine/docs/java/tools/eclipse.html -Nick Johnson On Wed, Aug 5, 2009 at 1:25 PM, Giaceccogiace...@gmail.com wrote: All, I am using Eclipse 3.5.0, App

[google-appengine] Re: Cannot Deploy

2009-04-20 Thread timpickles
I'm having the same issue under Java. Creating staging directory Scanning for jsp files. Scanning files on local disk. Initiating update. Unable to upload: java.io.IOException: Error posting to URL: http://appengine.google.com/api/appversion/create?app_id=version=1; 500 Internal Server

[google-appengine] Re: Cannot Deploy

2009-04-20 Thread Adam Loving
I am seeing the same thing. On Apr 20, 7:17 am, ericsk eri...@gmail.com wrote: Is the server down? There're exceptions while I deploy my application. $ appcfg.py update . Scanning files on local disk. Initiating update. Cloning 63 static files. Cloning 36 application files. Uploading 2

[google-appengine] Re: Cannot Deploy

2009-04-20 Thread Greg Graham
I'm having a similar problem. All I want to do is update one template file. I had no problems doing updates last Friday. $ python appcfg.py update /z/git/online_forms/thomas-aquinas/ Scanning files on local disk. Initiating update. 2009-04-20 10:10:10,934 ERROR appcfg.py:1235 An unexpected error

[google-appengine] Re: Cannot Deploy

2009-04-20 Thread Greg Graham
I just tried again, and now it works. On Apr 20, 10:24 am, Adam Loving adamlov...@gmail.com wrote: I am seeing the same thing. On Apr 20, 7:17 am, ericsk eri...@gmail.com wrote: Is the server down? There're exceptions while I deploy my application. $ appcfg.py update . Scanning files