Not sure if this will help.. but the fix below was suggested here: http://code.google.com/p/googleappengine/issues/detail?id=744
"Workaround: The first thing you should do is go to your app's "Versions" page in the admin console (i.e. https://appengine.google.com/deployment?&app_id=<YOURAPPID> <https://appengine.google.com/deployment?&app_id=%3CYOURAPPID%3E> ). When there, if you see 10 different versions listed, then you will need to delete some of them. However, if you see fewer than 10, then you should also see that currently none of them is set to the default version (i.e. all the radio buttons are unselected). What you should then do is select the version you want to serve, and then hit the "Make Default" button. Once you have done this, your next appcfg deployment should go through just fine. Apologies for not addressing this earlier. I can tell this was an annoying wall to hit. Unfortunately, it's not possible right now to completely make this never happen again, and some small number of apps will continue to see this issue. Further, it may happen more often if the app does a lot of deployments per day and hits the "App Config Service Config App Call Count" quota limit." On Sun, Feb 28, 2010 at 10:01 PM, Nickolas Daskalou <[email protected]>wrote: > I do indeed have 10 different major versions already deployed, however I'm > trying to upload a revision of an already existing version, not a new > version. > > I just retried this again and I'm still getting the same error. > > Can someone at Google please take a look at this? > > Nick > > > On 28 February 2010 03:19, Robert Kluin <[email protected]> wrote: > >> There is a limit on the number of deployed instances for each app, I think >> it is 10. Just delete an old version. >> >> Robert >> >> >> >> >> On Feb 27, 2010, at 1:50, Nickolas Daskalou <[email protected]> wrote: >> >> I've been trying to upload a minor version of my app (have tried 3 >>> times in the last 5 minutes) and I'm getting this error using the Mac >>> OS X GoogleAppEngineLauncher app: >>> >>> Error 403: --- begin server output --- >>> >>> Too Many Versions (403) >>> The application already has the maximum number of versions. >>> --- end server output --- >>> >>> There's nothing on my Quotas page that indicates I've exceeded or even >>> getting close to any version limits. >>> >>> The last successful upload of my app occurred about 20 hours ago. App >>> id is "sportwurks". >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<google-appengine%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
