当前位置:   article > 正文

daemon not running; starting now at tcp:5037【解决方案】_daemon not running; starting now at tcp:5037

daemon not running; starting now at tcp:5037

在这里插入图片描述
【问题】程序报错:daemon not running; starting now at tcp:5037
【原因】5037端口被占用
【方法】找出5037端口占用的应用,关闭掉该应用进程
【解决方案】
打开cmd命令窗口,首先找出占用的应用,则输入如下命令找出占用5037端口的应用
netstat -ano | findstr “5037”
在这里插入图片描述

这里是14448占用端口,然后输入taskkill -f -pid 14448,可以关闭掉该应用。
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/315971
推荐阅读
相关标签
  

闽ICP备14008679号