OCSjava版 报错,java.lang.RuntimeException: Exception waiting for value,能告诉如何解决么?完整错误
OCS Sample Code
2015-03-02 11:22:40.638 WARN net.spy.memcached.MemcachedConnection: Could not redistribute to another node, retrying primary node for ocs1.
Set操作完成!
2015-03-02 11:22:41.646 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl: Operation canceled because authentication or reconnection and authentication has taken more than one second to complete.
2015-03-02 11:22:41.675 WARN net.spy.memcached.MemcachedConnection: Could not redistribute to another node, retrying primary node for ocs1.
2015-03-02 11:22:42.677 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl: Operation canceled because authentication or reconnection and authentication has taken more than one second to complete.
java.lang.RuntimeException: Exception waiting for value
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1007)
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1024)
at com.zuulee.mgr.common.AliyunCache.main(AliyunCache.java:43)
Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Cancelled
at net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:169)
at net.spy.memcached.internal.GetFuture.get(GetFuture.java:62)
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1003)
... 2 more
Caused by: java.lang.RuntimeException: Cancelled
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。