Couchbase on AWS
We have issues while connecting/saving/getting to couchbase on AWS using .net SDK (1.2)
When we try ExecuteStore I do not get any exception and operation result success = false.
But I can browse to server using browser.
At the same time when we try the same app from the ASW server itself it works.
We all ports open on inbound/outbound rules (11211, 11210, 4369, 8091, 21100-21199)
Is there anything else we need to do?
Regards,
VB.
Im having a very similar issue with both java and php api.
From an aws server to another (or locally) I can connect and put or retreive data from couchbase.
But when I try from elsewere it connect but then can set or get data.
Error message on php is 'Failed to store value to server: Operation timed out
Did you figure out what was the issue ?
thanks :)
ok i just figured out where it comes from
If somebody have the same issue, just follow these instructions
http://www.couchbase.com/docs/couchbase-manual-1.8/couchbase-bestpractic...
If you've not already, you may want to enable logging to see if there is anything indicating a problem during initialization.
See http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-lo...