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

Local launch results in failing to find elasticsearch #43

Open
tpendragon opened this issue Nov 30, 2022 · 2 comments
Open

Local launch results in failing to find elasticsearch #43

tpendragon opened this issue Nov 30, 2022 · 2 comments

Comments

@tpendragon
Copy link

I get the following error:

2022-11-30T19:20:28.619Z 1 TID-3c3x WARN: Faraday::ConnectionFailed: getaddrinfo: Name or service not known (elasticsearch:9200)

I suspect the port should be exported out of the docker context and manifold.env edited somehow?

@tpendragon
Copy link
Author

Ah, nope, Elasticsearch isn't starting:

manifold-docker-compose-elasticsearch-1  | java.lang.UnsupportedOperationException: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
...
manifold-docker-compose-elasticsearch-1  | [2022-11-30T19:26:11,989][INFO ][o.e.b.BootstrapChecks    ] [TDYqHou] bound or publishing to a non-loopback address, enforcing bootstrap checks
manifold-docker-compose-elasticsearch-1  | ERROR: [1] bootstrap checks failed
m

@tpendragon
Copy link
Author

I had to set in the env:

bootstrap.system_call_filter: 'false'

I'd send a PR, but I don't really know enough to know if that's the right thing for this repo. Thanks all, close if you'd like.

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

1 participant