LodestoneHQ / lodestone

Personal Document Archiving (DMS, EDMS for Personal/Home Office use)
https://forms.gle/u1RXnbocbFWqfxGb9
GNU General Public License v3.0
521 stars 29 forks source link

Encountered errors while bringing up the project - unhealthy #101

Open lucafolin opened 4 years ago

lucafolin commented 4 years ago

Hi when I run: docker-compose up I receive this error:

`compose.parallel.feed_queue: Pending: set([, ]) compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=lodestone', u'com.docker.compose.service=rabbitmq', u'com.docker.compose.oneoff=False']}) urllib3.connectionpool._make_request: http://localhost:None "GET /v1.25/containers/json?all=0&limit=-1&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Dlodestone%22%2C+%22com.docker.compose.service%3Drabbitmq%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D&trunc_cmd=0&size=0 HTTP/1.1" 200 1584 compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 1 items) compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- (u'831a9e0fb172034e2e60f08bb9e59350a7dfddd9e4810d0dc7bf845dc856077f') urllib3.connectionpool._make_request: http://localhost:None "GET /v1.25/containers/831a9e0fb172034e2e60f08bb9e59350a7dfddd9e4810d0dc7bf845dc856077f/json HTTP/1.1" 200 None compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {u'AppArmorProfile': u'docker-default', u'Args': [u'rabbitmq-server'], u'Config': {u'AttachStderr': False, u'AttachStdin': False, u'AttachStdout': False, u'Cmd': [u'rabbitmq-server'], u'Domainname': u'', u'Entrypoint': [u'docker-entrypoint.sh'], u'Env': [u'RABBITMQ_DEFAULT_USER=lodestone', u'RABBITMQ_DEFAULT_PASS=lodestone', ... compose.parallel.feed_queue: Healthcheck for service(s) upstream of failed - not processing compose.parallel.parallel_execute_iter: Failed: compose.parallel.feed_queue: Pending: set([]) compose.parallel.feed_queue: has upstream errors - not processing compose.parallel.parallel_execute_iter: Failed: compose.parallel.feed_queue: Pending: set([])

ERROR: for storage Container "831a9e0fb172" is unhealthy.

ERROR: for processor Container "7ffa4da7a78f" is unhealthy. ERROR: compose.cli.main.main: Encountered errors while bringing up the project. ` How can I fix it ? what is the problem ? could you help me ?

raviboth commented 4 years ago

I have a similar issue I believe, and I think it's related to this closed issue?

dskaggs commented 4 years ago

@lucafolin Was this a new run or running docker-compose on existing images/containers/data?

lucafolin commented 4 years ago

@lucafolin Was this a new run or running docker-compose on existing images/containers/data?

It's a new run of docker-compose on a new ubuntu VM.

lucafolin commented 4 years ago

I have a similar issue I believe, and I think it's related to this closed issue?

Hi, how I have to use this script ? In wich way I have to run this pice of code ?

lucafolin commented 4 years ago

Hi when I run: docker-compose up I receive this error:

`compose.parallel.feed_queue: Pending: set([, ]) compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=lodestone', u'com.docker.compose.service=rabbitmq', u'com.docker.compose.oneoff=False']}) urllib3.connectionpool._make_request: http://localhost:None "GET /v1.25/containers/json?all=0&limit=-1&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Dlodestone%22%2C+%22com.docker.compose.service%3Drabbitmq%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D&trunc_cmd=0&size=0 HTTP/1.1" 200 1584 compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 1 items) compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- (u'831a9e0fb172034e2e60f08bb9e59350a7dfddd9e4810d0dc7bf845dc856077f') urllib3.connectionpool._make_request: http://localhost:None "GET /v1.25/containers/831a9e0fb172034e2e60f08bb9e59350a7dfddd9e4810d0dc7bf845dc856077f/json HTTP/1.1" 200 None compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {u'AppArmorProfile': u'docker-default', u'Args': [u'rabbitmq-server'], u'Config': {u'AttachStderr': False, u'AttachStdin': False, u'AttachStdout': False, u'Cmd': [u'rabbitmq-server'], u'Domainname': u'', u'Entrypoint': [u'docker-entrypoint.sh'], u'Env': [u'RABBITMQ_DEFAULT_USER=lodestone', u'RABBITMQ_DEFAULT_PASS=lodestone', ... compose.parallel.feed_queue: Healthcheck for service(s) upstream of failed - not processing compose.parallel.parallel_execute_iter: Failed: compose.parallel.feed_queue: Pending: set([]) compose.parallel.feed_queue: has upstream errors - not processing compose.parallel.parallel_execute_iter: Failed: compose.parallel.feed_queue: Pending: set([])

ERROR: for storage Container "831a9e0fb172" is unhealthy.

ERROR: for processor Container "7ffa4da7a78f" is unhealthy. ERROR: compose.cli.main.main: Encountered errors while bringing up the project. ` How can I fix it ? what is the problem ? could you help me ?

ok after many running tentative it works. I haven't done any changes !

raviboth commented 4 years ago

Lucafolin, did you remove the containers before retrying or did you just retry? I still haven't gotten it to work :/

lucafolin commented 4 years ago

No it works after many tentative to run the docker-compose up WITHOUT removing any containers.

Il giorno mar 25 ago 2020 alle ore 22:18 Ravi Both notifications@github.com ha scritto:

Lucafolin, did you remove the containers before retrying or did you just retry? I still haven't gotten it to work :/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LodestoneHQ/lodestone/issues/101#issuecomment-680248135, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACIIBQNQN5FGZVONLHWKWLDSCQMCDANCNFSM4QKTKHMQ .