-
Notifications
You must be signed in to change notification settings - Fork 13
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
Setup failed during elasticsearch initializaiton: No route to host #32
Comments
I tried several Containers from mongo images older than 6.0 silently disappear immediately, and they cease to be running immediately after starting:
Container from mongo:6.0.2-focal gives do not come with the
Configuration
|
For containers from mong:6.0.2-focal and later, I can get further in the setup script by replacing
|
I see that the
|
The cause of the above error appears to be that $ docker-compose up mm-elastic Attaching to mm-elastic |
The After fixing the ownership of those directories... I get:
which can be resolved by increasing max virtual memory
though this requires sudo and |
I followed the setup instructions, but it didn't work out of the box:
I ran into and resolved two errors:
mongo
executable not being shipped with themm-mongo
container (mongo
image). So, I replaced it withmongosh
.numpy 1.23.3
not being available when themm-api
container tried to runpip install -r requirements.txt
.Resolved these with
But now,
Any suggestions?
Additionally, what version of
mongo
was docker-compose supposed to retrieve?docker-compose.yml
did not specify a version number, and the current matchminer-api setup is apparently not compatible with the latest version of mongo, because it relies on the deprecatedmongo
executable rather thanmongosh
.The text was updated successfully, but these errors were encountered: