workerman下框架gateway报错 worker[thinkphp:30776] exit with status 64000

wokerman启动之后一直报错

复制代码
Worker[30477] process terminated
worker[thinkphp:30477] exit with status 64000
Worker[30533] process terminated
worker[thinkphp:30533] exit with status 64000
Worker[30571] process terminated
worker[thinkphp:30571] exit with status 64000
Worker[30623] process terminated
worker[thinkphp:30623] exit with status 64000
Worker[30657] process terminated
worker[thinkphp:30657] exit with status 64000
Worker[30690] process terminated
worker[thinkphp:30690] exit with status 64000
Worker[30735] process terminated
worker[thinkphp:30735] exit with status 64000
复制代码

找到wokerman目录下的日志文件

 解决办法:

杀掉进程,执行以下三条命令

ps -aux | grep -i start.php | awk '{print $2}'| xargs pkill -9
ps -aux | grep -i gateway | awk '{print $2}'| xargs pkill -9
ps -aux | grep -i wrokerman | awk '{print $2}'| xargs pkill -9

然后重启

 

posted @   温柔的风  阅读(638)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· Docker 太简单,K8s 太复杂?w7panel 让容器管理更轻松!
历史上的今天:
2018-05-08 Fiddler(四)Fiddler设置手机抓包
点击右上角即可分享
微信分享提示