emqx 5.10启动后报错

WARNING: Default (insecure) Erlang cookie is in use.
WARNING: Configure node.cookie in /etc/emqx/emqx.conf or override from environment variable EMQX_NODE__COOKIE
WARNING: NOTE: Use the same cookie for all nodes in the cluster.
Erlang/OTP 27 [erts-15.2] [emqx] [64-bit] [smp:24:24] [ds:24:24:8] [async-threads:4] [jit:ns]

Listener tcp:default on 0.0.0.0:1883 started.
Listener ssl:default on 0.0.0.0:8883 started.
Listener ws:default on 0.0.0.0:8083 started.
Listener wss:default on 0.0.0.0:8084 started.

=====================================================================
You are currently using the EMQX Community License included with this software.
Permitted Use: Free use of a single node in your internal environment.
What Requires a Different License:

  • Clustered deployments (more than one node).
  • Commercial use in SaaS, hosted services, or embedded/resold products.
    To enable clustering or use EMQX for external commercial purposes, a commercial license is required.
    Visit Apply for EMQX Enterprise License for Free to apply for a license.
    (Clustering for non-profit or educational purposes may qualify for a free license - please inquire via the link above)
    =====================================================================
    Listener http:dashboard on :18083 started.
    EMQX Enterprise 5.10.0 is running now!
    Restricted Eshell V15.2 (press Ctrl+G to abort, type help(). for help)
    2025-06-12T09:49:09+08:00 received_terminate_signal, shutting down now.
    2025-06-12T09:49:09.280243+08:00 [critical] msg: received_terminate_signal
    Stop listener http:dashboard on :18083 successfully.
    Listener tcp:default on 0.0.0.0:1883 stopped.
    Listener ssl:default on 0.0.0.0:8883 stopped.
    Listener ws:default on 0.0.0.0:8083 stopped.
    Listener wss:default on 0.0.0.0:8084 stopped.
    e5.10.0(emqx@127.0.0.1)1>

emqx.log.1日志里内容:
2025-06-12T09:40:09.116760+08:00 [critical] msg: received_terminate_signal

通过RPM安装的,大概启动10秒后自动退出,没有思路,不知道该怎么解决了。

一般这个信号都是外部发出来的 比如操作系统。你的CPU和内存资源怎么样

aa

我感觉应该不是资源问题。

应该不是,再用 dmesg 看看系统有没有异常日志。

日志里没异常,没头绪,不过还是谢谢你。

确实奇怪,你试试5.8.6看看…