cataline.out 输出, 显示 8070 端口被占用

[http-nio-8070]
   address aready used

 

查看对应端口进程

netstat -antup |grep 8070

 

杀死进程

kill -9 PID

 

相关文章: