Commit 2dec3a2d authored by louis's avatar louis Committed by Tao Feng

Documenting fix StartupException with local data persistence (#230)

* Update troubleshooter for StartupException 

An additional item is added to the troubleshooter for #225.

* Fix formatting of new troubleshooting item
parent 550dc3a5
...@@ -51,3 +51,6 @@ Atlas would be ready once you'll have the following output in the docker output ...@@ -51,3 +51,6 @@ Atlas would be ready once you'll have the following output in the docker output
2. Make entry `vm.max_map_count=262144`. Save and exit. 2. Make entry `vm.max_map_count=262144`. Save and exit.
3. Reload settings `$ sysctl -p` 3. Reload settings `$ sysctl -p`
4. Restart `docker-compose` 4. Restart `docker-compose`
2. If `docker-amundsen-local.yml` stops because of `org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: Failed to create node environment`, then `es_amundsen` [cannot write](https://discuss.elastic.co/t/elastic-elasticsearch-docker-not-assigning-permissions-to-data-directory-on-run/65812/4) to `.local/elasticsearch`.
1. `chown -R 1000:1000 .local/elasticsearch`
2. Restart `docker-compose`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment