I use go1.8, gocb and Couchbase 4.5.1CE on docker.
connection refused returns from the Couchbase server. When I check query.log and indexer.log, binaries of go have occurred panic error.
I attached query.log and indexer.log.
error log (Application server)
[5000] dial tcp 127.0.0.1:9101: connection refused from 127.0.0.1:9101 - cause: dial tcp 127.0.0.1:9101: connection refused from 127.0.0.1:9101
@usk, both Query and Index service are unable to connect to the 8091 port(which is the port for the cluster manager). Looks like there is some configuration issue. Please follow the installation instructions here.