[GH-ISSUE #189] Error when starting up ambar (serviceapi Container is unhealthy) #186

Closed
opened 2026-02-27 15:55:32 +03:00 by kerem · 2 comments
Owner

Originally created by @ratio91 on GitHub (Sep 27, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/189

Creating docker-ambar_redis_1 ... done
Creating docker-ambar_es_1 ... done
Creating docker-ambar_rabbit_1 ... done
Creating docker-ambar_db_1 ... done

ERROR: for serviceapi Container "16d637ef76b6" is unhealthy.
ERROR: Encountered errors while bringing up the project.

anyone else ever encountered this error?
it worked like a charm over the summer, only when I recenctly updated the images this happens.
Please help, thank you!

Originally created by @ratio91 on GitHub (Sep 27, 2018). Original GitHub issue: https://github.com/RD17/ambar/issues/189 Creating docker-ambar_redis_1 ... done Creating docker-ambar_es_1 ... done Creating docker-ambar_rabbit_1 ... done Creating docker-ambar_db_1 ... done **ERROR: for serviceapi Container "16d637ef76b6" is unhealthy.** ERROR: Encountered errors while bringing up the project. anyone else ever encountered this error? it worked like a charm over the summer, only when I recenctly updated the images this happens. Please help, thank you!
kerem closed this issue 2026-02-27 15:55:32 +03:00
Author
Owner

@isido993 commented on GitHub (Oct 8, 2018):

Hello,

Run 'docker ps -a', find a container with 'exited' state, and then run 'docker logs ' and post the results here.

Also, could you share the business issue you're solving/trying to solve with Ambar with me? It'll help us develop it into a better product. Thanks.

<!-- gh-comment-id:427899139 --> @isido993 commented on GitHub (Oct 8, 2018): Hello, Run 'docker ps -a', find a container with 'exited' state, and then run 'docker logs <name of the exited container>' and post the results here. Also, could you share the business issue you're solving/trying to solve with Ambar with me? It'll help us develop it into a better product. Thanks.
Author
Owner

@ratio91 commented on GitHub (Oct 9, 2018):

I solved it by setting ES memory to:
sudo sysctl -w vm.max_map_count=262144

I use ambar for searching PDF and MS Word Documents (CVs) and improving full-text search for users.

<!-- gh-comment-id:428097584 --> @ratio91 commented on GitHub (Oct 9, 2018): I solved it by setting ES memory to: `sudo sysctl -w vm.max_map_count=262144` I use ambar for searching PDF and MS Word Documents (CVs) and improving full-text search for users.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#186
No description provided.