getView always time out
Fri, 02/01/2013 - 09:42
Hi all,
When run the code:
View view = client.getView("mydesign", "view")
The console :
2013-02-02 00:38:08.136 INFO com.couchbase.client.http.AsyncConnectionManager: Opening new Couchbase HTTP connection
2013-02-02 00:38:14.140 INFO com.couchbase.client.http.AsyncConnectionManager$ConnRequestCallback: /192.168.255.128:8092 - Session request timed out
2013-02-02 00:38:14.140 ERROR com.couchbase.client.ViewNode: Failed to obtain connection. Cancelling op
Exception in thread "main" java.lang.RuntimeException: Timed out waiting for operation
What's the problem?
Regards,
kenhome
Hello,
We have open bug tracking this (http://www.couchbase.com/issues/browse/JCBC-151) we’ll let you know once this is fixed. But bug also has some comments/suggestions for fixes you can check out if that helps.
Anil