How to eliminate warning: Client should bootstrap off of /pools, not /pools/default ?
Sun, 10/07/2012 - 15:07
What does this mean?
WARN Couchbase.ConfigHelper [(null)] <(null)> - Client should bootstrap off of /pools, not /pools/default.
Web.Config settings are as follows:
Thanks in advance
sorry
<couchbase> <documentNameTransformer type="Couchbase.Configuration.ProductionModeNameTransformer, Couchbase"/> <httpClientFactory type="Couchbase.HammockHttpClientFactory, Couchbase"/> <servers bucket="default" bucketPassword=""> <add uri="http://localhost:8091/pools/default"/> </servers> <socketPool minPoolSize="50" maxPoolSize="100" connectionTimeout="00:01:00" deadTimeout="00:01:00" /> </couchbase>