Unabigious time out exception

Hi - Simple reactive API call is throwing the below error. Any clue?

com.couchbase.client.core.error.UnambiguousTimeoutException: GetRequest {“cancelled”:true,“completed”:true,“coreId”:“0xed7ba78800000001”,“idempotent”:true,“reason”:“TIMEOUT”,“requestId”:3,“requestType”:“GetRequest”,“retried”:14,“retryReasons”:[“BUCKET_OPEN_IN_PROGRESS”],“service”:{“bucket”:“subscription”,“collection”:"_default",“documentId”:“1”,“opaque”:“0x4”,“scope”:"_default",“type”:“kv”},“timeoutMs”:2500,“timings”:{“totalMicros”:2505970}}

Thanks and Regards
Amar Pratap

Hi Amar,

“retryReasons”:[“BUCKET_OPEN_IN_PROGRESS”]

The client is having difficulty opening the bucket. Is the bucket name correct? Are the credentials correct? Is the server accessible? Those are the kinds of things I’d look at. There may also be more information in the logs.

Thanks,
David

I just ran into this myself, and it was because I was specifying the wrong port in the connection string. If you’re using custom ports, you want to use the port of the K/V service. If you’re using standard ports, the best practice is to omit the port from the connection string.