I am trying to vacuum unused indexes from hosted app engine java 
application. Before this i successfully deleted the unused indexes with 
command 

>appengine-java-sdk-1.8.5\bin\appcfg.cmd vacuum_indexes C:\MyGAEJavaApp\war

But this time, Exactly dont know what happed, its showing error as:-

Please visit https://developers.google.com/appengine/downloads for the 
latest SDK.
********************************************************
Reading application configuration data...
Oct 18, 2013 3:50:11 PM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml

INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/appengine-web.xml
Oct 18, 2013 3:50:11 PM 
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/web.xml
Oct 18, 2013 3:50:11 PM 
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/cron.xml
Oct 18, 2013 3:50:11 PM 
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/queue.xml
Oct 18, 2013 3:50:11 PM com.google.apphosting.utils.config.IndexesXmlReader 
readConfigXml
INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/datastore-indexes.
xml
Oct 18, 2013 3:50:11 PM com.google.apphosting.utils.config.IndexesXmlReader 
readConfigXml
INFO: Successfully processed C:\MyGAEJavaApp\war\WEB-INF\appengine-generate
d\datastore-indexes-auto.xml

Beginning interaction for module default...
10% Found 4 local index definitions.

Error Details:
Line 0, column 12: Unable to find property 'application' on class: 
com.google.apphosting.utils.confi
g.IndexYamlReader$IndexYaml

Unable to perform vacuum_indexes
Unable to perform vacuum_indexes
Please see the logs 
[C:\Users\sridhar_pc\AppData\Local\Temp\appcfg922191814490203325.log] for 
furthe
r information.

*Log file is*:-

com.google.appengine.tools.admin.AdminException: Unable to perform 
vacuum_indexes
at 
com.google.appengine.tools.admin.AppAdminImpl.vacuumIndexes(AppAdminImpl.java:346)
at 
com.google.appengine.tools.admin.AppCfg$VacuumIndexesAction.execute(AppCfg.java:1605)
at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:327)
at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:210)
at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:121)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:117)
Caused by: com.google.apphosting.utils.config.AppEngineConfigException: 
Line 0, column 12: Unable to find property 'application' on class: 
com.google.apphosting.utils.config.IndexYamlReader$IndexYaml
at 
com.google.apphosting.utils.config.IndexYamlReader.parseMultiple(IndexYamlReader.java:158)
at 
com.google.appengine.tools.admin.IndexDeleter.diffIndexesOnServer(IndexDeleter.java:72)
at 
com.google.appengine.tools.admin.IndexDeleter.deleteUnusedIndexes(IndexDeleter.java:186)
at 
com.google.appengine.tools.admin.AppAdminImpl.vacuumIndexes(AppAdminImpl.java:342)
... 5 more
Caused by: 
com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader$YamlReaderException:
 
Line 0, column 12: Unable to find property 'application' on class: 
com.google.apphosting.utils.config.IndexYamlReader$IndexYaml
at 
com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.readValueInternal(YamlReader.java:259)
at 
com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.readValue(YamlReader.java:150)
at 
com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.read(YamlReader.java:106)
at 
com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.read(YamlReader.java:91)
at 
com.google.apphosting.utils.config.IndexYamlReader.parseMultiple(IndexYamlReader.java:203)
at 
com.google.apphosting.utils.config.IndexYamlReader.parseMultiple(IndexYamlReader.java:156)
... 8 more

Somebody please help me to solve this issue. 

Thank you.

 


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Attachment: appcfg684191747556582183.log
Description: Binary data

Reply via email to