What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, recently cloned out working repo onto another machine ( my laptop was getting bogged down )

Posts: 207 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hello, recently cloned out working repo onto another machine ( my laptop was getting bogged down )

Ran docker/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)

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Posts: 49 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    edited August 2021

    Hi Edward, itโ€™s hard to say what can be the problem.
    But I would check if you recently did any changes in deploy.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?

  • Posts: 49 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    edited August 2021

    I have docker/sdk 1.37.0
    MAC OSX: 11.4 (20F71)
    Docker Desktop Version:3.5.2 (66501)

    I did docker/sdk reset one hour ago and by me everything works locally.

  • Posts: 207 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    oh itโ€™s cool, my fault, forgot to increase the swap limits. Thanks for checking in thoโ€ฆ.

    those little things get ya

  • Posts: 207 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    thereโ€™s a call out to make it better: https://github.com/spryker/docker-sdk/issues/226

  • Domain Lead Solution Architecture Sprykee Posts: 519 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    right, the โ€œservice search is not runningโ€ is usually a symptom of not giving enough resources to docker.
    To see the concrete issue in this case, you can also docker 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

Welcome!

It looks like you're new here. Sign in or register to get started.