-
Notifications
You must be signed in to change notification settings - Fork 8
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
index not found error when following setup readme. #306
Comments
It looks like the award index in ElasticSearch is never created for some reason, and it throws an error when the code later tries to alias that index. I would suspect maybe a faulty ES installation. As a first step could you pull the latest
You could also try running some tests that use the ES fixture and see what happens, e.g.:
If that doesn't help I would say try reinstalling ElasticSearch, make sure you are using correct JVM version etc. |
just following up on this -- the trick was to use a pre-built elasticsearch 5.6 binary for linux:
btw, I have a docker file that replicates the steps I used to get snovault running on ubuntu 18.04, if of interest I can submit a pull request? (I noticed the readme focuses on osx) |
Yeah, that would be great. Can't promise we would merge it right away but I know we are looking for ways to make deployment easier so I'm sure @ottojolanki and @paul-sud would be interested to see Docker approach. Thanks. |
pull request (#308) submitted. |
Hello, I'm setting up snovault on Mac OSX (Catalina), and following the instructions here: https://github.com/ENCODE-DCC/snovault/blob/dev/README.md
When running
I get the following error:
Do you have any suggestions?
Thank you!
The text was updated successfully, but these errors were encountered: