How often are you seeing this? Is there any discernible pattern when this occurs, e.g. after adding a new static file or updating a large class/JSP, changing a version, certain time of day, etc.?
Also, what is your application's ID? - Jason On Sun, Sep 6, 2009 at 12:19 PM, barak <[email protected]> wrote: > > Hi, > > I'm using Eclipse plugin and sdk-1.2.2 to upload my app to GAE, its > size is 109MB. From time to time I'm facing upload problems with the > following error: java.io.IOException: Error posting to URL: > http://appengine.google.com/api/appversion/addblob?path=__.....500 > Internal Server Error > > The stack trace is: > > Unable to upload: > java.io.IOException: Error posting to URL: > http://appengine.google.com/api/appversion/addblob?path=__static_... > 500 Internal Server Error > > Server Error (500) > A server error has occurred. > > at com.google.appengine.tools.admin.ServerConnection.send > (ServerConnection.java:143) > at com.google.appengine.tools.admin.ServerConnection.post > (ServerConnection.java:95) > at com.google.appengine.tools.admin.AppVersionUpload.send > (AppVersionUpload.java:420) > at com.google.appengine.tools.admin.AppVersionUpload.uploadFile > (AppVersionUpload.java:323) > at com.google.appengine.tools.admin.AppVersionUpload.doUpload > (AppVersionUpload.java:105) > at com.google.appengine.tools.admin.AppAdminImpl.update > (AppAdminImpl.java:53) > at > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy > (AppEngineBridgeImpl.java:271) > at > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace > (DeployProjectJob.java:148) > at org.eclipse.core.internal.resources.InternalWorkspaceJob.run > (InternalWorkspaceJob.java:38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > > Is there something I should configured somewhere? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
