Not sure if it is the same, but I also started seeing with 100% repro error 500 today:
the deployment log says Unable to update: java.io.IOException: Error posting to URL: http://appengine.google.com/api/datastore/index/add?app_id=multisketchbetaprep10&version=1& 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:81) at com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:522) at com.google.appengine.tools.admin.AppVersionUpload.updateIndexes(AppVersionUpload.java:240) at com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:132) 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:148) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Admin console produces the same error 500 for the indices page. On Mon, Jun 28, 2010 at 7:21 PM, Geoffrey Spear <[email protected]> wrote: > This is a generic error; you'll need to check your error logs in the > dashboard to see what's causing it. > > Are you running Python 2.6 locally? This seems to be a common cause > of the "runs locally, but not in production" issue; the deployed > version will be run under Python 2.5.2, which can't necessarily run > code that works fine in 2.6. > > On Jun 28, 6:03 pm, Big_Ali <[email protected]> wrote: >> Hi, >> >> I used to deploy my application successfully. Then I made a small >> change. Although the program runs locally, the deployed version fails >> with the following failure: >> >> com.google.gwt.user.client.rpc.StatusCodeException: <html><head> <meta >> http-equiv="content-type" content="text/html;charset=utf-8"> >> <title>500 Server Error</title> </head> <body text=#000000 >> bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server >> encountered an error and could not complete your request.<p>If the >> problem persists, please <A HREF="http://code.google.com/appengine/ >> community.html">report</A> your problem and mention this error >> message and the query that caused it.</h2> <h2></h2> </body></html> >> >> I'm sure the code is fine. Is this a temporary problem? Any idea? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
