Re: [appengine-java] Occasional NoClassDefFoundError

2010-11-01 Thread Cyrille Vincey
I have seen the same error from times to times. If you're on eclipse, this error may disappear if you clean your project prior to deploying it. Eclipse > Project > Clean... On 01/11/10 14:15, "gholler" wrote: >In the last couple of days we've been seeing >java.lang.NoClassDefFoundError exception

[appengine-java] Occasional NoClassDefFoundError

2010-11-01 Thread gholler
In the last couple of days we've been seeing java.lang.NoClassDefFoundError exceptions in our log for our GAE Java app. The class in question is one of ours that works and has worked for months. What could this be? Is this caused by problems with a static server behind the scenes? Has anyone els