Today I uploaded the first version of my application and got on a message about indexes with errors that suggested that I need to vacuum them. Strange because my data store is completely empty and I've never uploaded anything before...
Anyway, I'm using Java so I had to download the Python API and install Python (what a pain!) following the instructions at http://groups.google.com/group/google-appengine-java/browse_thread/thread/c8a7888438efeb9/cdbaeb27befcfd75?lnk=gst&q=vacuum#cdbaeb27befcfd75 to create a fake app.yaml. And after all this, I still can't vacuum my indexes. appcfg.py found the two indexes with errors, but wouldn't erase them. Here's my error message: Are you sure you want to delete this index? (N/y/a): y Deleting selected index definitions. Error 400: --- begin server output --- Deleting a composite index failed: ApplicationError: 1 --- end server output --- Is there something wrong with GAE today. Can someone at Google help? My App ID is vagabooks Cheers, Ben -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
