Hi Cyrille ,

The File exist in my directory, as well as the indexes is also
included in my datastore-indexes.xml. It works fine locally but when
deployed @ GAE it gives that particular error.

no matching index found..      <datastore-index
kind="MyBlogSpotComment" ancestor="true" source="manual">
        <property name="myBlogSpotComments_INTEGER_IDX"
direction="asc"/>
    </datastore-index>

On Sep 27, 1:21 pm, Cyrille Vincey <crll...@gmail.com> wrote:
> The GAE Eclipse plugin is supposed to create all required indexes in the
> config files when running the app in development mode.
> Those indexes are configured in the "datastore-indexes-auto.xml" file (dir
> : WEB-INF > appengine-generated)
>
> Sometimes it happens some indexes are missing.
> Then create or edit the "datastore-indexes.xml" (dir : WEB-INF) and create
> them manually.
> Seehttp://code.google.com/intl/fr-FR/appengine/docs/java/config/indexcon...
> ml
>
> On 27/09/10 09:11, "Prateek" <bittooagar...@gmail.com> wrote:
>
>
>
>
>
>
>
> >Hi,
> >Yesterday i just tried deploying my app on GAE. Everything worked fine
> >in the local deployment. But as soon as i tried access the same in GAE
> >prod, I received a Error saying that,
>
> >no matching index found..      <datastore-index
> >kind="MyBlogSpotComment" ancestor="true" source="manual">
> >        <property name="myBlogSpotComments_INTEGER_IDX"
> >direction="asc"/>
> >    </datastore-index>
>
> >I read in a forum saying that the Indexes in must yet be getting
> >created but i m not able to understand it....
>
> >My datastores Indexes dashboard shows as:
>
> >MyBlogSpotURL
> >myBlogSpotURLs_INTEGER_IDX ▲
> >Includes ancestors
> >Serving
>
> >MyMobileNumbers
> >myMobileNumbers_INTEGER_IDX ▲
> >Includes ancestors
> >Serving
>
> >Regards,
> >Prateek Agarwal
>
> >--
> >You received this message because you are subscribed to the Google Groups
> >"Google App Engine for Java" group.
> >To post to this group, send email to
> >google-appengine-j...@googlegroups.com.
> >To unsubscribe from this group, send email to
> >google-appengine-java+unsubscr...@googlegroups.com.
> >For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to