This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
APM server setup fails #73
Description
Just tried setting this up on my mac, following the directions in the readme.
I get the following error while running docker-compose -f setup.yml up
:
setup_1 | setup_apm_server | Loaded index template
setup_1 | setup_apm_server | Loading dashboards (Kibana must be running and reachable)
setup_1 | setup_apm_server | Exiting: fail to create the Kibana loader: Error creating Kibana client: Error creating Kibana client: fail to get the Kibana version: HTTP GET request to /api/status fails: <nil>. Response: {"message":"[doc][config:6.5.2]: version conflict, document already exists (current version [1]): [version_conflict_engine_exception] [doc][config:6.5.2]: version conflict, document already exists (current version [1]), with { index_uuid=\"m8fWXMZmSB... (truncated).
setup_1 | setup_apm_server exited with code 1
Even though the apm-server setup fails, the overall setup exists cleanly.
So then I try docker-compose up -d
, and get this:
Creating apm_server ... error
...
ERROR: for apm-server Cannot create container for service apm-server: invalid mount config for type "bind": bind source path does not exist: /Users/rontoland/Code/stack-docker/config/apm-server/apm-server.keystore
ERROR: Encountered errors while bringing up the project.
Everything else seems to come up ok, but it seems there's problems getting the apm-server setup?
Metadata
Metadata
Assignees
Labels
No labels