[google-appengine] Re: Too Many Versions (403)

2008-09-30 Thread Aral Balkan

How many versions did you have? (I'm assuming you've hit some sort of
upper limit on _minor_ versions?)

Aral

On Sep 30, 7:34 pm, "Venkatesh Rangarajan"
<[EMAIL PROTECTED]> wrote:
> Hi,
> I am getting the following error when I try to upload my app. Been having
> this since last night and cannot update my APP at all ?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2008-09-30 Thread Venkatesh Rangarajan
I have 11 versions in all..my default version is 9.5

I can't update either version 11 or version 9,  neither can I add a new
version 12.


On Tue, Sep 30, 2008 at 2:18 PM, Aral Balkan <[EMAIL PROTECTED]> wrote:

>
> How many versions did you have? (I'm assuming you've hit some sort of
> upper limit on _minor_ versions?)
>
> Aral
>
> On Sep 30, 7:34 pm, "Venkatesh Rangarajan"
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I am getting the following error when I try to upload my app. Been having
> > this since last night and cannot update my APP at all ?
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2008-09-30 Thread Marzia Niccolai
This is most likely
http://code.google.com/p/googleappengine/issues/detail?id=690

Please try iterating the major version number in your app.yaml file.

-Marzia

On Tue, Sep 30, 2008 at 2:42 PM, Venkatesh Rangarajan <
[EMAIL PROTECTED]> wrote:

> I have 11 versions in all..my default version is 9.5
>
> I can't update either version 11 or version 9,  neither can I add a new
> version 12.
>
>
>
> On Tue, Sep 30, 2008 at 2:18 PM, Aral Balkan <[EMAIL PROTECTED]> wrote:
>
>>
>> How many versions did you have? (I'm assuming you've hit some sort of
>> upper limit on _minor_ versions?)
>>
>> Aral
>>
>> On Sep 30, 7:34 pm, "Venkatesh Rangarajan"
>> <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> > I am getting the following error when I try to upload my app. Been
>> having
>> > this since last night and cannot update my APP at all ?
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2008-09-30 Thread Venkatesh Rangarajan
Okay. I deleted all the versions ( from appengine console in PROD). Now I
was able to create a new version.

Rgds,
Venkatesh

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-13 Thread Atrus

See, that didn't do anything for me.  I think  that the rollback does
that to unfinished updates.  Whenever that error comes up, it says
rolling back.  So, how would I fix this particular error.

On Jun 26, 11:59 am, Tom Wu  wrote:
> appcfg.py rollback
>
> 2009/6/26 dannyr 
>
>
>
> > I'm getting the following error. I only have 1 version of the app.
> > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > My application name is 'launchset'.
>
> > Deploying new version.
> > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > occurred. Abort
> > ing.
> > Traceback (most recent call last):
> >  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1234, in DoUpload
> >    self.Commit()
> >  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1106, in Commit
> >    self.Deploy()
> >  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1134, in Deploy
> >    version=self.version)
> >  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengin
> > e_rpc.py", line 344, in Send
> >    f = self.opener.open(req)
> >  File "C:\Python25\lib\urllib2.py", line 387, in open
> >    response = meth(req, response)
> >  File "C:\Python25\lib\urllib2.py", line 498, in http_response
> >    'http', request, response, code, msg, hdrs)
> >  File "C:\Python25\lib\urllib2.py", line 425, in error
> >    return self._call_chain(*args)
> >  File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> >    result = func(*args)
> >  File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> >    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > HTTPError: HTTP Error 403: Forbidden
> > Rolling back the update.
> > Error 403: --- begin server output ---
>
> > Too Many Versions (403)
> > The application already has the maximum number of versions.
> > --- end server output ---
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too many Versions (403)

2009-07-13 Thread Jeff S (Google)
Hi Tim,

I'd be happy to look into this case more closely if you wouldn't mind
providing your app ID. A workaround which often helps in cases like these is
to upload a new version with a different version ID. It might be the case
that you were over the number of uploads quotas, if that was the issue then
it should be possible to upload today.

Thank you,

Jeff

On Sat, Jul 11, 2009 at 10:31 PM, Atrus  wrote:

>
> I am currently unable to update anymore due to an error stating that I
> have too many versions.  In the versions section of the dashboard, I
> only have 1 version (Version 1).
>
> I tried the command appcfg.py rollback, but to no avail.
>
> Additionally, in the versions tab, the one and only version is NOT the
> default, and if I were to attempt to set it as the default (clicking
> the radio button, and click Make Default) I get a server error.
> Additionally, I cannot delete that version, as I get an error message
> stating that I am not permitted to delete the Default (which it states
> that it isn't)
>
> How can I fix this?
> Thanks in advance,
> Tim
>
> >
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-18 Thread TaoGOGO

have you solve the problems?it happened to me the same?:(
can you help me?



On 6月13日, 下午3时00分, Philippe  wrote:
> Hi,
>
> I got this error for 1 hours now : Too ManyVersions(403)
> My quota stuff is green.
> I have only 1 version of my app.
> I tried making a new version, but it did not upload anything.
>
> I hope someone can help.
> here is the full error message:
>
> Deploying new version.
> 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> occurred. Aborting.
> Traceback (most recent call last):
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1234, in DoUpload self.Commit()
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1106, in Commit self.Deploy()
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1134, in Deploy version=self.version)
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> (req, response)
> File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> request, response, code, msg, hdrs)
> File "C:\python25\lib\urllib2.py", line 425, in error return
> self._call_chain(*args)
> File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> func(*args)
> File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 403: Forbidden
> Rolling back the update.
> Error 403: --- begin server output ---
>
> Too ManyVersions(403)
> The application already has themaximumnumberofversions.
> --- end server output ---
>
> Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-18 Thread TaoGOGO

have you solve the problems?it happened to me the same?:(
can you help me?

On 6月26日, 下午3时04分, dannyr  wrote:
> I'm getting the following error. I only have 1 version of the app.
> According to Quota Details, my Deployments are only 28 of 250 (11%).
> My application name is 'launchset'.
>
> Deploying new version.
> 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> occurred. Abort
> ing.
> Traceback (most recent call last):
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1234, in DoUpload
> self.Commit()
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1106, in Commit
> self.Deploy()
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1134, in Deploy
> version=self.version)
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appengin
> e_rpc.py", line 344, in Send
> f = self.opener.open(req)
>   File "C:\Python25\lib\urllib2.py", line 387, in open
> response = meth(req, response)
>   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> 'http', request, response, code, msg, hdrs)
>   File "C:\Python25\lib\urllib2.py", line 425, in error
> return self._call_chain(*args)
>   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> result = func(*args)
>   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 403: Forbidden
> Rolling back the update.
> Error 403: --- begin server output ---
>
> Too ManyVersions(403)
> The application already has themaximumnumberofversions.
> --- end server output ---
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-20 Thread Atrus

NO, I have not been able to slove this problem.

On Jul 19, 12:33 am, TaoGOGO  wrote:
> have you solve the problems?it happened to me the same?:(
> can you help me?
>
> On 6月26日, 下午3时04分, dannyr  wrote:
>
> > I'm getting the following error. I only have 1 version of the app.
> > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > My application name is 'launchset'.
>
> > Deploying new version.
> > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > occurred. Abort
> > ing.
> > Traceback (most recent call last):
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1234, in DoUpload
> > self.Commit()
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1106, in Commit
> > self.Deploy()
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1134, in Deploy
> > version=self.version)
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengin
> > e_rpc.py", line 344, in Send
> > f = self.opener.open(req)
> >   File "C:\Python25\lib\urllib2.py", line 387, in open
> > response = meth(req, response)
> >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> > 'http', request, response, code, msg, hdrs)
> >   File "C:\Python25\lib\urllib2.py", line 425, in error
> > return self._call_chain(*args)
> >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> > result = func(*args)
> >   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > HTTPError: HTTP Error 403: Forbidden
> > Rolling back the update.
> > Error 403: --- begin server output ---
>
> > Too ManyVersions(403)
> > The application already has themaximumnumberofversions.
> > --- end server output ---
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-20 Thread j...@zenkraft.com

Yes, I just hit this too:

Error 403:  begin server output ---

Too Many Versions (403)
The application already has the maximum number of versions.
--- end server output ---

On Jul 19, 6:33 am, TaoGOGO  wrote:
> have you solve the problems?it happened to me the same?:(
> can you help me?
>
> On 6月26日, 下午3时04分, dannyr  wrote:
>
> > I'm getting the following error. I only have 1 version of the app.
> > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > My application name is 'launchset'.
>
> > Deploying new version.
> > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > occurred. Abort
> > ing.
> > Traceback (most recent call last):
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1234, in DoUpload
> > self.Commit()
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1106, in Commit
> > self.Deploy()
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1134, in Deploy
> > version=self.version)
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengin
> > e_rpc.py", line 344, in Send
> > f = self.opener.open(req)
> >   File "C:\Python25\lib\urllib2.py", line 387, in open
> > response = meth(req, response)
> >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> > 'http', request, response, code, msg, hdrs)
> >   File "C:\Python25\lib\urllib2.py", line 425, in error
> > return self._call_chain(*args)
> >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> > result = func(*args)
> >   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > HTTPError: HTTP Error 403: Forbidden
> > Rolling back the update.
> > Error 403: --- begin server output ---
>
> > Too ManyVersions(403)
> > The application already has themaximumnumberofversions.
> > --- end server output ---
>
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-21 Thread Jeremy Truax

Crap I just got that, it's been working fine before that today.

I did notice they changed some quota stuff as of tomorrow, I think but
it doesn't say anything about a limited number of versions.

On Jul 19, 2:33 am, "j...@zenkraft.com"  wrote:
> Yes, I just hit this too:
>
> Error 403:  begin server output ---
>
> Too Many Versions (403)
> The application already has the maximum number of versions.
> --- end server output ---
>
> On Jul 19, 6:33 am, TaoGOGO  wrote:
>
> > have you solve the problems?it happened to me the same?:(
> > can you help me?
>
> > On 6月26日, 下午3时04分, dannyr  wrote:
>
> > > I'm getting the following error. I only have 1 version of the app.
> > > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > > My application name is 'launchset'.
>
> > > Deploying new version.
> > > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > > occurred. Abort
> > > ing.
> > > Traceback (most recent call last):
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.p
> > > y", line 1234, in DoUpload
> > > self.Commit()
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.p
> > > y", line 1106, in Commit
> > > self.Deploy()
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.p
> > > y", line 1134, in Deploy
> > > version=self.version)
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appengin
> > > e_rpc.py", line 344, in Send
> > > f = self.opener.open(req)
> > >   File "C:\Python25\lib\urllib2.py", line 387, in open
> > > response = meth(req, response)
> > >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> > > 'http', request, response, code, msg, hdrs)
> > >   File "C:\Python25\lib\urllib2.py", line 425, in error
> > > return self._call_chain(*args)
> > >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> > > result = func(*args)
> > >   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > HTTPError: HTTP Error 403: Forbidden
> > > Rolling back the update.
> > > Error 403: --- begin server output ---
>
> > > Too ManyVersions(403)
> > > The application already has themaximumnumberofversions.
> > > --- end server output ---
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too many Versions (403)

2009-07-21 Thread Jeremy Truax

I'm having the same problem. Only one version and my Daily quota of
Deployments is at a mere 12% utilization for the day. =/

On Jul 20, 11:05 am, Paul  wrote:
> X-No-Archive: yes
>
> After ~100 updates without changing the version string AppEngine
> suddenly
> tells me:
>
> > The application already has the maximum number of versions.
>
> Rollback or upload with other version-string did not help, the only
> version
> cant be deleted, no quote messages, after 3 days still the same.
>
> App-ID: w e b t a b l e t
>
> thanks
> Paul
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-21 Thread Jeremy Truax

Note It seems to be an old issue but not resolved:

http://code.google.com/p/googleappengine/issues/detail?id=690

On Jul 21, 2:44 pm, Jeremy Truax  wrote:
> Crap I just got that, it's been working fine before that today.
>
> I did notice they changed some quota stuff as of tomorrow, I think but
> it doesn't say anything about a limited number ofversions.
>
> On Jul 19, 2:33 am, "j...@zenkraft.com"  wrote:
>
> > Yes, I just hit thistoo:
>
> > Error 403:  begin server output ---
>
> >TooManyVersions(403)
> > The application already has the maximum number ofversions.
> > --- end server output ---
>
> > On Jul 19, 6:33 am, TaoGOGO  wrote:
>
> > > have you solve the problems?it happened to me the same?:(
> > > can you help me?
>
> > > On 6月26日, 下午3时04分, dannyr  wrote:
>
> > > > I'm getting the following error. I only have 1 version of the app.
> > > > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > > > My application name is 'launchset'.
>
> > > > Deploying new version.
> > > > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > > > occurred. Abort
> > > > ing.
> > > > Traceback (most recent call last):
> > > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.p
> > > > y", line 1234, in DoUpload
> > > > self.Commit()
> > > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.p
> > > > y", line 1106, in Commit
> > > > self.Deploy()
> > > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.p
> > > > y", line 1134, in Deploy
> > > > version=self.version)
> > > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appengin
> > > > e_rpc.py", line 344, in Send
> > > > f = self.opener.open(req)
> > > >   File "C:\Python25\lib\urllib2.py", line 387, in open
> > > > response = meth(req, response)
> > > >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> > > > 'http', request, response, code, msg, hdrs)
> > > >   File "C:\Python25\lib\urllib2.py", line 425, in error
> > > > return self._call_chain(*args)
> > > >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> > > > result = func(*args)
> > > >   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > HTTPError: HTTP Error 403: Forbidden
> > > > Rolling back the update.
> > > > Error 403: --- begin server output ---
>
> > > >TooManyVersions(403)
> > > > The application already has themaximumnumberofversions.
> > > > --- end server output ---
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too many Versions (403)

2009-07-21 Thread Jeremy Truax

Here's the issue about it: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I still am unable to get this working even with the workarounds people
have mentioned =/

On Jul 21, 2:49 pm, Jeremy Truax  wrote:
> I'm having the same problem. Only one version and my Daily quota of
> Deployments is at a mere 12% utilization for the day. =/
>
> On Jul 20, 11:05 am, Paul  wrote:
>
> > X-No-Archive: yes
>
> > After ~100 updates without changing the version string AppEngine
> > suddenly
> > tells me:
>
> > > The application already has the maximum number of versions.
>
> > Rollback or upload with other version-string did not help, the only
> > version
> > cant be deleted, no quote messages, after 3 days still the same.
>
> > App-ID: w e b t a b l e t
>
> > thanks
> > Paul
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too many Versions (403)

2009-07-21 Thread Jeremy Truax

The issue for this is here: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I'm having the same issue. I get an error "Too Many Versions" when I
try to "appcfg.py update".

I've tried rollback as well as incrementing the version number in my
app.yaml with no resolution.

I'm on version 1 still. My daily upload quota is still at 30 of 250
for the day so it's not like that's even maxed.


On Jul 13, 5:52 pm, "Jeff S (Google)"  wrote:
> Hi Tim,
>
> I'd be happy to look into this case more closely if you wouldn't mind
> providing your app ID. A workaround which often helps in cases like these is
> to upload a new version with a different version ID. It might be the case
> that you were over the number of uploads quotas, if that was the issue then
> it should be possible to upload today.
>
> Thank you,
>
> Jeff
>
> On Sat, Jul 11, 2009 at 10:31 PM, Atrus  wrote:
>
> > I am currently unable to update anymore due to an error stating that I
> > have too many versions.  In the versions section of the dashboard, I
> > only have 1 version (Version 1).
>
> > I tried the command appcfg.py rollback, but to no avail.
>
> > Additionally, in the versions tab, the one and only version is NOT the
> > default, and if I were to attempt to set it as the default (clicking
> > the radio button, and click Make Default) I get a server error.
> > Additionally, I cannot delete that version, as I get an error message
> > stating that I am not permitted to delete the Default (which it states
> > that it isn't)
>
> > How can I fix this?
> > Thanks in advance,
> > Tim
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-21 Thread Jeremy Truax

The issue for this is here: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I'm having the same issue. I get an error "Too Many Versions" when I
try to "appcfg.py update".

I've tried rollback as well as incrementing the version number in my
app.yaml with no resolution.

I'm on version 1 still. My daily upload quota is still at 30 of 250
for the day so it's not like that's even maxed.


On Jul 18, 10:38 pm, TaoGOGO  wrote:
> have you solve the problems?it happened to me the same?:(
> can you help me?
>
> On 6月13日, 下午3时00分, Philippe  wrote:
>
> > Hi,
>
> > I got this error for 1 hours now :TooManyVersions(403)
> > My quota stuff is green.
> > I have only 1 version of my app.
> > I tried making a new version, but it did not upload anything.
>
> > I hope someone can help.
> > here is the full error message:
>
> > Deploying new version.
> > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > occurred. Aborting.
> > Traceback (most recent call last):
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1234, in DoUpload self.Commit()
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1106, in Commit self.Deploy()
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1134, in Deploy version=self.version)
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > (req, response)
> > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > request, response, code, msg, hdrs)
> > File "C:\python25\lib\urllib2.py", line 425, in error return
> > self._call_chain(*args)
> > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > func(*args)
> > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > HTTPError: HTTP Error 403: Forbidden
> > Rolling back the update.
> > Error 403: --- begin server output ---
>
> >TooManyVersions(403)
> > The application already has themaximumnumberofversions.
> > --- end server output ---
>
> > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-24 Thread Philippe

Hi TaoGOGO,

I can not help you, last time, I had to wait 2 or 3 days, and then,
everything worked normally.

and since yesterday, it happened again.
here is my app ID : dicoillico

Yesterday, I had a message on my App Version Call quota and my App API
Call quota. (but everything was green in the quotadetails)
Today (after 24hours reset), no more messages, everything green, but
still "appcfg.py update" get a 403 error.

I hope AppEngine team can solve that.

Philippe

On Jul 22, 12:53 am, Jeremy Truax  wrote:
> The issue for this is 
> here:http://code.google.com/p/googleappengine/issues/detail?id=744
>
> I'm having the same issue. I get an error "Too Many Versions" when I
> try to "appcfg.py update".
>
> I've tried rollback as well as incrementing the version number in my
> app.yaml with no resolution.
>
> I'm on version 1 still. My daily upload quota is still at 30 of 250
> for the day so it's not like that's even maxed.
>
> On Jul 18, 10:38 pm, TaoGOGO  wrote:
>
> > have you solve the problems?it happened to me the same?:(
> > can you help me?
>
> > On 6月13日, 下午3时00分,Philippe wrote:
>
> > > Hi,
>
> > > I got this error for 1 hours now :TooManyVersions(403)
> > > My quota stuff is green.
> > > I have only 1 version of my app.
> > > I tried making a new version, but it did not upload anything.
>
> > > I hope someone can help.
> > > here is the full error message:
>
> > > Deploying new version.
> > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > occurred. Aborting.
> > > Traceback (most recent call last):
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > (req, response)
> > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > > request, response, code, msg, hdrs)
> > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > self._call_chain(*args)
> > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > func(*args)
> > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > HTTPError: HTTP Error 403: Forbidden
> > > Rolling back the update.
> > > Error 403: --- begin server output ---
>
> > >TooManyVersions(403)
> > > The application already has themaximumnumberofversions.
> > > --- end server output ---
>
> > > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-24 Thread Euan Adie

This is affecting me too. I've only got one version listed in the
application dashboard.

On Jul 21, 11:02 pm, Jeremy Truax  wrote:
> Note It seems to be an old issue but not resolved:
>
> http://code.google.com/p/googleappengine/issues/detail?id=690
>
> On Jul 21, 2:44 pm, Jeremy Truax  wrote:
>
>
>
> > Crap I just got that, it's been working fine before that today.
>
> > I did notice they changed some quota stuff as of tomorrow, I think but
> > it doesn't say anything about a limited number ofversions.
>
> > On Jul 19, 2:33 am, "j...@zenkraft.com"  wrote:
>
> > > Yes, I just hit thistoo:
>
> > > Error 403:  begin server output ---
>
> > >TooManyVersions(403)
> > > The application already has the maximum number ofversions.
> > > --- end server output ---
>
> > > On Jul 19, 6:33 am, TaoGOGO  wrote:
>
> > > > have you solve the problems?it happened to me the same?:(
> > > > can you help me?
>
> > > > On 6月26日, 下午3时04分, dannyr  wrote:
>
> > > > > I'm getting the following error. I only have 1 version of the app.
> > > > > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > > > > My application name is 'launchset'.
>
> > > > > Deploying new version.
> > > > > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > > > > occurred. Abort
> > > > > ing.
> > > > > Traceback (most recent call last):
> > > > >   File "C:\Program 
> > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.p
> > > > > y", line 1234, in DoUpload
> > > > > self.Commit()
> > > > >   File "C:\Program 
> > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.p
> > > > > y", line 1106, in Commit
> > > > > self.Deploy()
> > > > >   File "C:\Program 
> > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.p
> > > > > y", line 1134, in Deploy
> > > > > version=self.version)
> > > > >   File "C:\Program 
> > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > \appengin
> > > > > e_rpc.py", line 344, in Send
> > > > > f = self.opener.open(req)
> > > > >   File "C:\Python25\lib\urllib2.py", line 387, in open
> > > > > response = meth(req, response)
> > > > >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> > > > > 'http', request, response, code, msg, hdrs)
> > > > >   File "C:\Python25\lib\urllib2.py", line 425, in error
> > > > > return self._call_chain(*args)
> > > > >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> > > > > result = func(*args)
> > > > >   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > > HTTPError: HTTP Error 403: Forbidden
> > > > > Rolling back the update.
> > > > > Error 403: --- begin server output ---
>
> > > > >TooManyVersions(403)
> > > > > The application already has themaximumnumberofversions.
> > > > > --- end server output ---
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-24 Thread Philippe

this time, I could solve doing:
1- change the default version from 
http://appengine.google.com/deployment?&app_id=
I had 2 version (I always use n°1, so i switched to n°2)
2- upload the version I wanted tu upload (n°1)
it worked :)
3- change the default back to n°1

On Jul 24, 9:27 am, Philippe  wrote:
> Hi TaoGOGO,
>
> I can not help you, last time, I had to wait 2 or 3 days, and then,
> everything worked normally.
>
> and since yesterday, it happened again.
> here is my app ID : dicoillico
>
> Yesterday, I had a message on my App Version Call quota and my App API
> Call quota. (but everything was green in the quotadetails)
> Today (after 24hours reset), no more messages, everything green, but
> still "appcfg.py update" get a 403 error.
>
> I hope AppEngine team can solve that.
>
> Philippe
>
> On Jul 22, 12:53 am, Jeremy Truax  wrote:
>
> > The issue for this is 
> > here:http://code.google.com/p/googleappengine/issues/detail?id=744
>
> > I'm having the same issue. I get an error "Too Many Versions" when I
> > try to "appcfg.py update".
>
> > I've tried rollback as well as incrementing the version number in my
> > app.yaml with no resolution.
>
> > I'm on version 1 still. My daily upload quota is still at 30 of 250
> > for the day so it's not like that's even maxed.
>
> > On Jul 18, 10:38 pm, TaoGOGO  wrote:
>
> > > have you solve the problems?it happened to me the same?:(
> > > can you help me?
>
> > > On 6月13日, 下午3时00分,Philippe wrote:
>
> > > > Hi,
>
> > > > I got this error for 1 hours now :TooManyVersions(403)
> > > > My quota stuff is green.
> > > > I have only 1 version of my app.
> > > > I tried making a new version, but it did not upload anything.
>
> > > > I hope someone can help.
> > > > here is the full error message:
>
> > > > Deploying new version.
> > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > occurred. Aborting.
> > > > Traceback (most recent call last):
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > > (req, response)
> > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > > > request, response, code, msg, hdrs)
> > > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > > self._call_chain(*args)
> > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > > func(*args)
> > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > HTTPError: HTTP Error 403: Forbidden
> > > > Rolling back the update.
> > > > Error 403: --- begin server output ---
>
> > > >TooManyVersions(403)
> > > > The application already has themaximumnumberofversions.
> > > > --- end server output ---
>
> > > > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-07-28 Thread TaoGOGO

thanks! my app had got to nomal,i wait and change it 1 to 1,(1 is not
the default in my app).

On 7月24日, 下午1时40分, Philippe  wrote:
> this time, I could solve doing:
> 1- change the default version 
> fromhttp://appengine.google.com/deployment?&app_id=
> I had 2 version (I always use n°1, so i switched to n°2)
> 2- upload the version I wanted tu upload (n°1)
> it worked :)
> 3- change the default back to n°1
>
> On Jul 24, 9:27 am, Philippe  wrote:
>
>
>
> > Hi TaoGOGO,
>
> > I can not help you, last time, I had to wait 2 or 3 days, and then,
> > everything worked normally.
>
> > and since yesterday, it happened again.
> > here is my app ID : dicoillico
>
> > Yesterday, I had a message on my App Version Call quota and my App API
> > Call quota. (but everything was green in the quotadetails)
> > Today (after 24hours reset), no more messages, everything green, but
> > still "appcfg.py update" get a 403 error.
>
> > I hope AppEngine team can solve that.
>
> > Philippe
>
> > On Jul 22, 12:53 am, Jeremy Truax  wrote:
>
> > > The issue for this is 
> > > here:http://code.google.com/p/googleappengine/issues/detail?id=744
>
> > > I'm having the same issue. I get an error "Too Many Versions" when I
> > > try to "appcfg.py update".
>
> > > I've tried rollback as well as incrementing the version number in my
> > > app.yaml with no resolution.
>
> > > I'm on version 1 still. My daily upload quota is still at 30 of 250
> > > for the day so it's not like that's even maxed.
>
> > > On Jul 18, 10:38 pm, TaoGOGO  wrote:
>
> > > > have you solve the problems?it happened to me the same?:(
> > > > can you help me?
>
> > > > On 6月13日, 下午3时00分,Philippe wrote:
>
> > > > > Hi,
>
> > > > > I got this error for 1 hours now :TooManyVersions(403)
> > > > > My quota stuff is green.
> > > > > I have only 1 version of my app.
> > > > > I tried making a new version, but it did not upload anything.
>
> > > > > I hope someone can help.
> > > > > here is the full error message:
>
> > > > > Deploying new version.
> > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > > occurred. Aborting.
> > > > > Traceback (most recent call last):
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > > > (req, response)
> > > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > > > > request, response, code, msg, hdrs)
> > > > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > > > self._call_chain(*args)
> > > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > > > func(*args)
> > > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > > HTTPError: HTTP Error 403: Forbidden
> > > > > Rolling back the update.
> > > > > Error 403: --- begin server output ---
>
> > > > >TooManyVersions(403)
> > > > > The application already has themaximumnumberofversions.
> > > > > --- end server output ---
>
> > > > > Thank you !- 隐藏被引用文字 -
>
> - 显示引用的文字 -
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-08-03 Thread besook.com

我也有相同的问题.不知道怎么解决

I had thit problem too, anyone help me?

On Jul 24, 6:08 pm, Euan Adie  wrote:
> This is affecting me too. I've only got one version listed in the
> application dashboard.
>
> On Jul 21, 11:02 pm, Jeremy Truax  wrote:
>
>
>
> > Note It seems to be an old issue but not resolved:
>
> >http://code.google.com/p/googleappengine/issues/detail?id=690
>
> > On Jul 21, 2:44 pm, Jeremy Truax  wrote:
>
> > > Crap I just got that, it's been working fine before that today.
>
> > > I did notice they changed some quota stuff as of tomorrow, I think but
> > > it doesn't say anything about a limited number ofversions.
>
> > > On Jul 19, 2:33 am, "j...@zenkraft.com"  wrote:
>
> > > > Yes, I just hit thistoo:
>
> > > > Error 403:  begin server output ---
>
> > > >TooManyVersions(403)
> > > > The applicationalreadyhasthemaximumnumber ofversions.
> > > > --- end server output ---
>
> > > > On Jul 19, 6:33 am, TaoGOGO  wrote:
>
> > > > > have you solve the problems?it happened to me the same?:(
> > > > > can you help me?
>
> > > > > On 6月26日, 下午3时04分, dannyr  wrote:
>
> > > > > > I'm getting the following error. I only have 1 version of the app.
> > > > > > According to Quota Details, my Deployments are only 28 of 250 (11%).
> > > > > > My application name is 'launchset'.
>
> > > > > > Deploying new version.
> > > > > > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> > > > > > occurred. Abort
> > > > > > ing.
> > > > > > Traceback (most recent call last):
> > > > > >   File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appcfg.p
> > > > > > y", line 1234, in DoUpload
> > > > > > self.Commit()
> > > > > >   File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appcfg.p
> > > > > > y", line 1106, in Commit
> > > > > > self.Deploy()
> > > > > >   File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appcfg.p
> > > > > > y", line 1134, in Deploy
> > > > > > version=self.version)
> > > > > >   File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appengin
> > > > > > e_rpc.py", line 344, in Send
> > > > > > f = self.opener.open(req)
> > > > > >   File "C:\Python25\lib\urllib2.py", line 387, in open
> > > > > > response = meth(req, response)
> > > > > >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
> > > > > > 'http', request, response, code, msg, hdrs)
> > > > > >   File "C:\Python25\lib\urllib2.py", line 425, in error
> > > > > > return self._call_chain(*args)
> > > > > >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> > > > > > result = func(*args)
> > > > > >   File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
> > > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > > > HTTPError: HTTP Error 403: Forbidden
> > > > > > Rolling back the update.
> > > > > > Error 403: --- begin server output ---
>
> > > > > >TooManyVersions(403)
> > > > > > The applicationalreadyhasthemaximumnumberofversions.
> > > > > > --- end server output ---

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too many Versions (403)

2009-08-10 Thread Jon McAlister

Workaround documented at
http://code.google.com/p/googleappengine/issues/detail?id=744.
Apologies for the confusion.

On Tue, Jul 21, 2009 at 3:48 PM, Jeremy Truax wrote:
>
> Here's the issue about it: 
> http://code.google.com/p/googleappengine/issues/detail?id=744
>
> I still am unable to get this working even with the workarounds people
> have mentioned =/
>
> On Jul 21, 2:49 pm, Jeremy Truax  wrote:
>> I'm having the same problem. Only one version and my Daily quota of
>> Deployments is at a mere 12% utilization for the day. =/
>>
>> On Jul 20, 11:05 am, Paul  wrote:
>>
>> > X-No-Archive: yes
>>
>> > After ~100 updates without changing the version string AppEngine
>> > suddenly
>> > tells me:
>>
>> > > The application already has the maximum number of versions.
>>
>> > Rollback or upload with other version-string did not help, the only
>> > version
>> > cant be deleted, no quote messages, after 3 days still the same.
>>
>> > App-ID: w e b t a b l e t
>>
>> > thanks
>> > Paul
> >
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too many Versions (403)

2009-08-10 Thread Jon McAlister

Workaround documented at
http://code.google.com/p/googleappengine/issues/detail?id=744.
Apologies for the confusion.

On Tue, Jul 21, 2009 at 3:52 PM, Jeremy Truax wrote:
>
> The issue for this is here: 
> http://code.google.com/p/googleappengine/issues/detail?id=744
>
> I'm having the same issue. I get an error "Too Many Versions" when I
> try to "appcfg.py update".
>
> I've tried rollback as well as incrementing the version number in my
> app.yaml with no resolution.
>
> I'm on version 1 still. My daily upload quota is still at 30 of 250
> for the day so it's not like that's even maxed.
>
>
> On Jul 13, 5:52 pm, "Jeff S (Google)"  wrote:
>> Hi Tim,
>>
>> I'd be happy to look into this case more closely if you wouldn't mind
>> providing your app ID. A workaround which often helps in cases like these is
>> to upload a new version with a different version ID. It might be the case
>> that you were over the number of uploads quotas, if that was the issue then
>> it should be possible to upload today.
>>
>> Thank you,
>>
>> Jeff
>>
>> On Sat, Jul 11, 2009 at 10:31 PM, Atrus  wrote:
>>
>> > I am currently unable to update anymore due to an error stating that I
>> > have too many versions.  In the versions section of the dashboard, I
>> > only have 1 version (Version 1).
>>
>> > I tried the command appcfg.py rollback, but to no avail.
>>
>> > Additionally, in the versions tab, the one and only version is NOT the
>> > default, and if I were to attempt to set it as the default (clicking
>> > the radio button, and click Make Default) I get a server error.
>> > Additionally, I cannot delete that version, as I get an error message
>> > stating that I am not permitted to delete the Default (which it states
>> > that it isn't)
>>
>> > How can I fix this?
>> > Thanks in advance,
>> > Tim
> >
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-08-10 Thread Jon McAlister

Workaround documented at
http://code.google.com/p/googleappengine/issues/detail?id=744.
Apologies for the confusion.

On Tue, Jul 28, 2009 at 5:48 PM, TaoGOGO wrote:
>
> thanks! my app had got to nomal,i wait and change it 1 to 1,(1 is not
> the default in my app).
>
> On 7月24日, 下午1时40分, Philippe  wrote:
>> this time, I could solve doing:
>> 1- change the default version 
>> fromhttp://appengine.google.com/deployment?&app_id=
>> I had 2 version (I always use n°1, so i switched to n°2)
>> 2- upload the version I wanted tu upload (n°1)
>> it worked :)
>> 3- change the default back to n°1
>>
>> On Jul 24, 9:27 am, Philippe  wrote:
>>
>>
>>
>> > Hi TaoGOGO,
>>
>> > I can not help you, last time, I had to wait 2 or 3 days, and then,
>> > everything worked normally.
>>
>> > and since yesterday, it happened again.
>> > here is my app ID : dicoillico
>>
>> > Yesterday, I had a message on my App Version Call quota and my App API
>> > Call quota. (but everything was green in the quotadetails)
>> > Today (after 24hours reset), no more messages, everything green, but
>> > still "appcfg.py update" get a 403 error.
>>
>> > I hope AppEngine team can solve that.
>>
>> > Philippe
>>
>> > On Jul 22, 12:53 am, Jeremy Truax  wrote:
>>
>> > > The issue for this is 
>> > > here:http://code.google.com/p/googleappengine/issues/detail?id=744
>>
>> > > I'm having the same issue. I get an error "Too Many Versions" when I
>> > > try to "appcfg.py update".
>>
>> > > I've tried rollback as well as incrementing the version number in my
>> > > app.yaml with no resolution.
>>
>> > > I'm on version 1 still. My daily upload quota is still at 30 of 250
>> > > for the day so it's not like that's even maxed.
>>
>> > > On Jul 18, 10:38 pm, TaoGOGO  wrote:
>>
>> > > > have you solve the problems?it happened to me the same?:(
>> > > > can you help me?
>>
>> > > > On 6月13日, 下午3时00分,Philippe wrote:
>>
>> > > > > Hi,
>>
>> > > > > I got this error for 1 hours now :TooManyVersions(403)
>> > > > > My quota stuff is green.
>> > > > > I have only 1 version of my app.
>> > > > > I tried making a new version, but it did not upload anything.
>>
>> > > > > I hope someone can help.
>> > > > > here is the full error message:
>>
>> > > > > Deploying new version.
>> > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
>> > > > > occurred. Aborting.
>> > > > > Traceback (most recent call last):
>> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
>> > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
>> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
>> > > > > \appcfg.py", line 1106, in Commit self.Deploy()
>> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
>> > > > > \appcfg.py", line 1134, in Deploy version=self.version)
>> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
>> > > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
>> > > > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
>> > > > > (req, response)
>> > > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
>> > > > > request, response, code, msg, hdrs)
>> > > > > File "C:\python25\lib\urllib2.py", line 425, in error return
>> > > > > self._call_chain(*args)
>> > > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
>> > > > > func(*args)
>> > > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
>> > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
>> > > > > HTTPError: HTTP Error 403: Forbidden
>> > > > > Rolling back the update.
>> > > > > Error 403: --- begin server output ---
>>
>> > > > >TooManyVersions(403)
>> > > > > The application already has themaximumnumberofversions.
>> > > > > --- end server output ---
>>
>> > > > > Thank you !- 隐藏被引用文字 -
>>
>> - 显示引用的文字 -
> >
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-08-10 Thread Jon McAlister

Workaround documented at
http://code.google.com/p/googleappengine/issues/detail?id=744.
Apologies for the confusion.

2009/8/3 besook.com :
>
> 我也有相同的问题.不知道怎么解决
>
> I had thit problem too, anyone help me?
>
> On Jul 24, 6:08 pm, Euan Adie  wrote:
>> This is affecting me too. I've only got one version listed in the
>> application dashboard.
>>
>> On Jul 21, 11:02 pm, Jeremy Truax  wrote:
>>
>>
>>
>> > Note It seems to be an old issue but not resolved:
>>
>> >http://code.google.com/p/googleappengine/issues/detail?id=690
>>
>> > On Jul 21, 2:44 pm, Jeremy Truax  wrote:
>>
>> > > Crap I just got that, it's been working fine before that today.
>>
>> > > I did notice they changed some quota stuff as of tomorrow, I think but
>> > > it doesn't say anything about a limited number ofversions.
>>
>> > > On Jul 19, 2:33 am, "j...@zenkraft.com"  wrote:
>>
>> > > > Yes, I just hit thistoo:
>>
>> > > > Error 403:  begin server output ---
>>
>> > > >TooManyVersions(403)
>> > > > The applicationalreadyhasthemaximumnumber ofversions.
>> > > > --- end server output ---
>>
>> > > > On Jul 19, 6:33 am, TaoGOGO  wrote:
>>
>> > > > > have you solve the problems?it happened to me the same?:(
>> > > > > can you help me?
>>
>> > > > > On 6月26日, 下午3时04分, dannyr  wrote:
>>
>> > > > > > I'm getting the following error. I only have 1 version of the app.
>> > > > > > According to Quota Details, my Deployments are only 28 of 250 
>> > > > > > (11%).
>> > > > > > My application name is 'launchset'.
>>
>> > > > > > Deploying new version.
>> > > > > > 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
>> > > > > > occurred. Abort
>> > > > > > ing.
>> > > > > > Traceback (most recent call last):
>> > > > > >   File "C:\Program 
>> > > > > > Files\Google\google_appengine\google\appengine\tools
>> > > > > > \appcfg.p
>> > > > > > y", line 1234, in DoUpload
>> > > > > > self.Commit()
>> > > > > >   File "C:\Program 
>> > > > > > Files\Google\google_appengine\google\appengine\tools
>> > > > > > \appcfg.p
>> > > > > > y", line 1106, in Commit
>> > > > > > self.Deploy()
>> > > > > >   File "C:\Program 
>> > > > > > Files\Google\google_appengine\google\appengine\tools
>> > > > > > \appcfg.p
>> > > > > > y", line 1134, in Deploy
>> > > > > > version=self.version)
>> > > > > >   File "C:\Program 
>> > > > > > Files\Google\google_appengine\google\appengine\tools
>> > > > > > \appengin
>> > > > > > e_rpc.py", line 344, in Send
>> > > > > > f = self.opener.open(req)
>> > > > > >   File "C:\Python25\lib\urllib2.py", line 387, in open
>> > > > > > response = meth(req, response)
>> > > > > >   File "C:\Python25\lib\urllib2.py", line 498, in http_response
>> > > > > > 'http', request, response, code, msg, hdrs)
>> > > > > >   File "C:\Python25\lib\urllib2.py", line 425, in error
>> > > > > > return self._call_chain(*args)
>> > > > > >   File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
>> > > > > > result = func(*args)
>> > > > > >   File "C:\Python25\lib\urllib2.py", line 506, in 
>> > > > > > http_error_default
>> > > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
>> > > > > > HTTPError: HTTP Error 403: Forbidden
>> > > > > > Rolling back the update.
>> > > > > > Error 403: --- begin server output ---
>>
>> > > > > >TooManyVersions(403)
>> > > > > > The applicationalreadyhasthemaximumnumberofversions.
>> > > > > > --- end server output ---
>
> >
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Philippe

little mistake. it was not working for 10 hours (not just 1 hour)

On Jun 13, 9:00 am, Philippe  wrote:
> Hi,
>
> I got this error for 1 hours now : Too Many Versions (403)
> My quota stuff is green.
> I have only 1 version of my app.
> I tried making a new version, but it did not upload anything.
>
> I hope someone can help.
> here is the full error message:
>
> Deploying new version.
> 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> occurred. Aborting.
> Traceback (most recent call last):
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1234, in DoUpload self.Commit()
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1106, in Commit self.Deploy()
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1134, in Deploy version=self.version)
> File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> (req, response)
> File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> request, response, code, msg, hdrs)
> File "C:\python25\lib\urllib2.py", line 425, in error return
> self._call_chain(*args)
> File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> func(*args)
> File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 403: Forbidden
> Rolling back the update.
> Error 403: --- begin server output ---
>
> Too Many Versions (403)
> The application already has the maximum number of versions.
> --- end server output ---
>
> Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Philippe

I tried to delete my version. but appEngine refuse because I have only
one. sad...

I also tried to delete .appcfg_cookies and .appcfg_nag
not better ..

On Jun 13, 9:32 am, Philippe  wrote:
> little mistake. it was not working for 10 hours (not just 1 hour)
>
> On Jun 13, 9:00 am, Philippe  wrote:
>
> > Hi,
>
> > I got this error for 1 hours now : Too Many Versions (403)
> > My quota stuff is green.
> > I have only 1 version of my app.
> > I tried making a new version, but it did not upload anything.
>
> > I hope someone can help.
> > here is the full error message:
>
> > Deploying new version.
> > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > occurred. Aborting.
> > Traceback (most recent call last):
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1234, in DoUpload self.Commit()
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1106, in Commit self.Deploy()
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1134, in Deploy version=self.version)
> > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > (req, response)
> > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > request, response, code, msg, hdrs)
> > File "C:\python25\lib\urllib2.py", line 425, in error return
> > self._call_chain(*args)
> > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > func(*args)
> > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > HTTPError: HTTP Error 403: Forbidden
> > Rolling back the update.
> > Error 403: --- begin server output ---
>
> > Too Many Versions (403)
> > The application already has the maximum number of versions.
> > --- end server output ---
>
> > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread bwh...@dappervision.com

I've had this, make a new version with a new name and upload.  If that
doesn't work then make another with a different name.  It seems like
they have a limit on the number of uploads you can have for a
particular version, and it also seems like they have a weird problem
where it gives that error for versions I've never used and there is
only 1 other version (makes me think that something wasn't cleaned up
properly on their end.

On Jun 13, 5:41 am, Philippe  wrote:
> I tried to delete my version. but appEngine refuse because I have only
> one. sad...
>
> I also tried to delete .appcfg_cookies and .appcfg_nag
> not better ..
>
> On Jun 13, 9:32 am, Philippe  wrote:
>
>
>
> > little mistake. it was not working for 10 hours (not just 1 hour)
>
> > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > Hi,
>
> > > I got this error for 1 hours now : Too Many Versions (403)
> > > My quota stuff is green.
> > > I have only 1 version of my app.
> > > I tried making a new version, but it did not upload anything.
>
> > > I hope someone can help.
> > > here is the full error message:
>
> > > Deploying new version.
> > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > occurred. Aborting.
> > > Traceback (most recent call last):
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > (req, response)
> > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > > request, response, code, msg, hdrs)
> > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > self._call_chain(*args)
> > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > func(*args)
> > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > HTTPError: HTTP Error 403: Forbidden
> > > Rolling back the update.
> > > Error 403: --- begin server output ---
>
> > > Too Many Versions (403)
> > > The application already has the maximum number of versions.
> > > --- end server output ---
>
> > > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Philippe

thank you for helping !

but... my version "id" is very simple : 1
then, I tried with : 2, 3, 4
finally, with 'test', 'ttt', 

nothing worked yet :/


On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
wrote:
> I've had this, make a new version with a new name and upload.  If that
> doesn't work then make another with a different name.  It seems like
> they have a limit on the number of uploads you can have for a
> particular version, and it also seems like they have a weird problem
> where it gives that error for versions I've never used and there is
> only 1 other version (makes me think that something wasn't cleaned up
> properly on their end.
>
> On Jun 13, 5:41 am, Philippe  wrote:
>
> > I tried to delete my version. but appEngine refuse because I have only
> > one. sad...
>
> > I also tried to delete .appcfg_cookies and .appcfg_nag
> > not better ..
>
> > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > little mistake. it was not working for 10 hours (not just 1 hour)
>
> > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > Hi,
>
> > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > My quota stuff is green.
> > > > I have only 1 version of my app.
> > > > I tried making a new version, but it did not upload anything.
>
> > > > I hope someone can help.
> > > > here is the full error message:
>
> > > > Deploying new version.
> > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > occurred. Aborting.
> > > > Traceback (most recent call last):
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > > (req, response)
> > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > > > request, response, code, msg, hdrs)
> > > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > > self._call_chain(*args)
> > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > > func(*args)
> > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > HTTPError: HTTP Error 403: Forbidden
> > > > Rolling back the update.
> > > > Error 403: --- begin server output ---
>
> > > > Too Many Versions (403)
> > > > The application already has the maximum number of versions.
> > > > --- end server output ---
>
> > > > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Tony

On your "Quota Details" page, are you maxed out on your Total
Deployments (down at the bottom)?

On Jun 13, 6:39 am, Philippe  wrote:
> thank you for helping !
>
> but... my version "id" is very simple : 1
> then, I tried with : 2, 3, 4
> finally, with 'test', 'ttt', 
>
> nothing worked yet :/
>
> On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
> wrote:
>
> > I've had this, make a new version with a new name and upload.  If that
> > doesn't work then make another with a different name.  It seems like
> > they have a limit on the number of uploads you can have for a
> > particular version, and it also seems like they have a weird problem
> > where it gives that error for versions I've never used and there is
> > only 1 other version (makes me think that something wasn't cleaned up
> > properly on their end.
>
> > On Jun 13, 5:41 am, Philippe  wrote:
>
> > > I tried to delete my version. but appEngine refuse because I have only
> > > one. sad...
>
> > > I also tried to delete .appcfg_cookies and .appcfg_nag
> > > not better ..
>
> > > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > > little mistake. it was not working for 10 hours (not just 1 hour)
>
> > > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > > Hi,
>
> > > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > > My quota stuff is green.
> > > > > I have only 1 version of my app.
> > > > > I tried making a new version, but it did not upload anything.
>
> > > > > I hope someone can help.
> > > > > here is the full error message:
>
> > > > > Deploying new version.
> > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > > occurred. Aborting.
> > > > > Traceback (most recent call last):
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > > > (req, response)
> > > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 'http',
> > > > > request, response, code, msg, hdrs)
> > > > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > > > self._call_chain(*args)
> > > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > > > func(*args)
> > > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > > HTTPError: HTTP Error 403: Forbidden
> > > > > Rolling back the update.
> > > > > Error 403: --- begin server output ---
>
> > > > > Too Many Versions (403)
> > > > > The application already has the maximum number of versions.
> > > > > --- end server output ---
>
> > > > > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Philippe

no : 22 of 250
and so far, I never riched the 250.

On Jun 13, 1:30 pm, Tony  wrote:
> On your "Quota Details" page, are you maxed out on your Total
> Deployments (down at the bottom)?
>
> On Jun 13, 6:39 am, Philippe  wrote:
>
> > thank you for helping !
>
> > but... my version "id" is very simple : 1
> > then, I tried with : 2, 3, 4
> > finally, with 'test', 'ttt', 
>
> > nothing worked yet :/
>
> > On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
> > wrote:
>
> > > I've had this, make a new version with a new name and upload.  If that
> > > doesn't work then make another with a different name.  It seems like
> > > they have a limit on the number of uploads you can have for a
> > > particular version, and it also seems like they have a weird problem
> > > where it gives that error for versions I've never used and there is
> > > only 1 other version (makes me think that something wasn't cleaned up
> > > properly on their end.
>
> > > On Jun 13, 5:41 am, Philippe  wrote:
>
> > > > I tried to delete my version. but appEngine refuse because I have only
> > > > one. sad...
>
> > > > I also tried to delete .appcfg_cookies and .appcfg_nag
> > > > not better ..
>
> > > > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > > > little mistake. it was not working for 10 hours (not just 1 hour)
>
> > > > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > > > Hi,
>
> > > > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > > > My quota stuff is green.
> > > > > > I have only 1 version of my app.
> > > > > > I tried making a new version, but it did not upload anything.
>
> > > > > > I hope someone can help.
> > > > > > here is the full error message:
>
> > > > > > Deploying new version.
> > > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > > > occurred. Aborting.
> > > > > > Traceback (most recent call last):
> > > > > > File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > > File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > > > File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > > > File "C:\Program 
> > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > > > File "C:\python25\lib\urllib2.py", line 387, in open response = meth
> > > > > > (req, response)
> > > > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 
> > > > > > 'http',
> > > > > > request, response, code, msg, hdrs)
> > > > > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > > > > self._call_chain(*args)
> > > > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain result =
> > > > > > func(*args)
> > > > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > > > HTTPError: HTTP Error 403: Forbidden
> > > > > > Rolling back the update.
> > > > > > Error 403: --- begin server output ---
>
> > > > > > Too Many Versions (403)
> > > > > > The application already has the maximum number of versions.
> > > > > > --- end server output ---
>
> > > > > > Thank you !
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Philippe

message changed. getting shorter in a way:
I now got an error 500

Scanning files on local disk.
Initiating update.
2009-06-13 21:40:47,000 ERROR appcfg.py:1241 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1219, in DoUploadmissing_files = self.Begin()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1014, in Beginversion=self.version,
payload=self.config.ToYAML())
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengine_rpc.py", line 344, in Send   f = self.opener.open(req)
  File "C:\python25\lib\urllib2.py", line 387, in openresponse =
meth(req, response)
  File "C:\python25\lib\urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
  File "C:\python25\lib\urllib2.py", line 425, in errorreturn
self._call_chain(*args)
  File "C:\python25\lib\urllib2.py", line 360, in _call_chain
result = func(*args)
  File "C:\python25\lib\urllib2.py", line 506, in
http_error_defaultraise HTTPError(req.get_full_url(), code, msg,
hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Error 500: --- begin server output ---

Server Error (500)
A server error has occurred.
--- end server output ---

On Jun 13, 1:33 pm, Philippe  wrote:
> no : 22 of 250
> and so far, I never riched the 250.
>
> On Jun 13, 1:30 pm, Tony  wrote:
>
> > On your "Quota Details" page, are you maxed out on your Total
> > Deployments (down at the bottom)?
>
> > On Jun 13, 6:39 am, Philippe  wrote:
>
> > > thank you for helping !
>
> > > but... my version "id" is very simple : 1
> > > then, I tried with : 2, 3, 4
> > > finally, with 'test', 'ttt', 
>
> > > nothing worked yet :/
>
> > > On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
> > > wrote:
>
> > > > I've had this, make a new version with a new name and upload.  If that
> > > > doesn't work then make another with a different name.  It seems like
> > > > they have a limit on the number of uploads you can have for a
> > > > particular version, and it also seems like they have a weird problem
> > > > where it gives that error for versions I've never used and there is
> > > > only 1 other version (makes me think that something wasn't cleaned up
> > > > properly on their end.
>
> > > > On Jun 13, 5:41 am, Philippe  wrote:
>
> > > > > I tried to delete my version. but appEngine refuse because I have only
> > > > > one. sad...
>
> > > > > I also tried to delete .appcfg_cookies and .appcfg_nag
> > > > > not better ..
>
> > > > > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > > > > little mistake. it was not working for 10 hours (not just 1 hour)
>
> > > > > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > > > > Hi,
>
> > > > > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > > > > My quota stuff is green.
> > > > > > > I have only 1 version of my app.
> > > > > > > I tried making a new version, but it did not upload anything.
>
> > > > > > > I hope someone can help.
> > > > > > > here is the full error message:
>
> > > > > > > Deploying new version.
> > > > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > > > > occurred. Aborting.
> > > > > > > Traceback (most recent call last):
> > > > > > > File "C:\Program 
> > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > > > File "C:\Program 
> > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > > > > File "C:\Program 
> > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > > > > File "C:\Program 
> > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > > > > File "C:\python25\lib\urllib2.py", line 387, in open response = 
> > > > > > > meth
> > > > > > > (req, response)
> > > > > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 
> > > > > > > 'http',
> > > > > > > request, response, code, msg, hdrs)
> > > > > > > File "C:\python25\lib\urllib2.py", line 425, in error return
> > > > > > > self._call_chain(*args)
> > > > > > > File "C:\python25\lib\urllib2.py", line 360, in _call_chain 
> > > > > > > result =
> > > > > > > func(*args)
> > > > > > > File "C:\python25\lib\urllib2.py", line 506, in http_error_default
> > > > > > > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > > > > > > HTTPError: HTTP Error 403: Forbidden
> > > > > > > Rolling back the update.
> > > > > > > Error 403: --- begin server output ---
>
> > > > > > > Too Many Versions (403)
> > > > > > > The application already has the maximum number of versions.
> > > > > > > --- end server output ---
>
> > > > > > > Thank you !
--~--~--

[google-appengine] Re: Too Many Versions (403)

2009-06-13 Thread Philippe

if it helps to solve my problem.
On the dashboard of my app, I get that message : Your application is
exceeding a quota: App Config Service Delete App Version Call Count

last time I could upload was : 1 day, 8:30:16 ago

Now, I always get a 500 error when I upload. I can get a 403 error, if
I change the version of my app before uploading.

I have another app on that account that i can upload normaly
for both, I bought a .com


On Jun 13, 9:42 pm, Philippe  wrote:
> message changed. getting shorter in a way:
> I now got an error 500
>
> Scanning files on local disk.
> Initiating update.
> 2009-06-13 21:40:47,000 ERROR appcfg.py:1241 An unexpected error
> occurred. Aborting.
> Traceback (most recent call last):
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1219, in DoUpload    missing_files = self.Begin()
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1014, in Begin    version=self.version,
> payload=self.config.ToYAML())
>   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appengine_rpc.py", line 344, in Send   f = self.opener.open(req)
>   File "C:\python25\lib\urllib2.py", line 387, in open    response =
> meth(req, response)
>   File "C:\python25\lib\urllib2.py", line 498, in http_response
> 'http', request, response, code, msg, hdrs)
>   File "C:\python25\lib\urllib2.py", line 425, in error    return
> self._call_chain(*args)
>   File "C:\python25\lib\urllib2.py", line 360, in _call_chain
> result = func(*args)
>   File "C:\python25\lib\urllib2.py", line 506, in
> http_error_default    raise HTTPError(req.get_full_url(), code, msg,
> hdrs, fp)
> HTTPError: HTTP Error 500: Internal Server Error
> Error 500: --- begin server output ---
>
> Server Error (500)
> A server error has occurred.
> --- end server output ---
>
> On Jun 13, 1:33 pm, Philippe  wrote:
>
> > no : 22 of 250
> > and so far, I never riched the 250.
>
> > On Jun 13, 1:30 pm, Tony  wrote:
>
> > > On your "Quota Details" page, are you maxed out on your Total
> > > Deployments (down at the bottom)?
>
> > > On Jun 13, 6:39 am, Philippe  wrote:
>
> > > > thank you for helping !
>
> > > > but... my version "id" is very simple : 1
> > > > then, I tried with : 2, 3, 4
> > > > finally, with 'test', 'ttt', 
>
> > > > nothing worked yet :/
>
> > > > On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
> > > > wrote:
>
> > > > > I've had this, make a new version with a new name and upload.  If that
> > > > > doesn't work then make another with a different name.  It seems like
> > > > > they have a limit on the number of uploads you can have for a
> > > > > particular version, and it also seems like they have a weird problem
> > > > > where it gives that error for versions I've never used and there is
> > > > > only 1 other version (makes me think that something wasn't cleaned up
> > > > > properly on their end.
>
> > > > > On Jun 13, 5:41 am, Philippe  wrote:
>
> > > > > > I tried to delete my version. but appEngine refuse because I have 
> > > > > > only
> > > > > > one. sad...
>
> > > > > > I also tried to delete .appcfg_cookies and .appcfg_nag
> > > > > > not better ..
>
> > > > > > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > > > > > little mistake. it was not working for 10 hours (not just 1 hour)
>
> > > > > > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > > > > > My quota stuff is green.
> > > > > > > > I have only 1 version of my app.
> > > > > > > > I tried making a new version, but it did not upload anything.
>
> > > > > > > > I hope someone can help.
> > > > > > > > here is the full error message:
>
> > > > > > > > Deploying new version.
> > > > > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
> > > > > > > > occurred. Aborting.
> > > > > > > > Traceback (most recent call last):
> > > > > > > > File "C:\Program 
> > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > > > > File "C:\Program 
> > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > > > > > File "C:\Program 
> > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > > > > > File "C:\Program 
> > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > \appengine_rpc.py", line 344, in Send f = self.opener.open(req)
> > > > > > > > File "C:\python25\lib\urllib2.py", line 387, in open response = 
> > > > > > > > meth
> > > > > > > > (req, response)
> > > > > > > > File "C:\python25\lib\urllib2.py", line 498, in http_response 
> > > > > > > > 'http',
> > > > > > > > request, response, code, msg, hdrs)
> > > > > > > > File "C:\python25\lib\urllib2.py", line 425

[google-appengine] Re: Too Many Versions (403)

2009-06-14 Thread Philippe

after today's reset, not better. It was my last hope !

here is my app ID : dicoillico
I hope someone at google can help me finding what is wrong.

On Jun 14, 8:00 am, Philippe  wrote:
> if it helps to solve my problem.
> On the dashboard of my app, I get that message : Your application is
> exceeding a quota: App Config Service Delete App Version Call Count
>
> last time I could upload was : 1 day, 8:30:16 ago
>
> Now, I always get a 500 error when I upload. I can get a 403 error, if
> I change the version of my app before uploading.
>
> I have another app on that account that i can upload normaly
> for both, I bought a .com
>
> On Jun 13, 9:42 pm, Philippe  wrote:
>
> > message changed. getting shorter in a way:
> > I now got an error 500
>
> > Scanning files on local disk.
> > Initiating update.
> > 2009-06-13 21:40:47,000 ERROR appcfg.py:1241 An unexpected error
> > occurred. Aborting.
> > Traceback (most recent call last):
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1219, in DoUpload    missing_files = self.Begin()
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1014, in Begin    version=self.version,
> > payload=self.config.ToYAML())
> >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengine_rpc.py", line 344, in Send   f = self.opener.open(req)
> >   File "C:\python25\lib\urllib2.py", line 387, in open    response =
> > meth(req, response)
> >   File "C:\python25\lib\urllib2.py", line 498, in http_response
> > 'http', request, response, code, msg, hdrs)
> >   File "C:\python25\lib\urllib2.py", line 425, in error    return
> > self._call_chain(*args)
> >   File "C:\python25\lib\urllib2.py", line 360, in _call_chain
> > result = func(*args)
> >   File "C:\python25\lib\urllib2.py", line 506, in
> > http_error_default    raise HTTPError(req.get_full_url(), code, msg,
> > hdrs, fp)
> > HTTPError: HTTP Error 500: Internal Server Error
> > Error 500: --- begin server output ---
>
> > Server Error (500)
> > A server error has occurred.
> > --- end server output ---
>
> > On Jun 13, 1:33 pm, Philippe  wrote:
>
> > > no : 22 of 250
> > > and so far, I never riched the 250.
>
> > > On Jun 13, 1:30 pm, Tony  wrote:
>
> > > > On your "Quota Details" page, are you maxed out on your Total
> > > > Deployments (down at the bottom)?
>
> > > > On Jun 13, 6:39 am, Philippe  wrote:
>
> > > > > thank you for helping !
>
> > > > > but... my version "id" is very simple : 1
> > > > > then, I tried with : 2, 3, 4
> > > > > finally, with 'test', 'ttt', 
>
> > > > > nothing worked yet :/
>
> > > > > On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
> > > > > wrote:
>
> > > > > > I've had this, make a new version with a new name and upload.  If 
> > > > > > that
> > > > > > doesn't work then make another with a different name.  It seems like
> > > > > > they have a limit on the number of uploads you can have for a
> > > > > > particular version, and it also seems like they have a weird problem
> > > > > > where it gives that error for versions I've never used and there is
> > > > > > only 1 other version (makes me think that something wasn't cleaned 
> > > > > > up
> > > > > > properly on their end.
>
> > > > > > On Jun 13, 5:41 am, Philippe  wrote:
>
> > > > > > > I tried to delete my version. but appEngine refuse because I have 
> > > > > > > only
> > > > > > > one. sad...
>
> > > > > > > I also tried to delete .appcfg_cookies and .appcfg_nag
> > > > > > > not better ..
>
> > > > > > > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > > > > > > little mistake. it was not working for 10 hours (not just 1 
> > > > > > > > hour)
>
> > > > > > > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > > > > > > Hi,
>
> > > > > > > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > > > > > > My quota stuff is green.
> > > > > > > > > I have only 1 version of my app.
> > > > > > > > > I tried making a new version, but it did not upload anything.
>
> > > > > > > > > I hope someone can help.
> > > > > > > > > here is the full error message:
>
> > > > > > > > > Deploying new version.
> > > > > > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected 
> > > > > > > > > error
> > > > > > > > > occurred. Aborting.
> > > > > > > > > Traceback (most recent call last):
> > > > > > > > > File "C:\Program 
> > > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > > > > > File "C:\Program 
> > > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > > \appcfg.py", line 1106, in Commit self.Deploy()
> > > > > > > > > File "C:\Program 
> > > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > > \appcfg.py", line 1134, in Deploy version=self.version)
> > > > > > > > > File "C:\Program 
> > > > > > > > > Files\Google\google_appengine\google\appengine\

[google-appengine] Re: Too Many Versions (403)

2009-06-15 Thread Philippe

great !
working now. thank you.

Can you tell me what I did wrong ?
If possible, I would like to avoid getting again in that situation.


On Jun 14, 9:02 am, Philippe  wrote:
> after today's reset, not better. It was my last hope !
>
> here is my app ID : dicoillico
> I hope someone at google can help me finding what is wrong.
>
> On Jun 14, 8:00 am, Philippe  wrote:
>
> > if it helps to solve my problem.
> > On the dashboard of my app, I get that message : Your application is
> > exceeding a quota: App Config Service Delete App Version Call Count
>
> > last time I could upload was : 1 day, 8:30:16 ago
>
> > Now, I always get a 500 error when I upload. I can get a 403 error, if
> > I change the version of my app before uploading.
>
> > I have another app on that account that i can upload normaly
> > for both, I bought a .com
>
> > On Jun 13, 9:42 pm, Philippe  wrote:
>
> > > message changed. getting shorter in a way:
> > > I now got an error 500
>
> > > Scanning files on local disk.
> > > Initiating update.
> > > 2009-06-13 21:40:47,000 ERROR appcfg.py:1241 An unexpected error
> > > occurred. Aborting.
> > > Traceback (most recent call last):
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1219, in DoUpload    missing_files = self.Begin()
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py", line 1014, in Begin    version=self.version,
> > > payload=self.config.ToYAML())
> > >   File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appengine_rpc.py", line 344, in Send   f = self.opener.open(req)
> > >   File "C:\python25\lib\urllib2.py", line 387, in open    response =
> > > meth(req, response)
> > >   File "C:\python25\lib\urllib2.py", line 498, in http_response
> > > 'http', request, response, code, msg, hdrs)
> > >   File "C:\python25\lib\urllib2.py", line 425, in error    return
> > > self._call_chain(*args)
> > >   File "C:\python25\lib\urllib2.py", line 360, in _call_chain
> > > result = func(*args)
> > >   File "C:\python25\lib\urllib2.py", line 506, in
> > > http_error_default    raise HTTPError(req.get_full_url(), code, msg,
> > > hdrs, fp)
> > > HTTPError: HTTP Error 500: Internal Server Error
> > > Error 500: --- begin server output ---
>
> > > Server Error (500)
> > > A server error has occurred.
> > > --- end server output ---
>
> > > On Jun 13, 1:33 pm, Philippe  wrote:
>
> > > > no : 22 of 250
> > > > and so far, I never riched the 250.
>
> > > > On Jun 13, 1:30 pm, Tony  wrote:
>
> > > > > On your "Quota Details" page, are you maxed out on your Total
> > > > > Deployments (down at the bottom)?
>
> > > > > On Jun 13, 6:39 am, Philippe  wrote:
>
> > > > > > thank you for helping !
>
> > > > > > but... my version "id" is very simple : 1
> > > > > > then, I tried with : 2, 3, 4
> > > > > > finally, with 'test', 'ttt', 
>
> > > > > > nothing worked yet :/
>
> > > > > > On Jun 13, 12:35 pm, "bwh...@dappervision.com" 
> > > > > > 
> > > > > > wrote:
>
> > > > > > > I've had this, make a new version with a new name and upload.  If 
> > > > > > > that
> > > > > > > doesn't work then make another with a different name.  It seems 
> > > > > > > like
> > > > > > > they have a limit on the number of uploads you can have for a
> > > > > > > particular version, and it also seems like they have a weird 
> > > > > > > problem
> > > > > > > where it gives that error for versions I've never used and there 
> > > > > > > is
> > > > > > > only 1 other version (makes me think that something wasn't 
> > > > > > > cleaned up
> > > > > > > properly on their end.
>
> > > > > > > On Jun 13, 5:41 am, Philippe  wrote:
>
> > > > > > > > I tried to delete my version. but appEngine refuse because I 
> > > > > > > > have only
> > > > > > > > one. sad...
>
> > > > > > > > I also tried to delete .appcfg_cookies and .appcfg_nag
> > > > > > > > not better ..
>
> > > > > > > > On Jun 13, 9:32 am, Philippe  wrote:
>
> > > > > > > > > little mistake. it was not working for 10 hours (not just 1 
> > > > > > > > > hour)
>
> > > > > > > > > On Jun 13, 9:00 am, Philippe  wrote:
>
> > > > > > > > > > Hi,
>
> > > > > > > > > > I got this error for 1 hours now : Too Many Versions (403)
> > > > > > > > > > My quota stuff is green.
> > > > > > > > > > I have only 1 version of my app.
> > > > > > > > > > I tried making a new version, but it did not upload 
> > > > > > > > > > anything.
>
> > > > > > > > > > I hope someone can help.
> > > > > > > > > > here is the full error message:
>
> > > > > > > > > > Deploying new version.
> > > > > > > > > > 2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected 
> > > > > > > > > > error
> > > > > > > > > > occurred. Aborting.
> > > > > > > > > > Traceback (most recent call last):
> > > > > > > > > > File "C:\Program 
> > > > > > > > > > Files\Google\google_appengine\google\appengine\tools
> > > > > > > > > > \appcfg.py", line 1234, in DoUpload self.Commit()
> > > > > > > >

[google-appengine] Re: Too Many Versions (403)

2009-06-26 Thread Tom Wu
appcfg.py rollback


2009/6/26 dannyr 

>
>
> I'm getting the following error. I only have 1 version of the app.
> According to Quota Details, my Deployments are only 28 of 250 (11%).
> My application name is 'launchset'.
>
> Deploying new version.
> 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
> occurred. Abort
> ing.
> Traceback (most recent call last):
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1234, in DoUpload
>self.Commit()
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1106, in Commit
>self.Deploy()
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1134, in Deploy
>version=self.version)
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appengin
> e_rpc.py", line 344, in Send
>f = self.opener.open(req)
>  File "C:\Python25\lib\urllib2.py", line 387, in open
>response = meth(req, response)
>  File "C:\Python25\lib\urllib2.py", line 498, in http_response
>'http', request, response, code, msg, hdrs)
>  File "C:\Python25\lib\urllib2.py", line 425, in error
>return self._call_chain(*args)
>  File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
>result = func(*args)
>  File "C:\Python25\lib\urllib2.py", line 506, in http_error_default
>raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 403: Forbidden
> Rolling back the update.
> Error 403: --- begin server output ---
>
> Too Many Versions (403)
> The application already has the maximum number of versions.
> --- end server output ---
> >
>

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: "Too Many Versions (403)" Error on Deploy

2009-05-20 Thread Nick Johnson (Google)

How many major versions do you have active on App Engine? It's not
really intended that you have 10+ active versions of an app - once
you're done with an old version, you should delete it.

Also note - if it's helpful - that major version names are strings,
not integers, so you can name your versions as you wish. I typically
use "trunk" and "live", which gives me a stable name for my
in-development work. Once I've verified a release doesn't break
anything, I just redeploy to 'live'.

-Nick Johnson

On Tue, May 19, 2009 at 10:57 PM, Joe  wrote:
>
> Is anybody else seeing a "Too Many Versions (403)" error when they
> attempt a deploy? It's happening for me on version 11 of my app, even
> though this would be only the second mini-version within 11 ... and I
> tried bumping my version up to 12 to see if it was a bug specific to
> version 11 ... but I still received the error. I cannot go back to
> version 10 and test that direction because 10 is in production and I'd
> hate to lose...
>
> In the App Engine issue tracker, this is related to #744, I think...
> And, I put a comment up there yesterday but have not heard anything so
> I'm putting it out here for the community because it's a show-stopping
> kind of thing. Anyone else seen this kind of bug in deployment and
> found a workaround?
>
> Thank y'all kindly!
>
> Oh, just in case folks want to take a peek, here's a link directly to
> my issue tracker comment ... it includes debug output and app name:
>
> http://code.google.com/p/googleappengine/issues/detail?id=744&q=too%20many%20versions&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component#c5
> 

--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: "Too Many Versions (403)" Error on Deploy

2009-05-20 Thread Joe

Thank you Nick! We're back to deploying happily. We had 11 major
versions because we never saw/used the now obvious delete button on
the Versions management page. Now our versions are down to a tidy 2.

For future searchers who see this post, here are three tidbits that I
had not known about: "App Engine deployment too many versions
possibilities as well as app.yaml versions" ...

1) You should delete versions when you no longer need them.
2) Versions need not be monotonically increasing or even be
integers ... you can go with two versions whose names are "production"
and "staging" and cycle back and forth.
3) If you see a "Too Many Versions (403)" message, delete versions
that you do not need and try again.

One question that remains to be answered via this trail or the
documentation is whether or not you can potentially see a "Too Many
Versions" message if you have too many minor versions (the versions
that are incremented every time you do a deploy to a major version).
If you're here and you have only a couple major versions, you might be
in a (major) minor version logjam ... but I am *not* sure whether or
not that is possible...

If there is a wiki version of the docs that anybody is keeping out
there, I'd be happy to insert (1) - (3) into the documentation
appropriate!


On May 20, 9:38 am, "Nick Johnson (Google)" 
wrote:
> How many major versions do you have active on App Engine? It's not
> really intended that you have 10+ active versions of an app - once
> you're done with an old version, you should delete it.
>
> Also note - if it's helpful - that major version names are strings,
> not integers, so you can name your versions as you wish. I typically
> use "trunk" and "live", which gives me a stable name for my
> in-development work. Once I've verified a release doesn't break
> anything, I just redeploy to 'live'.
>
> -Nick Johnson
>
>
>
> On Tue, May 19, 2009 at 10:57 PM, Joe  wrote:
>
> > Is anybody else seeing a "Too Many Versions (403)" error when they
> > attempt a deploy? It's happening for me on version 11 of my app, even
> > though this would be only the second mini-version within 11 ... and I
> > tried bumping my version up to 12 to see if it was a bug specific to
> > version 11 ... but I still received the error. I cannot go back to
> > version 10 and test that direction because 10 is in production and I'd
> > hate to lose...
>
> > In the App Engine issue tracker, this is related to #744, I think...
> > And, I put a comment up there yesterday but have not heard anything so
> > I'm putting it out here for the community because it's a show-stopping
> > kind of thing. Anyone else seen this kind of bug in deployment and
> > found a workaround?
>
> > Thank y'all kindly!
>
> > Oh, just in case folks want to take a peek, here's a link directly to
> > my issue tracker comment ... it includes debug output and app name:
>
> >http://code.google.com/p/googleappengine/issues/detail?id=744&q=too%2...
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: "Too Many Versions (403)" Error on Deploy

2009-05-23 Thread Nick Winter

I can't upload any more due to a Too Many Versions error, as of this
morning. I did five uploads this morning, switching between versions 7
and 8 (which we've been using for a long time). But without any
change, everything results in 403, now, to either version. I tried
deleting versions 1-6, doing rollbacks, etc., but with no luck. (Can't
upload to 6, either, a now-deleted version).

Anything else I can try? Thanks!
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: "Too Many Versions (403)" Error on Deploy

2009-05-23 Thread Nick Winter

Okay, I was just able to upload again. Weird! Hope that it's fixed,
now.
--~--~-~--~~~---~--~~
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 this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---