Having issues vacuuming the indexes that are marked in error in my
application dashboard.
After receiving an error when uploading an application with it indexes
I have not been able to vacuum the indexes in order to upload the
index again.
This is the stack trace it is logged after the vacuum_indexes fails.
com.google.appengine.tools.admin.AdminException: Unable to perform
vacuum_indexes
at
com.google.appengine.tools.admin.AppAdminImpl.vacuumIndexes(AppAdminImpl.java:
247)
at com.google.appengine.tools.admin.AppCfg
$VacuumIndexesAction.execute(AppCfg.java:830)
at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:157)
at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:65)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61)
Caused by: java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/index/delete?app_id=importerparxtest&
400 Bad Request
Deleting a composite index failed: ApplicationError: 1
at
com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:
245)
at
com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:
207)
at
com.google.appengine.tools.admin.IndexDeleter.post(IndexDeleter.java:
107)
at
com.google.appengine.tools.admin.IndexDeleter.deleteIndexesOnServer(IndexDeleter.java:
93)
at
com.google.appengine.tools.admin.IndexDeleter.deleteUnusedIndexes(IndexDeleter.java:
201)
at
com.google.appengine.tools.admin.AppAdminImpl.vacuumIndexes(AppAdminImpl.java:
243)
... 4 more
--
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.