Hi all,
I saw that most of my cron jobs which are using calls to memcache are
down, is this a known issue?
This is the exception I see in the logs:
com.google.appengine.api.memcache.LogAndContinueErrorHandler
handleServiceError: Service error in memcache
com.google.appengine.api.memcache.MemcacheServiceException: Memcache
getStatistics: exception
at com.google.appengine.api.memcache.MemcacheServiceImpl.makeSyncCall
(MemcacheServiceImpl.java:168)
at com.google.appengine.api.memcache.MemcacheServiceImpl.getStatistics
(MemcacheServiceImpl.java:582)
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)
at MemcacheService$getCache.callCurrent(Unknown Source)
at MemcacheService.containsKey(MemcacheService.groovy:32)
at MemcacheService$$FastClassByCGLIB$$9f2adf08.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy
$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:628)
at MemcacheService$$EnhancerByCGLIB$$2dbfd592.containsKey
(<generated>)
at MemcacheService$containsKey.call(Unknown Source)
at TwitterService.getTweets(TwitterService.groovy:97)
at TwitterService$$FastClassByCGLIB$$e73568e2.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy
$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed
(ReflectiveMethodInvocation.java:149)
at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke
(TransactionInterceptor.java:106)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed
(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.Cglib2AopProxy
$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
at TwitterService$$EnhancerByCGLIB$$d755a070.getTweets(<generated>)
at TwitterService$getTweets.call(Unknown Source)
at org.groovytweets.CronController$_closure2.doCall
(CronController.groovy:47)
at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_
$3.run(Method_.java:149)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.privilegedInvoke
(Method_.java:147)
at
com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_.invoke
(Method_.java:120)
at
The app was not changed since a couple of days (appid groovytweets),
so I cannot imagine this is an error on my side. Are there any know
issues right now, maybe because of the datacenter move?
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
-~----------~----~----~----~------~----~------~--~---