Dear All,

When I deploy my application, and try to run it, I get a server error.
When I go to the logs, I find this error:

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..      <datastore-index kind="Toolbar"
ancestor="true" source="manual">
        <property name="toolbars_INTEGER_IDX" direction="asc"/>
    </datastore-index>

followed by the stacktrace of the exception.

When I open the datastore indexes section, I find that all the indexes
state is "Building" not "Serving". So is this the reason for the
exception that I am getting ?

Best Regards
John

-- 
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