[appengine-java] ClassNotFound on deployed application

2009-11-07 Thread Thorsten
Hello, I keep getting Uncaught exception from servlet java.lang.NoClassDefFoundError: javax/jdo/JDOHelper at com.schleinzer.stinto.jdo.PMF.(PMF.java:10) at com.schleinzer.stinto.jdo.SessionFilter.doFilter (SessionFilter.java:121) at org.mortbay.jetty.servlet.ServletHandle

[appengine-java] Re: ClassNotFound on deployed application

2009-11-08 Thread Thorsten
Can't anybody help - do I need to add further details? Thank you! On 7 Nov., 12:52, Thorsten wrote: > Hello, > > I keep getting > > Uncaught exception from servlet > java.lang.NoClassDefFoundError: javax/jdo/JDOHelper >         at com.schleinzer.stinto.jdo.PMF.

[appengine-java] Re: ClassNotFound on deployed application

2009-11-08 Thread Thorsten
Solved. Stupid me: I thought that the Eclipse Plugin will automatically deploy the app engine jars in my war/lib - but it doesn't. Switching engines back and forth made it actually copy them - now it works. Sorry for bothering you. On 8 Nov., 15:57, Thorsten wrote: > Can't anyb

[appengine-java] Does Thread.sleep count towards CPU time?

2010-04-15 Thread Thorsten
Hello, it seems - although it would be "strange" - that the time my Servlet spends with "Thread.sleep" is added to the used CPU time. Can anybody confirm that? Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to t

[appengine-java] Re: Does Thread.sleep count towards CPU time?

2010-04-15 Thread Thorsten
s for your quick reply and your help! Regards Thorsten On 15 Apr., 18:16, Don Schwarz wrote: > In general, no.  Can you provide more information? > > Are you looking at the Quota API output or the actual times reported > in the Admin Console request logs? > > How long are you sl

[appengine-java] Re: Does Thread.sleep count towards CPU time?

2010-04-16 Thread Thorsten
You should be able to compare the wallclock time to the CPU > time for each request and see what is going on. > > On Thu, Apr 15, 2010 at 11:23 AM, Thorsten wrote: > > Dear Don, > > > I'm refering to my dashboard quota display. > > > I did not (yet) check it via