The mermaid companion container errors on startup
See original GitHub issueThe current behaviour
The mermaid companion seems to be broken and shows this error:
Unable to start the service Error: Failed to launch chrome
Output of docker-compose up
:
blockdiag_1 | [2019-04-24 06:09:02 +0000] [1] [INFO] Starting gunicorn 19.9.0
blockdiag_1 | [2019-04-24 06:09:02 +0000] [1] [INFO] Listening at: http://0.0.0.0:8001 (1)
blockdiag_1 | [2019-04-24 06:09:02 +0000] [1] [INFO] Using worker: sync
blockdiag_1 | [2019-04-24 06:09:02 +0000] [7] [INFO] Booting worker with pid: 7
mermaid_1 | Unable to start the service Error: Failed to launch chrome!
mermaid_1 |
mermaid_1 |
mermaid_1 | TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
mermaid_1 |
mermaid_1 | at onClose (/snapshot/app/node_modules/puppeteer/lib/Launcher.js:342:14)
mermaid_1 | at Interface.helper.addEventListener (/snapshot/app/node_modules/puppeteer/lib/Launcher.js:331:50)
mermaid_1 | at Interface.emit (events.js:187:15)
mermaid_1 | at Interface.close (readline.js:379:8)
mermaid_1 | at Socket.onend (readline.js:157:10)
mermaid_1 | at Socket.emit (events.js:187:15)
mermaid_1 | at endReadableNT (_stream_readable.js:1081:12)
mermaid_1 | at process._tickCallback (internal/process/next_tick.js:63:19)
kroki-stack_mermaid_1 exited with code 1
kroki_1 | Apr 24, 2019 6:09:03 AM io.vertx.core.impl.launcher.commands.VertxIsolatedDeployer
kroki_1 | INFO: Succeeded in deploying verticle
docker-compose.yaml:
version: "3"
services:
kroki:
image: yuzutech/kroki:0.0.4
environment:
- KROKI_BLOCKDIAG_HOST=blockdiag
- KROKI_MERMAID_HOST=mermaid
ports:
- "8000:8000"
blockdiag:
image: yuzutech/kroki-blockdiag:0.0.4
ports:
- "8001:8001"
mermaid:
image: yuzutech/kroki-mermaid:0.0.4
ports:
- "8002:8002"
Expected behaviour
The container should start and wait for HTTP requests.
Way to reproduce the error
- Put the
docker-compose.yml
in a directory - Run
docker-compose up
in this directory
Thanks in advance for your help.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Online:Isobel Veloise - The Unofficial Elder Scrolls Pages
Isobel Veloise (nicknamed Bella or Izzy) is a Breton noble and companion who can be found at Castle Navire. You will acquire the...
Read more >jMG - River Thames Conditions - Environment Agency - GOV.UK
#error Fosas o trincheras geografia. ... freak pre workout, Mulia glass container, Simon koppel trommer, Honda civic 6th gen coupe, ... Partner psb270...
Read more >Calm raises $27M to McConaughey you to sleep - TechCrunch
Meditation app unicorn Calm wants you to doze off to the dulcet tones of actor Matthew McConaughey's southern drawl or writer Stephen Fry's ......
Read more >CREAK Data Explorer - UT Computer Science
An Attorney at law can still make mistakes and bad judgments that hurt the truth ... The famous American TV show ER starred...
Read more >Emma Rose Cohen, co-founder of FinalStraw // The Startup ...
This week's featured founder is Emma Rose Cohen, CEO and co-founder of FinalStraw. FinalStraw is a collapsible and reusable straw for a sucking...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome news 🎉 I’ll update the documentation accordingly, thanks for your valuable help and your prompt replies 😁
Looks like it’s working on my machine now with
yuzutech/kroki-mermaid:0.0.6
. Thanks a lot for your help! 👍Here is the result of this new image.