An issue was created for this:
http://code.google.com/p/googleappengine/issues/detail?id=3195


On Wed, May 5, 2010 at 12:49 PM, Pieter Coucke <[email protected]>wrote:

> Hi,
>
> I was just writing a post about this myself.  I'm having the same problem.
> I already surrounded all my cache.get() calls with a try/catch block so the
> app can proceed normally (without the benefit of memcached though).
> I thought it was related to the Appengine maintenance, but I'm seeing this
> for already approximately 4 hours.
>
> Caused by: com.google.apphosting.api.ApiProxy$CapabilityDisabledException: 
> The API call memcache.Get() is temporarily unavailable.
>
>       at 
> com.google.apphosting.runtime.ApiProxyImpl$AsyncApiFuture.rpcFinished(ApiProxyImpl.java:264)
>       at 
> com.google.net.rpc.RpcStub$RpcCallbackDispatcher$1.runInContext(RpcStub.java:1025)
>       at 
> com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:444)
>
>       at com.google.tracing.TraceContext.runInContext(TraceContext.java:684)
>       at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:322)
>       at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:314)
>
>       at 
> com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:442)
>       at 
> com.google.net.rpc.RpcStub$RpcCallbackDispatcher.rpcFinished(RpcStub.java:1046)
>       at com.google.net.rpc.RPC.internalFinish(RPC.java:2047)
>
>       at 
> com.google.net.rpc.impl.RpcNetChannel.finishRpc(RpcNetChannel.java:2338)
>       at 
> com.google.net.rpc.impl.RpcNetChannel.messageReceived(RpcNetChannel.java:1265)
>       at 
> com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319)
>
>       at 
> com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290)
>       at com.google.net.async.Connection.handleReadEvent(Connection.java:474)
>       at 
> com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:831)
>
>       at 
> com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207)
>       at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103)
>       at 
> com.google.net.async.GlobalEventRegistry$2.runLoop(GlobalEventRegistry.java:95)
>
>       at 
> com.google.net.async.LoopingEventDispatcher$EventDispatcherThread.run(LoopingEventDispatcher.java:378)
>
>
> Caused by: com.google.apphosting.api.ApiProxy$CapabilityDisabledException: 
> The API call memcache.Set() is temporarily unavailable.
>
>       at 
> com.google.apphosting.runtime.ApiProxyImpl$AsyncApiFuture.rpcFinished(ApiProxyImpl.java:264)
>       at 
> com.google.net.rpc.RpcStub$RpcCallbackDispatcher$1.runInContext(RpcStub.java:1025)
>       at 
> com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:444)
>
>       at com.google.tracing.TraceContext.runInContext(TraceContext.java:684)
>       at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:322)
>       at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:314)
>
>       at 
> com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:442)
>       at 
> com.google.net.rpc.RpcStub$RpcCallbackDispatcher.rpcFinished(RpcStub.java:1046)
>       at com.google.net.rpc.RPC.internalFinish(RPC.java:2047)
>
>       at 
> com.google.net.rpc.impl.RpcNetChannel.finishRpc(RpcNetChannel.java:2338)
>       at 
> com.google.net.rpc.impl.RpcNetChannel.messageReceived(RpcNetChannel.java:1265)
>       at 
> com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319)
>
>       at 
> com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290)
>       at com.google.net.async.Connection.handleReadEvent(Connection.java:474)
>       at 
> com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:831)
>
>       at 
> com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207)
>       at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103)
>       at 
> com.google.net.async.GlobalEventRegistry$2.runLoop(GlobalEventRegistry.java:95)
>
>       at 
> com.google.net.async.LoopingEventDispatcher$EventDispatcherThread.run(LoopingEventDispatcher.java:378)
>
>


-- 
Pieter Coucke
Onthoo BVBA
http://www.onthoo.com
http://www.koopjeszoeker.be

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