Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 to seed cluster

can anyone help me out of this.............!

like image 625
Nani Avatar asked Mar 05 '26 17:03

Nani


1 Answers

Is Aerospike running on the same host where you did run aql?

If it is, is it listening on the local 127.0.0.1 interface and on the default port (3000)? (feel free to share your configuration).

If it is not, then make sure to specify the host and port when running aql using the -h and -p options: aql -h <ip> -p <port>

like image 155
Meher Avatar answered Mar 07 '26 15:03

Meher



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!