博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
workerman——报错
阅读量:5264 次
发布时间:2019-06-14

本文共 622 字,大约阅读时间需要 2 分钟。

stream_socket_server(): unable to connect to tcp://0.0.0.0:8282 (Address already in use) in file

【报错内容】

stream_socket_server(): unable to connect to tcp://0.0.0.0:8282 (Address already in use) in file /data/wwwroot/chat.wangyangyang.vip/vendor/GatewayWorker-for-win/vendor/workerman/workerman/Worker.php on line 2178PHP Fatal error: Uncaught exception 'Exception' with message 'Address already in use' in /data/wwwroot/chat.wangyangyang.vip/vendor/GatewayWorker-for-win/vendor/workerman/workerman/Worker.php:2180Stack trace:

【解决方法】

ps aux | grep 8282| xargs kill -9

 

转载于:https://www.cnblogs.com/wangyang0210/p/10892318.html

你可能感兴趣的文章
语音识别中的MFCC的提取原理和MATLAB实现
查看>>
验证组件FluentValidation的使用示例
查看>>
0320-学习进度条
查看>>
解决windows系统的oracle数据库不能启动ora-00119和ora-00130的问题
查看>>
ip相关问题解答
查看>>
MetaWeblog API Test
查看>>
反弹SHELL
查看>>
关闭Chrome浏览器的自动更新和升级提示
查看>>
移动、尺寸改变
查看>>
poj2255Tree Recovery【二叉树重构】
查看>>
tcpcopy 流量复制工具
查看>>
vue和react的区别
查看>>
第十一次作业
查看>>
负载均衡策略
查看>>
微信智能开放平台
查看>>
ArcGIS Engine 中的绘制与编辑
查看>>
Oracle--通配符、Escape转义字符、模糊查询语句
查看>>
c# 文件笔记
查看>>
第一页 - 工具的使用(webstorm)
查看>>
Linux 进程资源用量监控和按用户设置进程限制
查看>>