in memory database - WARN AEROSPIKE_ERR_CLIENT Socket write error: 111 -


im getting error

$ aql 2015-10-10 15:48:10 warn aerospike_err_client socket write error: 111 error -1: failed seed cluster 

can me out of this.............!

is aerospike running on same host did run aql?

if is, listening on local 127.0.0.1 interface , on default port (3000)? (feel free share configuration).

if not, make sure specify host , port when running aql using -h , -p options: aql -h <ip> -p <port>


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -