Hi,
I am using couchbase version 7.0.2 and .NET SDK version 3.2.5.
We have both web applications and windows service applications hosted in the same server(windows server) and couchbase is hosted in Linux servers.
I am able to connect to the couchbase from windows service applications(WCF services) but not able to connect from Web Applications(ASp.net MVC and Webforms)
Error i am getting in Web Applications :
XTP.Data.FetchCache.CouchbaseCache.BucketInstance - Task Exception : {“Context”:null,“Message”:“Bucket with name Test does not exist or cannot be reached.”,“Data”:{},“InnerException”:null,“StackTrace”:" at Couchbase.Core.ClusterContext.d__56.MoveNext()\r\n— End of stack trace from previous location where exception was thrown —\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Couchbase.Cluster.<>c__DisplayClass29_0.<b__0>d.MoveNext()\r\n— End of stack trace from previous location where exception was thrown —\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at XTP.Data.FetchCache.CouchbaseCache.<>c.<<get_BucketInstance>b__4_0>d.MoveNext()",“HelpLink”:null,“Source”:“Couchbase.NetClient”,“HResult”:-2146233088}
Do we need to enable any Ports or run services in couchbase hosted server(Linux server)?
Thank You