I am getting following error when trying to upload my application, I
am using Eclipse plugin.

java.io.IOException: Error posting to URL:
http://appengine.google.com/api/datastore/index/add?app_id=mma-engine&version=1&;
400 Bad Request
Cannot build indexes that are in state ERROR.

To vacuum and rebuild your indexes:
1. Create a backup of your index.yaml specification.
2. Determine the indexes in state ERROR from your admin console:
http://appengine.google.com/datastore/indexes?&app_id=mma-engine
3. Remove the definitions of the indexes in ERROR from your index.yaml
file.
4. Run "appcfg.py vacuum_indexes your_app_dir/"
5. Wait until the ERROR indexes no longer appear in your admin
console.
6. Replace the modified version of your index.yaml file with the
original.
7. Run "appcfg.py update_indexes your_app_dir/"

I do see errors for my indexes in Datastore/Indexes panel. How to use
appcfg.py? I don't see this utility in the download. I tried using
appcfg.cmd and it did not work...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to