I'm guessing you still have the 1.3.2 version of DatastorePb somewhere on your classpath.
On Wed, Apr 28, 2010 at 4:12 AM, Korzenowski <[email protected]>wrote: > Hello, > > Since updating to SDK 1.3.3, my JUniit 1.4 tests are failing with the > following exception, using 1.3.2 is fine. Is this happening > elsewhere? > > java.lang.NoClassDefFoundError: com/google/apphosting/api/DatastorePb > $QueryExplanation > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Unknown Source) > at java.lang.Class.privateGetPublicMethods(Unknown Source) > at java.lang.Class.getMethods(Unknown Source) > at > > com.google.appengine.tools.development.ApiProxyLocalImpl.getDispatchMethod(ApiProxyLocalImpl.java: > 256) > at com.google.appengine.tools.development.ApiProxyLocalImpl.access > $300(ApiProxyLocalImpl.java:44) > at com.google.appengine.tools.development.ApiProxyLocalImpl > $AsyncApiCall.call(ApiProxyLocalImpl.java:291) > at com.google.appengine.tools.development.ApiProxyLocalImpl > $AsyncApiCall.call(ApiProxyLocalImpl.java:264) > at java.util.concurrent.Executors$PrivilegedCallable$1.run(Unknown > Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.util.concurrent.Executors$PrivilegedCallable.call(Unknown > Source) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > Source) > at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.ClassNotFoundException: > com.google.apphosting.api.DatastorePb$QueryExplanation > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClassInternal(Unknown Source) > ... 16 more > > Thanks. > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > 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 [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-java?hl=en.
