You'll need to use the vacuum_indexes command as described here since you have indexes which are in the "error" state.
http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Command_Line_Arguments In order to remove all indexes, you'll need to edit you index.yaml file to contain no indexes (might be a good idea to keep a backup copy for when you want to recreate them). Thank you, Jeff On Thu, Aug 27, 2009 at 6:52 PM, luciferous <[email protected]> wrote: > > Tried to vacuum, but error message is that the index doesn't exist. > Tried uploading an empty project, and then re-uploading the project, > but I get: > > Uploading index definitions. > Error 500: --- begin server output --- > > Server Error (500) > A server error has occurred. > --- end server output --- > Your app was updated, but there was an error updating your indexes. > Please retry later with appcfg.py update_indexes. > > My app is 'e-drop'. Need some help here. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
