0

在 Google App Engine 上部署代理服务器时遇到此错误:

Error 400: --- begin server output ---
Creating a composite index failed for entity_type: "EntryPoint"
ancestor: false
Property {
  name: "last_updated"
  direction: 2
}
: This index:
entity_type: "EntryPoint"
ancestor: false
Property {
  name: "last_updated"
  direction: 2
}

is not necessary, since single-property indices are built in. Please remove it from your index file and upgrade to the latest version of the SDK, if you haven't already.
--- end server output ---

Your app was updated, but there was an error updating your indexes. Please retry later with appcfg.py update_indexes.
2013-04-30 09:42:11 (Process exited with code 0)

You can close this window now.
4

1 回答 1

0

据我了解,您需要删除 last_updated 的全部或部分属性。我仍在努力弄清楚要删除 msyelf 的确切内容,但一定会在我发现后立即分享。

谢谢,克

于 2013-09-18T14:50:38.030 回答