Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to move data from a table in MySQL to Couchbase and I get the following error:
com.couchbase.client.vbucket.ConfigurationProviderHTTP: Connection problems with URI http://localhost:8091/pools ...skipping
java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8091/pools
(more in the image attached).
Here are the steps I have taken so far:
When I run this job, I get that error about a 401 for the url. Do I have the correct url? What username and password am I supposed to use for the Couchbase connection?
Hello,
@a_ikiugu wrote:
com.couchbase.client.vbucket.ConfigurationProviderHTTP: Connection problems with URI http://localhost:8091/pools ...skipping
Could you please try to use ip server instead of localhost to see if it works?
Best regards
Sabrina
Hi, I already tried with the two variations...(localhost and 127.0.0.1)
Was there any resolution to this issue? I am running into this exact error with 6.4.1. Localhost, 127.0.0.1 and even the assigned IP of the machine from DHCP 192.168.xx.xx throw exactly the same error message. The couchbase logs show
192.168.99.121 - accessions [15/Jan/2018:09:43:17 -0700] "GET /pools HTTP/1.1" 401 0 - Couchbase Java Client