-
Notifications
You must be signed in to change notification settings - Fork 29
Encountered errors while bringing up the project - unhealthy #101
Comments
I have a similar issue I believe, and I think it's related to this closed issue? |
@lucafolin Was this a new run or running |
It's a new run of docker-compose on a new ubuntu VM. |
Hi, how I have to use this script ? In wich way I have to run this pice of code ? |
ok after many running tentative it works. I haven't done any changes ! |
Lucafolin, did you remove the containers before retrying or did you just retry? I still haven't gotten it to work :/ |
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 <[email protected]>
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
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIIBQNQN5FGZVONLHWKWLDSCQMCDANCNFSM4QKTKHMQ>
.
|
Hi when I run: docker-compose up I receive this error:
`compose.parallel.feed_queue: Pending: set([<Service: webapp>, <Service: storage>])
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 <Service: storage> failed - not processing
compose.parallel.parallel_execute_iter: Failed: <Service: storage>
compose.parallel.feed_queue: Pending: set([<Service: webapp>])
compose.parallel.feed_queue: <Service: webapp> has upstream errors - not processing
compose.parallel.parallel_execute_iter: Failed: <Service: webapp>
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 ?
The text was updated successfully, but these errors were encountered: