Hi, how could it be possible that MemcacheServiceFactory.getMemcacheService() returned null? I can't find anything in docs about this, but I had this situation in production.
Could it be because I'm invoking MemcacheServiceFactory.getMemcacheService() too many times? Here's what I'm doing: long id = getMemcacheService().increment(taskId, 1, 0); -- 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.
