Re: [appengine-java] ClassNotFoundException for java.util.HashMap$Entry

2011-08-24 Thread Ikai Lan (Google)
It's hard to say based on this information alone. I hate to say it, but if you've got a good version and a bad version, it's time to binary search on what has changed between versions to zone in on the problem. If you use "git" "git bisect" is a lifesaver. -- Ikai Lan Developer Programs Engineer,

[appengine-java] ClassNotFoundException for java.util.HashMap$Entry

2011-08-24 Thread Jeremy Brown
Does anyone know why I would be seeing this error message: java.lang.ClassNotFoundException: java.util.HashMap$Entry I had some code that was working fine. I'm upgrading a couple of jar libraries to newer versions and testing on a version other than the default. I've gotten quite a few weird erro

[appengine-java] ClassNotFoundException

2011-02-22 Thread winsome[765]
Okay last night I deployed onto GAE and everything worked. I changed some html (no java, config, etc) and deployed again. Now when I access the app via the default gae url e.g. id.appspot.com, my app throws a ClassNotFoundException - and I'm sure the class is in the WEB- INF/classes folder. Stran

Re: [appengine-java] ClassNotFoundException after i deploy it for the first time

2010-07-15 Thread Ronmell Fuentes
hi Alex. it's a very common error when the .jar files used by your app are not in copied in the right directory, so please make sure all the jars are copied also to the directory: war/WEB-INF/lib here is a similar issue. http://groups.google.com/group/google-appengine-java/browse_thread/thread/

[appengine-java] ClassNotFoundException after i deploy it for the first time

2010-07-15 Thread Alex
im getting ClassNotFoundException java.lang.ClassNotFoundException: xwordbot.XWordBotServlet i have checked that XWordBotServlet class is in the package xwordbot this is fragment of my web.xml XWordBot xwordbot.XWordBotServlet