[google-appengine] Re: Indexes stuck in "Building" state

2011-01-13 Thread mercies
I had no idea that was there, thank you so much! You're a lifesaver! On Jan 13, 9:08 am, Wim den Ouden wrote: > http://code.google.com/p/googleappengine/issues/entry?template=Produc... > > 2011/1/13 mercies : > > > > > > > > > > > Anyone?  This is for my senior project and I need to make sure it

Re: [google-appengine] Re: Indexes stuck in "Building" state

2011-01-13 Thread Wim den Ouden
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue 2011/1/13 mercies : > Anyone?  This is for my senior project and I need to make sure it > works correctly ASAP... > > On Jan 11, 8:30 am, mercies wrote: >> My indexes are stuck in "Building" state and have been so f

[google-appengine] Re: Indexes stuck in "Building" state

2011-01-13 Thread mercies
Anyone? This is for my senior project and I need to make sure it works correctly ASAP... On Jan 11, 8:30 am, mercies wrote: > My indexes are stuck in "Building" state and have been so for a couple > of days now. > > Could someone please clear them out? > > Also, I know I need to run vacuum_index

[google-appengine] Re: Indexes stuck in 'Building' state. Cannot vacuum ('because they no longer exist')

2009-09-03 Thread Corneliu Paul Lupulet
I've tried to 'upload' again those 2 index definitions that were stuck in building. It seems they reached 'serving' now, and i was able to vacuum them. On Thu, Sep 3, 2009 at 12:28 PM, Cornel wrote: > Hello! > > > I have two index stuck in 'Building' state, for the past 12 hours. I > still have

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
Sorry, my mistake. You should now be able to vaccum your indexes. -Nick Johnson On Wed, Aug 12, 2009 at 10:32 AM, Nick Johnson (Google) wrote: > The app you specify doesn't _have_ any indexes. > > -Nick Johnson > > On Tue, Aug 11, 2009 at 4:26 PM, Endri wrote: >> >> Hi Nick >> I also have 3 inde

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
The app you specify doesn't _have_ any indexes. -Nick Johnson On Tue, Aug 11, 2009 at 4:26 PM, Endri wrote: > > Hi Nick > I also have 3 indexes in my app (alin) which are stuck since two days > in the building state. Could you please help me set them to the error > state so I can perform a vacuu

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
On Tue, Aug 11, 2009 at 5:56 PM, Peecho wrote: > > I created an extra app, named peechobloog. The indexes get stuck in > that one, too. However, I played around with the actual order of the > indexes in the index.yaml file, and it seems that this index... > > - kind: Article >  properties: >  - na

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
On Tue, Aug 11, 2009 at 3:28 PM, Peecho wrote: > > Yes, I have run these commands, but the indexes are still stuck > (again). Since the indexes are standard Bloog (and I don't see anybody > else complaining), would it be worth a try to deploy the code into > another app to see if it would work the

[google-appengine] Re: Indexes stuck in building

2009-08-11 Thread Endri
Hi Nick I also have 3 indexes in my app (alin) which are stuck since two days in the building state. Could you please help me set them to the error state so I can perform a vacuum. Is there actually a way to set the stuck indexes to the error state myself so I and maybe others dont have to harass

[google-appengine] Re: Indexes stuck in building

2009-08-11 Thread Peecho
I created an extra app, named peechobloog. The indexes get stuck in that one, too. However, I played around with the actual order of the indexes in the index.yaml file, and it seems that this index... - kind: Article properties: - name: published direction: desc ...is causing problems. I

[google-appengine] Re: Indexes stuck in building

2009-08-11 Thread Peecho
Yes, I have run these commands, but the indexes are still stuck (again). Since the indexes are standard Bloog (and I don't see anybody else complaining), would it be worth a try to deploy the code into another app to see if it would work there? Or is there anything else I could do? Thanks for you

[google-appengine] Re: Indexes stuck in building

2009-08-11 Thread Nick Johnson (Google)
On Mon, Aug 10, 2009 at 8:46 PM, Peecho wrote: > > Thanks, I could vacuum them now. > > However, my second attempt does not seem to do much either. I am a > Python newbie, so I fear I do something wrong... > For some reason, I see only 4 indexes 'building' in my console, while > my index.yaml actu

[google-appengine] Re: Indexes stuck in building status

2009-08-10 Thread Jeff S (Google)
Hi Tom, I've errored out these indexes for you, so you can now vacuum and recreate. If my memory serves me correctly, I've reset these before and I'm wondering if there is something in your usual upload procedure which is triggering the stuck indexes issue. Could you describe the process you use w

[google-appengine] Re: Indexes stuck in building

2009-08-10 Thread Peecho
Thanks, I could vacuum them now. However, my second attempt does not seem to do much either. I am a Python newbie, so I fear I do something wrong... For some reason, I see only 4 indexes 'building' in my console, while my index.yaml actually describes 7 indexes. Does that mean some error in the o

[google-appengine] Re: Indexes stuck in building

2009-08-10 Thread Nick Johnson (Google)
Hi Peecho, I've moved your indexes to 'error'. Try vacuuming them now. -Nick Johnson On Sat, Aug 8, 2009 at 2:48 PM, Peecho wrote: > > Hi, > My indexes seem stuck in Building for over 4 days now. I tried to > vacuum them but alas. Could anybody help me out, please? > My app's name is peechotest