Hi,
In order to do some testing I created an Azure VM containing Aerospike. I use the C# client to connect but I always get the following error:
2015-08-10 12:50:00 1 ERROR Exception occurred while testing Aerospike. [Exception: Aerospike.Client.AerospikeException+Connection: Error Code 11: Failed to connect to host(s): 40.113.125.60:3000 Error Code 11: No connection could be made because the target machine actively refused it 40.113.125.60:3000 at Aerospike.Client.Cluster.SeedNodes(Boolean failIfNotConnected) at Aerospike.Client.Cluster.Tend(Boolean failIfNotConnected) at Aerospike.Client.Cluster.WaitTillStabilized(Boolean failIfNotConnected) at Aerospike.Client.Cluster.InitTendThread(Boolean failIfNotConnected) at BTTester.Program.TestAerospike()]
I use the following command to connect:
AerospikeClient client = new AerospikeClient(new ClientPolicy() { user = âUSERNAMEâ, password = âPASSWORDâ, timeout = 5000 }, âAZURE-IPâ, 3000)
Can anyone provide any help with this setup?
Regards,
Erwin