Max, thanks for the reply. I realized that was the case when i started getting CapabilityDisabledException's when using the Datastore.
On Apr 28, 1:50 pm, "Max Ross (Google)" <[email protected]> wrote: > GAE is currently read-only for scheduled maintenance. I recommend > subscribing to the google-appengine-downtime-notify group if you'd like to > receive notifications of these events: > > http://groups.google.com/group/google-appengine-downtime-notify/brows... > > <http://groups.google.com/group/google-appengine-downtime-notify/brows...> > Thanks, > Max > > On Wed, Apr 28, 2010 at 1:42 PM, Rahul Ravikumar <[email protected]>wrote: > > > > > When i try to update my project using the Eclipse plugin - I see the > > following error message in my eclipse log. I am unable to update my > > application on GAE. > > > eclipse.buildId=I20090611-1540 > > java.version=1.6.0_20 > > java.vendor=Sun Microsystems Inc. > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US > > Framework arguments: -product org.eclipse.epp.package.jee.product > > Command-line arguments: -os win32 -ws win32 -arch x86 -product > > org.eclipse.epp.package.jee.product > > > Error > > Wed Apr 28 13:35:27 PDT 2010 > > Unable to update app: Error posting to URL: > > >https://appengine.google.com/api/appversion/create?app_id=myappid&ver... > > Internal Server Error > > > Server Error (500) > > A server error has occurred. > > > See the deployment console for more details > > > com.google.appengine.tools.admin.AdminException: Unable to update app: > > Error posting to URL: > >https://appengine.google.com/api/appversion/create?app_id=myappid&ver... > > 500 Internal Server Error > > > Server Error (500) > > A server error has occurred. > > > at > > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > > 62) > > 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) > > Caused by: java.io.IOException: Error posting to URL: > > >https://appengine.google.com/api/appversion/create?app_id=myappid&ver... > > 500 Internal Server Error > > > Server Error (500) > > A server error has occurred. > > > 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: > > 559) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: > > 376) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: > > 111) > > at > > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > > 56) > > ... 4 more > > > -------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > The deployment log is given below: > > > Unable to update: > > java.io.IOException: Error posting to URL: > > >https://appengine.google.com/api/appversion/create?app_id=myappid&ver... > > 500 Internal Server Error > > > Server Error (500) > > A server error has occurred. > > > 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: > > 559) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: > > 376) > > at > > > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: > > 111) > > 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) > > > Any ideas as to why this could be happening ? > > > Thanks, > > Rahul > > > -- > > 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]<google-appengine-java%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-appengine-java?hl=en. -- 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.
