-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationAn issue or clarification on documentationAn issue or clarification on documentationsupportFurther information is requested or user requires assistanceFurther information is requested or user requires assistance
Description
Docker Compose example goes to Silent Configuration Mode Failed during an attempt to start fusionauth. is it a problem in elastic search?
Description
Seems like default installation instruction is broken or some of the docker images are not assembled correctly
Steps to reproduce
- Start Macos 10.12.6
- Start docker 2.0.0.3 + docker-compose 1.23.2
- Use steps from instruction:
https://fusionauth.io/docs/v1/tech/installation-guide/docker
curl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml && curl -o .env https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/.env && docker-compose up
- Open http://127.0.0.1:9011. After few minutes you will be redirected to http://127.0.0.1:9011/maintenance-mode-silent-configuration-failed
Logs:
db: db.txt
fusionauth:
fusionauth_1.txt
elastic:
fus_search_1.txt
Seems like elastic search are not able to start for some reason?
[2019-07-29T12:53:33,351][INFO ][o.e.b.BootstrapChecks ] [NFcuRqf] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: initial heap size [268435456] not equal to maximum heap size [1073741824]; this can cause resize pauses and prevents mlockall from locking the entire heap
[2019-07-29T12:53:33,372][INFO ][o.e.n.Node ] [NFcuRqf] stopping ...
[2019-07-29T12:53:33,422][INFO ][o.e.n.Node ] [NFcuRqf] stopped
[2019-07-29T12:53:33,423][INFO ][o.e.n.Node ] [NFcuRqf] closing ...
[2019-07-29T12:53:33,439][INFO ][o.e.n.Node ] [NFcuRqf] closed
[2019-07-29T12:53:33,445][INFO ][o.e.x.m.j.p.NativeController] Native controller process has stopped - no new native processes can be started
[2019-07-29T12:53:37,688][INFO ][o.e.n.Node ] [] initializing ...
[2019-07-29T12:53:37,783][INFO ][o.e.e.NodeEnvironment ] [NFcuRqf] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/sda1)]], net usable_space [42.5gb], net total_space [58.4gb], types [ext4]
[2019-07-29T12:53:37,785][INFO ][o.e.e.NodeEnvironment ] [NFcuRqf] heap size [1007.3mb], compressed ordinary object pointers [true]
[2019-07-29T12:53:37,788][INFO ][o.e.n.Node ] [NFcuRqf] node name derived from node ID [NFcuRqf-Tf68s-_FS2D9fw]; set [node.name] to override
also, fusionauth logs do not look okay:
mkdir: cannot create directory '/usr/local/fusionauth/fusionauth-app/apache-tomcat/../../logs': Permission denied
12:53:22,198 |-ERROR in ch.qos.logback.core.FileAppender[FILE] - openFile(/usr/local/fusionauth/fusionauth-app/apache-tomcat/../../logs/importer.log,true) call failed. java.io.FileNotFoundException: /usr/local/fusionauth/fusionauth-app/apache-tomcat/../../logs/importer.log (No such file or directory)
Platform
- Device: Macbook pro
- OS: Macos 10.12.6
Additional context
The product looks promising, appreciate your work!
I just wish it would be more easy to run it locally
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationAn issue or clarification on documentationAn issue or clarification on documentationsupportFurther information is requested or user requires assistanceFurther information is requested or user requires assistance