I have

couchbase {
  buckets = [{
    host="127.0.0.1"
    port="8091"
    base="pools"
    bucket="default"
    user="Administrator"
    pass="AdminAd"
    timeout="0"
  }]}

In my config file - but on start up see

[info] ReactiveCouchbasePlugin - Starting ReactiveCouchbase plugin 
...2014-08-28 10:55:34.147 WARN 
com.couchbase.client.vbucket.ConfigurationProviderHTTP:  Connection problems 
with URI http : / /127...:8091/pools ...skipping
java.io.IOException: Server returned HTTP response code: 401 for URL: 
http://127.0.0.1:8091/pools
    at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)
    at 
com.couchbase.client.vbucket.ConfigurationProviderHTTP.readToString(ConfigurationProviderHTTP.java:423)

If I browse to http : / /127...:8091/pools I get a response

{"pools":[{"name":"default","uri":"/pools/default?uuid=3da344da ...

Any thoughts on what I've got wrong?

Thanks, Brent

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to