admin 管理员组

文章数量: 1184232

idea 运行项目时报错:

Identify and stop the process that's listening on port 8099 or configure 

原因:

端口被占用

解决方法:

1.windows+r ,输入cmd,打开命令行窗口

 2.输入命令,

        1)netstat -ano | findstr 8099         查看端口是否被占用

        2)taskkill /F /PID 3016              终止对应PID的进程

3.重新运行项目 

本文标签: process Stop Identify Listening configure