linux命令行报错:
Uncaught exception 'Exception' with message 'Address already in use' in /www
执行:
[root@izm5e3gye2rcpk730gsan1z GatewayWorker]# lsof -i :8282
[root@izm5e3gye2rcpk730gsan1z GatewayWorker]# netstat -tunlp|grep 8282
看到占用的进程,执行:kill -9
workman有2个端口,都要kill
workerman 后台开不起来