On Tue, Jan 21, 2014 at 9:56 AM, Pedro Monteiro <[email protected]>
 wrote:
>
> I've been working on a java project that uses Google App Engine 1.7.5 and
> i was supposed to update it to 1.8.9.
> The project still runs "fine", but after i updated the App Engine, I've
> been getting some errors on the unit tests like this one:
>
> java.lang.NoSuchMethodError:
> com.google.apphosting.api.DatastorePb$Query.makeImmutable()V
>
> on this line of the unit test code:
>
> root = ofy().load().type(User.class).filter("name",
> "root").first().safeGet();
>


Can you print out a full stack trace? I had something similar happen to me
a short time ago, and if I recall correctly the problem was that the
development datastore was having difficulty starting up


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to