松尾さん
ありがとうございます。
いま確認したところ、手動で設定し直した、インデックス、今度は、Building から Serving に変わりました!
うまくいきそうです。
すべてがうまくいったらまた手順等を投稿するつもりです。
取り急ぎお礼まで。
大島
> 大島さん
>
> > 「第二回 App Engine Hack-a-thon 」参加に迷っていたら、もう定員に達して
> > しまったとのこと残念です。
>
> 参加ご希望でしたら今からでも名簿に追加しますので、その旨メールください。
>
> 本題の index についてですが、tanaka-san のおっしゃるやり方をまず試して
> みてください。それでもダメな場合は、本家の Group で相談すると Googler
> が手動で直してくれるというパターンが何件か見られます。
>
> 修復できなかった場合、本家の Group に相談してみると良いでしょう。
> app-id を教えていただければ、代理でメールする事もできますのでご相談くだ
> さい。
>
> Happy coding :-)
>
> -- Takashi Matsuo
>
> 2008/11/30 kimio tanaka <
kwin...@gmail.com>:
>
>
>
> > 対応のメールが見つかりました
> > index.yaml のバックアップしておいて、問題の index をここから削除して
> > vacuum_indexes し、 index.yaml を元に戻して update
> > する手順となります。
> > ----
> > To vacuum your indexes:
> > 1. Create a backup of your index.yaml specification
> > 2. Remove the definitions of the indexes in Error from your index.yaml file
> > 3. Run appcfg.py vacuum_indexes your_app_dir/
> > 4. Replace the modified version of your index.yaml file with the original
> > 5. Run appcfg.py update your_app_dir/
>
> > After completing these steps, your application's indexes should build
> > successfully. If your indexes still will not build, it is possible
> > your index definition will result in an exploding index, and can not
> > be built. For information on exploding indexes, please see:
> >
http://code.google.com/appengine/docs/datastore/queriesandindexes.htm...
> > ---
>
> > kwin / 田中
>
> > 2008/11/30 13:19 kimio tanaka <
kwin...@gmail.com>:
> >>> Building..ということはそのうち、Servingに変わるという認識だったのですが、
> >>> 24時間以上経っても変化ないです。
>
> >>> そのあたり何か、同じ体験をされた方とか、
> >>> 見るべきページをご存じでしたら、教えて頂けると幸いです。
>
> >> 同じような体験があります。
> >> 確かそのときは後から goole サイドから中途の処理があったので
> >> 対応しましたとうい、メールがきたように思います。
> >> 自分で
> >> appcfg.py [options] vacuum_indexes <app-directory>
> >> このあたりの処理を行ないました。
>
> >> 参考としてはこのあたりです。
> >>
http://code.google.com/appengine/docs/appcfgpy.html
> >> うろ憶えでもうしわけありませんが。参考まで。
>
> >> kwin/田中
>
> >> 2008/11/30 12:15 Tomoaki Oshima <
b...@osima.jp>: