这个就是端口被占用了,我的是因为package打包的时候终端了springboot项目然后直接退出终端没有强制关闭导致8080端口被占用;

解决方法是

打开cmd 输入命令

netstat 8080

输入cmd命令 查看占用端口的进程号

netstat -ano | findstr 8080

使用cmd命令将此进程终止

taskkill /F /PID 占用端口的进程

详情可以参考这篇文章

(153条消息) Identify and stop the process that’s listening on port 8080 or configure this application to listen_@Dra的博客-CSDN博客

解决Identify and stop the process that‘s listening on port 8080 端口问题相关推荐

  1. Verify the connector‘s configuration, identify and stop any process that‘s listening on port 8911

    Verify the connector's configuration, identify and stop any process that's listening on port 8911, o ...

  2. Verify the connector‘s configuration, identify and stop any process that‘s listening on port 80, or

    端口被占用 Verify the connector's configuration, identify and stop any process that's listening on port 8 ...

  3. 端口号被占用:Identify and stop the process that‘s listening on port 10000 or configure this application...

    解决方式!!! 1.看看是谁占用了我的端口号! 快捷键:win+R 输入:cmd 回车 然后命令窗输入: netstat -ano|findstr "10000" 2.关闭占用者进 ...

  4. 8080端口被占用,最快解决方法不是重启电脑

    解决方法:cmd 之后 懂得直接拿代码,不懂的继续看 netstat -aon|findstr "8080" taskkill /pid 6828 /f 6868 代表占用8080 ...

  5. idea报8080端口被占用解决

    1错误提示 Identify and stop the process that's listening on port 8080 or configure this application to l ...

  6. Idea解决Web server failed to start. Port 8080 was already in use.端口被占用(亲测)

    报错信息如下: Description: Web server failed to start. Port 8080 was already in use. Action: Identify and ...

  7. WIndows Web server failed to start. Port was already in use.Action:Identify and stop the process th

    Description: Web server failed to start. Port 3001 was already in use. Action: Identify and stop the ...

  8. 解决SAS/EG中某些process出现的WARNING: The font Arial is not available. Albany AMT will be used.

    解决SAS/EG中某些process出现的WARNING: The font Arial is not available. Albany AMT will be used. 当SAS/EG中某些pr ...

  9. 解决在MyEclipse中,process报launching client等待的问题

    解决在MyEclipse中,process报launching client等待的问题 如题,一个web项目修改后autobuild时,process信息栏报出"launching clie ...

最新文章

  1. java线程池的使用
  2. 不再任人欺负!手游安全的进阶之路
  3. [Apache]网站页面静态化与Apache调优(图)
  4. Matlab对话框总结
  5. tp中怎么执行mysql事务_tp中使用事务
  6. PP视频播放视频时如何关闭弹屏
  7. 三维绘图之Mayavi.mlab
  8. HTC vive手柄在三维空间画线
  9. 基础练习 特殊回文数 C语言
  10. 【day23】The field file exceeds its maximum permitted size of 1048576 bytes.
  11. dos命令、find、findstr、ping、nbtstat、netstat、net、at、ftp、telnet、tasklist、taskkill、netsh...
  12. flv转mp4视频格式转码教程
  13. 计算机电脑成像,计算机能重现你所看到的吗?
  14. 计算机教室教师的业务档案,教师业务档案管理制度
  15. GAN相关模型和论文
  16. 域名国家工程研究中心(ZDNS)培训认证中心正式成立
  17. MySQL 数据表查询
  18. Python离线翻译
  19. 【AD封装】2.54间距排针排母插件贴片(带3D)
  20. ZigBee协议栈浅显解读(一)

热门文章

  1. 16信号量(semaphore)
  2. 计算机组成原理——存储地址与边界对齐
  3. 在Kubernetes上安装Netdata的方法
  4. 2022年全国最新消防设施操作员(初级消防设施操作员)考试模拟题库及答案
  5. 好记性不如烂笔头——Vite篇
  6. Eclipse Che安装使用
  7. 二进制小数转换为十进制数和
  8. .NET CORE 下收发邮件之 MAILKIT
  9. Liang Zhen
  10. 初步认识Lambda表达式