[google-appengine] Re: can't vacuum index

2010-05-17 Thread frogrod
i tried vacuuming the indexes the next day in the morning and it worked. i don't know why it worked, maybe the servers were backed up? dunno On May 5, 3:18 pm, frogrod frog...@gmail.com wrote: the dashboard ww_wwunit type_ ▲ , level ▲ Serving type_ ▲ , level ▼ Serving type_ ▲ , origin ▲ ,

[google-appengine] Re: can't vacuum index

2010-05-17 Thread frogrod
but i still have one index that has been building for well over a week. On May 5, 3:18 pm, frogrod frog...@gmail.com wrote: the dashboard ww_wwunit type_ ▲ , level ▲ Serving type_ ▲ , level ▼ Serving type_ ▲ , origin ▲ , level ▲ Error this is what i got for output appcfg.py

[google-appengine] Re: can't vacuum index

2010-05-06 Thread frogrod
does anyone have any ideas on how to fix this? i have an index that has been building for the past 5 hours and and 3 indexes in error for the past 10. Is this normal for a table that only has 150 rows? On May 5, 4:35 pm, frogrod frog...@gmail.com wrote: i found this in the admin logs

[google-appengine] Re: can't vacuum index

2010-05-06 Thread Yao
I am getting this too. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For

[google-appengine] Re: can't vacuum index

2010-05-06 Thread Yao
I am getting this same error too. I can't vacuum the index either. On May 6, 8:35 am, frogrod frog...@gmail.com wrote: i found this in the admin logs 2010-05-05 15:22:39     frog...@gmail.com  Delete failed; attempting to move 1 index(es) to Error       kinds=ww_wwunit 2010-05-05 15:22:39    

[google-appengine] Re: can't vacuum index

2010-05-06 Thread Pete
I was having the same issue and managed to fix it by doing the vacuum/ update from another computer. My original upload was done using the Mac SDK and I got the vacuum/update working using a PC. Not sure if that had anything to do with it or if it's just a matter of performing the actions from

[google-appengine] Re: can't vacuum index

2010-05-05 Thread frogrod
the dashboard ww_wwunit type_ ▲ , level ▲ Serving type_ ▲ , level ▼ Serving type_ ▲ , origin ▲ , level ▲ Error this is what i got for output appcfg.py vacuum_indexes BurningPickles This index is no longer defined in your index.yaml file. kind: ww_wwunit properties: - name: type_ - name: origin

[google-appengine] Re: can't vacuum index

2010-05-05 Thread frogrod
i found this in the admin logs 2010-05-05 15:22:39 frog...@gmail.com Delete failed; attempting to move 1 index(es) to Error kinds=ww_wwunit 2010-05-05 15:22:39 frog...@gmail.com Deleted 1 index(es) kinds=ww_wwunit On May 5, 3:18 pm, frogrod frog...@gmail.com wrote: the