aerospike-community/aerospike-data-browser

ConnectionLost

Opened this issue · 5 comments

HI. This data browser looks cool․ However I'm facing a connection issue.

image

reugn commented

@P-Hayk, verify you've set the Aerospike cluster host list right when running the container. For instance, if you run the Aerospike cluster locally and use a Mac, add the following variable to your docker run command.

docker run ... -e AS_HOSTLIST=docker.for.mac.host.internal:3000 ...

The Aerospike is running on 3000 host and my set is showing up in the explorer.
image

I 've got same problem, i install aerospike in another machine, my local app is still working with aerospike instances, after install this tool i got this error. My docker is installed locally, command:
docker run -d -e AS_HOSTLIST=external.host1:3000,external.host2:3000 -p 3000:3000 -p 8081:8081 --name data-browser reugn/aerospike-data-browser

image

I got same problem... How do you guys sovle this? I m stuck in this for several days

has anyone solved this issue?