Dear appengine team and community,

Since 30 minutes ago, everytime I try to deploy my application to GAE,
I get this error :

[eclipse console]
Rolling back the update.
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/deploy?app_id=domodentweb&version=1l&;
403 Forbidden

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

Debugging information may be found in C:\Users\Nicanor\AppData\Local
\Temp\appengine-deploy1364314879345976711.log
[/eclipse console]

In the logfile I found this:
[logfile]
Unable to update:
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/deploy?app_id=domodentweb&version=1l&;
403 Forbidden

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

        at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
149)
        at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
82)
        at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
558)
        at
com.google.appengine.tools.admin.AppVersionUpload.deploy(AppVersionUpload.java:
517)
        at
com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:
480)
        at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
127)
        at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
        at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:
271)
        at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:
145)
        at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
[/logfile]

Initially, there were 8 versions, but I deleted some, remaining only 3
of them. Unfortunately I am still unable to deploy anything. I tried
with existing versions and with new versions.

Anyway, before becoming unable to deploy I had this situation (it
could be related):
The last version on the server was "1h" (stable version). Then I
deployed a new version "1k" (trunk version) in order to test it. In
the mean time, I fixed an annoying  bug on the stable version ("1h")
and tried to deploy it but the deployment got stuck at the point it
checks if the deployment was successful (where it says something like
"Deploying etc, etc, I will check again in 60 seconds"). I waited for
about 10 minutes, but it was saying every 60 seconds the same message.
I finally stopped the process and after that I became unable to deploy
the project.

The last version I deployed works fine. So, the application is still
alive. But I need to deploy new versions because I have fixed some
bugs and I need to deploy the fixed code.

IDE: eclipse with google (gwt-appengine) plugin
app-id: domodentweb
OS: windows7
language: java

Please let me know as soon as possible how could I fix this.

Thanks in advance.
Cristian Babula.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to