Google App Engine - Error vacuuming indexes

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-05-05T22:38:59Z Indexed on 2010/05/05 22:58 UTC
Read the original article Hit count: 194

Filed under:

I had an index that had status error, so following the docs I tried to vacuum my indexes to remove it. When running appcfg.py to vacuum it I got this error message:

Error 400: --- begin server output --- Deleting a composite index failed: ApplicationError: 1 --- end server output ---

Now all of my indexes are in error state. How can I fix this?

© Stack Overflow or respective owner

Related posts about google-app-engine