astonishing-lamp-41374
08/03/2021, 9:51 PMdocker/sdk boot deploy.dev.yml && docker/sdk up
Creating appname_dev_redis-gui_1 ... done
Creating appname_dev_frontend_1 ... done
Creating appname_dev_gateway_1 ... done
Restarting appname_dev_gateway_1 ... done
Restarting appname_dev_frontend_1 ... done
Service `search` is not running. Please check the name.
I’ve
1. Updated hosts file
2. Installed mutagen
3. Run reset/trouble and double trouble
4. reinstalled mutagen && docker/sdk clean docker/sdk up --build --assets
5. nuked everything and tried boot/up again
6. docker/sdk clean && docker/sdk up --build
Any thoughts here?
Mac OSX: 11.5
Docker Desktop: Version 3.4.0 (3.4.0.5223)rapid-night-92661
08/03/2021, 10:01 PMdeploy.dev.yml
, maybe some issue with configuration.
I would also try to start this search container with docker (without docker/sdk) and check if it works.
If you have any stopped search containers connected to search engine I would check such container logs, maybe you will find something there.
Also you can try to restart docker daemon on Mac.
Which docker/sdk version do you have?rapid-night-92661
08/03/2021, 10:05 PMastonishing-lamp-41374
08/03/2021, 11:20 PMastonishing-lamp-41374
08/03/2021, 11:31 PMlittle-umbrella-40933
08/04/2021, 7:37 AMdocker ps
and check the “status” of the search container. There you might see the error. You can also enter the container itself and will see more details. In that case it is most likely the java exception complaining that it run out of memory