It takes a bit of time for the index to build. You can check on index build
progress here:

http://appengine.google.com/datastore/indexes?&app_id=testmetheresticky&version_id=1.346442496899624426

It looks like your index is serving, so you should be okay.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Tue, Nov 23, 2010 at 11:31 AM, Josef Dabernig <dasjogibts...@gmail.com>wrote:

> hi,
>
> i just downloaded the appengine-java-sdk-1.3.8 and tried the sticky
> example, but it doesn't seem to work:
>
> published the sticky example to http://testmetheresticky.appspot.com/
> but it doesn't finish loading + states the error: "No response from
> server".
>
> from the logs i can read
> org.datanucleus.ObjectManagerImpl preCommit:
> com.google.appengine.api.datastore.DatastoreNeedIndexException: no
> matching index found..      <datastore-index kind="Store$Note"
> ancestor="true" source="manual">
>        <property name="notes_INTEGER_IDX" direction="asc"/>
>    </datastore-index>
>
> so it seems to be some problem with the datastore index not being
> created.
>
> are there any additional steps i need to perform besides the
> following?
> - import sticky example from appengine-java-sdk-1.3.8/demos/sticky as
> eclipse project
> - deploy app engine project
>
> using
> - eclipse 3.5
> - google plugin 1.4
> - appengine-java-sdk-1.3.8
>
> thanks, josef
>
> --
> 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<google-appengine-java%2bunsubscr...@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