Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConnectionLost #7

Open
P-Hayk opened this issue Dec 24, 2021 · 5 comments
Open

ConnectionLost #7

P-Hayk opened this issue Dec 24, 2021 · 5 comments

Comments

@P-Hayk
Copy link

P-Hayk commented Dec 24, 2021

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

image

@reugn
Copy link
Member

reugn commented Dec 25, 2021

@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 ...

@P-Hayk
Copy link
Author

P-Hayk commented Dec 28, 2021

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

@QuangHaiDo
Copy link

QuangHaiDo commented Jun 20, 2022

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

@fitszhang
Copy link

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

@KimSoungRyoul
Copy link

has anyone solved this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants