-
Notifications
You must be signed in to change notification settings - Fork 39
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
elasticsearch index_not_found_exception #55
Comments
Hi @hschwicht ! Have you run |
@hschwicht , I wonder if you are using Docker Desktop? Our developers mentioned case when Compose Services failed to start because of Docker Desktop settings: it was set to make 4 CPUs available to the Docker Engine, and start working after limiting it to 1 CPU in Docker > Preferences > Advanced. Could you confirm your settings? |
Hello @vzpgb I am using docker-compose on a fresh Ubuntu 18.04 image in Azure, but the guppy-setup script fails. I get the following error...
The other services start, except revproxy-service which fails due to relying on guppy. I comment that stanza out and I can start the proxy and get the application to run, but I'm betting guppy is needed. Any ideas?
|
Hi @rolinge ! You did absolutely right by commenting out guppy! If you are running Compose Services for the first time or have no data in the database, you may want to comment out following lines in the
The reason is that you don't have data in your commons yet so guppy can not be configured. Once you put data, you can configure guppy as described here |
Hi all, we run into problems running the docker compose setup (downloaded today). We prepared the setup as described. Maybe we have to do anything else, every help is welcome.
starting gen3 services using docker-compose up the guppy-service and nginx fails directly. It seems to be that nginx is failing due to the guppy and guppy failing. Restarting guppyservice seems to be caused by elasticsearch:
regards, Horst
The text was updated successfully, but these errors were encountered: