今天emq好像出问题了,8084 小程序连不上,8083 1883 都可以的,看到emq也是在跑的 总之最后是重启就好了

今天emq好像出问题了,8084 小程序连不上,8083 1883 都可以的,看到emq也是在跑的

[root@111 111]# lsof -i:8084
COMMAND      PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
beam.smp 3267589 emqx   33u  IPv4 166566712      0t0  TCP *:8084 (LISTEN)

但是telnet 不通,8083 是通的

[root@111 111]# telnet localhost 8083
Trying ::1…
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
Connection closed by foreign host.
[root@111 111]#
[root@111 111]#
[root@111 111]# telnet localhost 8084
Trying ::1…
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1…
q

q^C

总之最后是重启就好了,看了log也没看出问题。。幸亏我们的生产服务器没什么人访问,服务停一下也没大问题

需要stop start
而不是 restart,restart不行

你可能感兴趣的:(linux,linux)