5.1.6集群两个节点,点击监听器菜单报错

emqx.conf 配置如下
node {
name = “emqx@192.168.6.26
cookie = “emqxcookie”
data_dir = “/var/lib/emqx”
}

cluster {
name = emqxcl-2
discovery_strategy = static
static{
seeds = [“emqx@192.168.6.24”, “emqx@192.168.6.26”]
}
}

dashboard {
listeners.http {
bind = 28083
}
}
listeners.tcp.default {
bind = 2883
}
listeners.ws.default {
bind = 18083
}

看起来是一个 BUG,尝试删掉 “/var/lib/emqx/configs/cluster.hocon” 重置一下配置,然后在试试呢?

如何重置配置呢?

试试删除这个?

删除后启动还是报相同的错误,是因为版本问题吗?一个5.1.0一个5.1.6