emqx / emqx-rel

Release Project for EMQX Broker prior to 4.3. Newer releases are built here: https://github.com/emqx/emqx
https://www.emqx.com
Apache License 2.0
190 stars 221 forks source link

emqx docker images run fail #666

Open stm32lou opened 2 years ago

stm32lou commented 2 years ago

Environment

Description

A description of the issue node.max_ports=1048576 listener.tcp.external.acceptors=64 listener.ssl.external.acceptors=32 node.process_limit=2097152 node.max_ets_tables=2097152 listener.ws.external.acceptors=16 EMQ X Broker 4.2-alpha.1 failed to start within 15 seconds, see the output of '/opt/emqx/bin/emqx console' for more information. If you want to wait longer, set the environment variable WAIT_FOR_ERLANG to the number of seconds to wait.

===== ===== LOGGING STARTED Wed Jan 26 17:04:45 UTC 2022

Exec: /opt/emqx/erts-10.7.2.6/bin/erlexec -boot /opt/emqx/releases/4.2-alpha.1/emqx -mode embedded -boot_var ERTS_LIB_DIR /opt/emqx/erts-10.7.2.6/../lib -mnesia dir "/opt/emqx/data/mnesia/emqx@172.18.0.2" -config /opt/emqx/data/configs/app.2022.01.26.17.04.46.config -args_file /opt/emqx/data/configs/vm.2022.01.26.17.04.46.args -vm_args /opt/emqx/data/configs/vm.2022.01.26.17.04.46.args -start_epmd false -epmd_module ekka_epmd -proto_dist ekka -- console Root: /opt/emqx /opt/emqx {"Kernel pid terminated",application_controller,"{application_start_failure,kernel,{{shutdown,{failed_to_start_child,kernel_safe_sup,{on_load_function_failed,bcrypt_nif}}},{kernel,start,[normal,[]]}}}"} Kernel pid terminated (application_controller) ({application_start_failure,kernel,{{shutdown,{failed_to_start_child,kernel_safe_sup,{on_load_function_failed,bcrypt_nif}}},{kernel,start,[normal,[]]}}})

Crash dump is being written to: log/crash.dump...done ['2022-01-26T17:05:15Z']:emqx exit abnormally

Rory-Z commented 2 years ago

We suggest you retry with our latest version Our repo has been relocated here: https://github.com/emqx/emqx/tree/master/deploy/docker