美文网首页
activeMQ关闭报错

activeMQ关闭报错

作者: 笨比乔治 | 来源:发表于2020-11-27 08:59 被阅读0次
[root@iZ2ze9gr4nii3y49a2wlx9Z bin]# ./activemq stop
INFO: Loading '/opt/apache-activemq-5.15.9//bin/env'
INFO: Using java '/usr/java/jdk1.8.0_131/bin/java'
ERROR: No or outdated process id in '/opt/apache-activemq-5.15.9//data/activemq.pid'

INFO: Removing /opt/apache-activemq-5.15.9//data/activemq.pid

检查端口61616是否被占用

[root@iZ2ze9gr4nii3y49a2wlx9Z bin]# netstat -anp | grep 61616
tcp        0      0 0.0.0.0:61616           0.0.0.0:*               LISTEN      10948/java   

kill 10948
重新启动

相关文章

网友评论

      本文标题:activeMQ关闭报错

      本文链接:https://www.haomeiwen.com/subject/fejdvktx.html