A lot of Objectify users are reporting an NPE with a stack trace that
looks like this:
java.lang.NullPointerException
at
com.google.appengine.api.datastore.PropertyContainer.getProperties(PropertyContainer.java:48)
at com.googlecode.objectify.impl.Transmog.load(Transmog.java:336)
...more lines that don't matter
This is caused by a call to Entity.getProperties() on an Entity object
that was deserialized from memcache. Did something break in Entity
serialization? This class PropertyContainer does not exist in the
published gae-java-sdk source.
The temporary fix is to disable @Cached... but this obviously a major
problem and a lot of applications are suffering right now. Please
help.
Jeff
--
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.