Not sure why I'm getting this error yet. The class exists and is included in
the source. Hmmmmm?
Caused by: java.lang.NoClassDefFoundError:
com/google/appengine/api/files/LockException
at
org.gonevertical.core.server.jdo.data.ThingStuffJdo.getValueFileData(ThingStuffJdo.java:1162)
at
org.gonevertical.core.server.jdo.data.ThingStuffJdo.convert(ThingStuffJdo.java:657)
at
org.gonevertical.core.server.jdo.data.ThingStuffJdo.query(ThingStuffJdo.java:540)
at
org.gonevertical.core.server.db.Db_ThingStuff.getThingStuffsData(Db_ThingStuff.java:36)
at
org.gonevertical.core.server.db.Db_Thing.getThingStuffData(Db_Thing.java:67)
at org.gonevertical.core.server.db.Db_Thing.getThings(Db_Thing.java:54)
at
org.gonevertical.core.server.RpcCoreServiceImpl.getThings(RpcCoreServiceImpl.java:211)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.google.appengine.tools.development.agent.runtime.Runtime.invoke(Runtime.java:100)
at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
... 30 more
Caused by: java.lang.ClassNotFoundException:
com.google.appengine.api.files.LockException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at
com.google.appengine.tools.development.IsolatedAppClassLoader.loadClass(IsolatedAppClassLoader.java:176)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 43 more
--
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.