Re: [appengine-java] 500 Server error and GCacheException

2010-05-05 Thread Pieter Coucke
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 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/catc

Re: [appengine-java] 500 Server error and GCacheException

2010-05-05 Thread Pieter Coucke
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

[appengine-java] 500 Server error and GCacheException

2010-05-05 Thread ubweb
Hi I get a lot of "GCacheException: Policy prevented put operation" during the last few hours. I use memcache for small xml file content, so it' shouldn't be an issue of exceeding the max memcache object size. As a result my app cannot cache nesecery content and eventually I get "Error: Server Er