This message offen occurs when you find entity which doesn't exist in
the datastore. To solve in this case, you comment these lines which
find object in the datastore and insert some stuff entities, after
that you can uncomment and find anything in GameDataV1.

Hope it helps.

On Jun 14, 2:38 am, Philip Tucker <[email protected]> wrote:
> I'm getting a NucleusObjectNotFoundException in my app. The odd thing
> is I don't get it on the query, I get on first access to a field in
> the object. I'm guessing this means an entity was deleted but the
> index was not properly updated.
>
> Here's the stack:
>
> org.datanucleus.state.JDOStateManagerImpl isLoaded: Exception thrown
> by StateManager.isLoaded
> Could not retrieve entity of kind GameDataV1 with key
> GameDataV1(569016)
> org.datanucleus.exceptions.NucleusObjectNotFoundException: Could not
> retrieve entity of kind GameDataV1 with key GameDataV1(569016)
>         at
> org.datanucleus.store.appengine.DatastoreExceptionTranslator.wrapEntityNotFoundException(DatastoreExceptionTranslator.java:
> 60)
>         at
> org.datanucleus.store.appengine.DatastorePersistenceHandler.get(DatastorePersistenceHandler.java:
> 100)
>         at
> org.datanucleus.store.appengine.DatastorePersistenceHandler.get(DatastorePersistenceHandler.java:
> 106)
>         at
> org.datanucleus.store.appengine.DatastorePersistenceHandler.fetchObject(DatastorePersistenceHandler.java:
> 464)
>         at
> org.datanucleus.state.JDOStateManagerImpl.loadUnloadedFieldsInFetchPlan(JDOStateManagerImpl.java:
> 1627)
>         at
> org.datanucleus.state.JDOStateManagerImpl.isLoaded(JDOStateManagerImpl.java:
> 1920)
>         at com.honkentuber.wordwise.db.GameDataV1.jdoGetname(GameDataV1.java)
>         at com.honkentuber.wordwise.db.GameDataV1.getName(GameDataV1.java:
> 257)
>         at
> com.honkentuber.wordwise.db.WordwiseDatabase.fetchGamesDataByMember(WordwiseDatabase.java:
> 152)

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