Net client 1.3.3

Hello

When we tried to upgrade from v1.2.9 to v.1.3.3 (after upgrading Couchbase to 2.5) we can’t connect to the pools. Log says that the pool can’t be initialized.

Reverting back to 1.2.9 and the problems gone.

Is it a known issue? What is the workaround?

Regards
John

Zissop -

It should just work…from what you described, it sounds like an issue connecting to the cluster. Perhaps a configuration issue? If you can include some logs, that might help as well.

Thanks,

Jeff

Jeff

What configuration issue can this be if when we just swap the DLLs the problem is gone? 1.3.3 has different handling of configuration? I don’t think so.

The only log i get from Enyim log is the following:

2014-02-22 10:37:27.3236|ERROR|Couchbase.CouchbasePool|Failed to initialize the pool.

My conf section on web.config:

<couchbase>
<servers bucket="dev" bucketPassword="">
	<add uri="http://176.31.225.xxx:8091/pools/" />
	<add uri="http://178.33.236.xxx:8091/pools/" />
</servers>
</couchbase>

Zissop -

Like I said it should work…part of the release testing is upgrading a working app from 1.2.9 to 1.3.3. I know others have done the same upgrade without issues. I am not sure why it would fail in your specific case.

You can always open an ticket and include an example to replicate the issue: https://www.couchbase.com/issues/browse/NCBC

I wish I could do more to help, but I don’t have enough info ATM.

-Jeff