Couchbase: Connection refused
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I try to connect to a Couchbase server on the intranet. For this purpose, I use the Java SDK and the following configuration: CouchbaseEnvironment couchbaseEnvironment = DefaultCouchbaseEnvironment . builder () . queryEnabled ( true ) . queryPort ( 11210 ) . build (); Cluster cluster = CouchbaseCluster . create ( couchbaseEnvironment , "192.168.1.150" ); Bucket bucket = cluster . openBucket ( "mybucket" ); However, this just leaves me with lots of errors on the console: INFO [ 2015 - 03 - 30 14 : 03 : 07 , 306 ] org . eclipse .