mumoshu/play2-memcached

An error has occured while getting the value from memcached

Closed this issue · 2 comments

[error] m.plugin - An error has occured while getting the value from memcached
net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting for operation - failing node: /127.0.0.1:11211
at net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:160) ~[spymemcached-2.9.0.jar:2.9.0]
at net.spy.memcached.internal.GetFuture.get(GetFuture.java:62) ~[spymemcached-2.9.0.jar:2.9.0]
at com.github.mumoshu.play2.memcached.MemcachedPlugin$$anon$2.get(MemcachedPlugin.scala:106) ~[play2-memcached_2.10-0.4.0.jar:0.4.0]
at play.api.cache.Cache$.get(Cache.scala:77) [play-cache_2.10.jar:2.2.0]
at play.api.cache.Cache.get(Cache.scala) [play-cache_2.10.jar:2.2.0]
at play.cache.Cache.get(Cache.java:16) [play-cache_2.10.jar:2.2.0]

This looks like your memcached instance is not running. Can you telnet localhost:11211 ?

Yes, you're right, thank you!