Hi, I'm writing a proof of concept with appengine, and I'm getting this error consistently:
java.io.IOException: Error posting to URL: https://appengine.google.com/api/datastore/index/add?app_id=clj-contact&version=2& 500 Internal Server Error The app deploys, but since my datastore-indexes.xml file wasn't processed, my queries fail. Index file is trivial: <datastore-indexes> <datastore-index kind="ballot-entity"> <property name="user-id" direction="asc"/> <property name="modified" direction="desc"/> </datastore-index> </datastore-indexes> This error has occurred at least 10 times today for me with zero successes, so it doesn't seem very transient. Any thoughts? -- James -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/AF3Usj_UmvkJ. 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.
