Have you checked to see which indexes are in error state? Did you try vacuuming your indexes?
Robert On Sun, May 22, 2011 at 15:49, Ivan Samuel <[email protected]> wrote: > I am experiencing problems when I deploy Java Application using plugin > eclipse. It looks like it´s a problem when create index. Can somebody > help me??? Thanks forward > > Created staging directory at: 'C:\DOCUME~1\IVAN&V~1\CONFIG~1\Temp > \appcfg4921175991659656877.tmp' > Scanning for jsp files. > Compiling jsp files. > Scanning files on local disk. > Initiating update. > Cloning 2 static files. > Cloning 27 application files. > Uploading 0 files. > Initializing precompilation... > Deploying new version. > Will check again in 1 seconds. > Will check again in 2 seconds. > Will check again in 4 seconds. > Closing update: new version is ready to start serving. > Uploading index definitions. > java.io.IOException: Error posting to URL: > https://appengine.google.com/api/datastore/index/add?app_id=ists-cloud-test&version=1& > 400 Bad Request > Cannot build indexes that are in state ERROR. > > To vacuum and rebuild your indexes: > 1. Create a backup of your index.yaml specification. > 2. Determine the indexes in state ERROR from your admin console: > https://appengine.google.com/datastore/indexes?&app_id=s~ists-cloud-test > 3. Remove the definitions of the indexes in ERROR from your index.yaml > file. > 4. Run "appcfg.py vacuum_indexes your_app_dir/" > 5. Wait until the ERROR indexes no longer appear in your admin > console. > 6. Replace the modified version of your index.yaml file with the > original. > 7. Run "appcfg.py update_indexes your_app_dir/" > > -- > 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. > > -- 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.
