>From the sound of the error message, your application is being updated
properly aside from your index definitions. Are you seeing something
different? Did you remove the index definition in question from index.yaml
as instructed? Also, which version of the SDK are you using? Version 1.2.2
was released last Friday, and you should download the new SDK if you haven't
already.

http://code.google.com/p/googleappengine/downloads/list

Without the contents of your index.yaml file and more information, it's hard
to determine your problem. Can you reply with this and your application ID?
Also, any more details such as whether your application, indexes aside, is
being updated correctly will be helpful.

Thanks,
- Jason

On Mon, May 11, 2009 at 6:51 PM, hongde.liu <[email protected]> wrote:

>
> Hi everyone
>
>   when I run the command "appcfg.py update ../cpedialog" in new
> project
>   I always get the same information:
> Scanning files on local disk.
> Initiating update.
> Could not guess mimetype for img/favicon.ico.  Using application/
> octet-
> stream.
> Cloning 83 static files.
> Cloning 165 application files.
> Cloned 100 files.
> Deploying new version.
> Checking if new version is ready to serve.
> Will check again in 1 seconds.
> Checking if new version is ready to serve.
> Closing update: new version is ready to start serving.
> Uploading index definitions.
> Error 400: --- begin server output ---
> Creating a composite index failed: This index:
> entity_type: "Archive"
> ancestor: false
> Property {
>  name: "date"
>  direction: 2
> }
>
> is not necessary, since single-property indices are built in. Please
> remove it f
> rom 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.
>
> and I also run the command "appcfg.py --force vacuum_indexes ../
> cpedialog"
>
> it shows
> "Fetching index definitions diff.
>
> "
> I do not know what to do next
>
> can any one help me?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to