开源版emqx5.1.4在windows11安装完成,重启计算机无法正常启动

安装完成,在服务中存在服务名称emqx的服务,使用emqx start命令可正常使用,重启计算机后,访问IP:18083出现网络错误,1883无法连接
日志:
2023-09-05T10:38:27.400000+08:00 [warning] msg: failed_to_resolve_env_variable, mfa: emqx_schema:naive_env_interpolation/1, line: 3243, env: {EMQX_LOG_DIR}, original: ${EMQX_LOG_DIR}/emqx.log
2023-09-05T10:38:27.424000+08:00 [warning] msg: failed_to_resolve_env_variable, mfa: emqx_schema:naive_env_interpolation/1, line: 3243, env: {EMQX_ETC_DIR}, original: ${EMQX_ETC_DIR}/acl.conf
2023-09-05T10:38:27.424000+08:00 [alert] msg: failed_to_read_acl_file, mfa: emqx_authz_file:validate/1, line: 53, explain: No such file or directory, path: ${EMQX_ETC_DIR}/acl.conf
2023-09-05T10:38:27.425000+08:00 [warning] msg: failed_to_resolve_env_variable, mfa: emqx_schema:naive_env_interpolation/1, line: 3243, env: {EMQX_LOG_DIR}, original: ${EMQX_LOG_DIR}/emqx.log
2023-09-05T10:38:27.431000+08:00 [error] crasher: initial call: application_master:init/4, pid: <0.586.0>, registered_name: , exit: {{bad_return,{{emqx_conf_app,start,[normal,]},{‘EXIT’,{{case_clause,undefined},[{emqx_config_logger,tr_console_handler,1,[{file,“emqx_config_logger.erl”},{line,129}]},{emqx_config_logger,tr_handlers,1,[{file,“emqx_config_logger.erl”},{line,124}]},{emqx_config_logger,do_refresh_config,1,[{file,“emqx_config_logger.erl”},{line,48}]},{emqx_conf_app,start,2,[{file,“emqx_conf_app.erl”},{line,40}]},{application_master,start_it_old,4,[{file,“application_master.erl”},{line,293}]}]}}}},[{application_master,init,4,[{file,“application_master.erl”},{line,142}]},{proc_lib,init_p_do_apply,3,[{file,“proc_lib.erl”},{line,240}]}]}, ancestors: [<0.585.0>], message_queue_len: 1, messages: [{‘EXIT’,<0.587.0>,normal}], links: [<0.585.0>,<0.44.0>], dictionary: , trap_exit: true, status: running, heap_size: 610, stack_size: 28, reductions: 190; neighbours:

感谢反馈,看着像是一个 BUG,我们处理下。

另外,不建议 emqx 运行在 Windows 下的。推荐是最好跑在容器或者Linux下面

我也遇到了同样的问题,应该如何处理?

没有办法压,甲方要求在Windows而且还是win11下,头

自己写脚本启动

好的,谢谢解答