I created my first application and I want to deploy it on server. It 
doesn't work and in logs I found an error:

Uncaught exception from servlet 
> com.google.appengine.api.datastore.DatastoreNeedIndexException: The index 
> for this query is not ready to serve. See the Datastore Indexes page in the 
> Admin Console. The suggested index for this query is:
>
 <datastore-index kind="Greeting" ancestor="true" source="manual">
> <property name="date" direction="desc"/>
> </datastore-index>
>

I suppose that I have to paste this code into my application but I have no 
idea where. I was following this tutorial:

Google Apps TUTORIAL - 
Java<http://code.google.com/intl/pl/appengine/docs/java/gettingstarted/introduction.html>
 

Any ideas?

Thanks in advance :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/dcoN-DW7xLkJ.
To post to this group, send email to google-appengine-java@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