Could not establish connection to IP address with port number 8080

The IP address is http://IP:8080
I got following error:

Unhandled Exception: Couchbase.Configuration.Server.Serialization.BootstrapException: Could not bootstrap - check inner exceptions for details. —> System.Net.Sockets.SocketException: A conne
ction attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at Couchbase.IO.DefaultConnectionFactory.<>c__01.<GetGeneric>b__0_0(IConnectionPool1 p, IByteConverter c, BufferAllocator b)
at Couchbase.IO.SharedConnectionPool1.CreateAndAuthConnection() at Couchbase.IO.SharedConnectionPool1.Acquire()
at Couchbase.IO.Services.PooledIOService…ctor(IConnectionPool connectionPool)
at Couchbase.IO.IOServiceFactory.<>c__DisplayClass0_0.b__0(IConnectionPool pool)

@shanerbo -

You’ll need to use a Uri that allows you to connect to your Couchbase cluster. 8080 isn’t a default port, so unless you are using custom ports, the port should be 8091.

-Jeff