Trying to find the roots of this evil, i (rather randomly) deleted,
recompiled and pasted back some parts of the code, and, even though now it
is just the same as it was in the beginning of that procedure, i now get the
following exception:
Problem accessing /. Reason:
info.danshin.auth.users.StoredUser.jdoGetManagedFieldCount()I
Caused by:
java.lang.NoSuchMethodError:
info.danshin.auth.users.StoredUser.jdoGetManagedFieldCount()I
What could be the problem?
Thank you/
2010/7/18 Timofey Danshin <[email protected]>
> Hi.
> After cleaning up my project a bit, i can't launch it anymore, because i
> get the "java.lang.NoClassDefFoundError: net/sf/jsr107cache/CacheException".
> The only class in the stacktrace that is mine is
> "ur.g05.smc.server.servlets.AbstractCmsUserServlet.<clinit>(AbstractCmsUserServlet.java:22)",
> which contains the following:
>
> public abstract class AbstractCmsUserServlet extends
> AbstractHeaderWritingServlet<CmsUser> {
> private static final long serialVersionUID = 382900515391344124L;
> public static final Map<String, String> CONF = ConfigClass.getConfig();
> // <= this is line 22
> ...
>
>
> What could be the problem? I didn't change the classpath, build path or
> delete any jars (the jsr107cache-1.1.jar is present in the App Engine SDK).
>
> Thank you in advance.
>
>
> --
> Best Regards,
> Timofey.
>
--
Best Regards,
Timofey Danshin.
--
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.