Hi Sven,

You had a request back at 09-25 06:27AM 29.110 that exceeded the 30 second
deadline during class initialization and therefore this class was never
loaded properly.  We have some code to detect failures of this kind, but a
large enough percentage of your requests apparently did not need this class
and succeeded, so you never triggered our thresholds.  I've reloaded your
application into this particular JVM, which shouldn't generally be necessary
but you can do by redeploying your application in a pinch.

We will have a fix for this specific issue coming up in the next release,
and we're currently working on some longer term changes that will
dramatically speed up class loading for all applications and hopefully make
this kind of issue much less common.

Sorry for the inconvenience,
Don

On Fri, Sep 25, 2009 at 7:11 PM, hansamann <[email protected]>wrote:

>
> Hi all,
>
> without changing the app, I see these errors in the logs:
>
> [groovytweets/75.336368063049426232].<stdout>: StackTrace Sanitizing
> stacktrace:
> java.lang.NoClassDefFoundError: Could not initialize class
> com.google.appengine.api.memcache.MemcacheServicePb
> $MemcacheStatsRequest
>        at
> com.google.appengine.api.memcache.MemcacheServiceImpl.getStatistics
> (MemcacheServiceImpl.java:616)
>        at
> com.google.appengine.api.memcache.stdimpl.GCache.getCacheStatistics
> (GCache.java:110)
>        at
> com.google.appengine.api.memcache.stdimpl.GCache.size(GCache.java:
> 138)
>        at com.google.appengine.api.memcache.stdimpl.GCache.isEmpty
> (GCache.java:142)
>        at
>
> org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation.castToBoolean
> (DefaultTypeTransformation.java:157)
>        at
>
> org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation.booleanUnbox
> (DefaultTypeTransformation.java:61)
>        at MemcacheService.getCache(MemcacheService.groovy:69)
>
>
> The app-id is 'groovytweets'
>
> Can anyone from Google confirm issues right now? I'd say
> NoClassDefFoundError should not occur without changing / redeploying,
> right?
>
> Mhh.
>
> Anyone else?
>
> Cheers
> Sven
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to