[google-appengine] Re: Building index stucked

2009-05-31 Thread akisute

Thank you Jeff! Tried vacuum_indexes again and it worked! Now I can
handle this myself.

Following is the error message when I've tried vacuum_indexes first
time. I hope this may help you...


akisute $ appcfg.py --force vacuum_indexes .
Fetching index definitions diff.
Deleting selected index definitions.
2009-05-02 12:48:33,476 WARNING appcfg.py:670 An index was not
deleted.  Most likely this is because it no longer exists.

kind: Article
properties:
- name: is_duplicated
- direction: desc
  name: date_update


Thanks again!

Masashi Ono

On 5月27日, 午前3:25, Jeff S (Google) j...@google.com wrote:
 Hi it looks like the stuck index has been moved into the error state.
 You should now be able to vacuum this index. When you mention that the
 vacuum index failed, what was the error message?

 Thank you,

 Jeff

 On May 24, 5:54 am,akisuteakisutes...@gmail.com wrote:

  Hi,
  I've got a problem while building a new index for my applicaiton.
  index.yaml is correctly uploaded but its status is stacked in
  Building for a month. Something must be wrong.
  I've tried vaccuming the index by appcfg.py but failed... I need some
  help. My application ID is nikkeiphone.
  Thanks.
--~--~-~--~~~---~--~~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Building index stucked

2009-05-24 Thread akisute

Hi,
I've got a problem while building a new index for my applicaiton.
index.yaml is correctly uploaded but its status is stacked in
Building for a month. Something must be wrong.
I've tried vaccuming the index by appcfg.py but failed... I need some
help. My application ID is nikkeiphone.
Thanks.


--~--~-~--~~~---~--~~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Index stuck issue: Can anyone reset my indexes?

2009-05-04 Thread akisute

Hi,
I know there's a bunch of similar discussions already, but indexes in
my application is totally stucked and cannot be reset by myself.
I've made the problem index about 5 days before and is still in
Building status. I tried to reset them using appcfg.py
vacuum_indexes, but was failed with a message like this:

---
akisute nikkeiphone_3$ appcfg.py vacuum_indexes .
Fetching index definitions diff.
Email: akisutes...@gmail.com
Password for akisutes...@gmail.com:
This index is no longer defined in your index.yaml file.

kind: Article
properties:
- name: is_duplicated
- direction: desc
  name: date_update


Are you sure you want to delete this index? (N/y/a): y
Deleting selected index definitions.
2009-05-01 15:27:05,660 WARNING appcfg.py:670 An index was not
deleted.  Most likely this is because it no longer exists.

kind: Article
properties:
- name: is_duplicated
- direction: desc
  name: date_update
---

Warning message told me that the index is no longer exists but from
my admin console the index is still alive in Building status.

Any googlers can help me? My app ID is nikkeiphone.


--~--~-~--~~~---~--~~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---