端口被占用

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

2023-07-27 14:19:28,843 ERROR [main][LoggingFailureAnalysisReporter.java:40] -

***************************

APPLICATION FAILED TO START

***************************

Description:

Web server failed to start. Port 63070 was already in use.

Action:

Identify and stop the process that's listening on port 63070 or configure this application to listen on another port.

使用cmd命令(快捷键win+R)

 netstat -ano |findstr 63070(需要结束进程的端口号)


netstat -ano |findstr 63070

taskkill /f /t /im "PID号"

taskkill /f /t /im "19704"
相关推荐
wanhengidc8 分钟前
短视频运营行业该如何选择服务器?
运维·服务器
雨中rain22 分钟前
Linux -- 从抢票逻辑理解线程互斥
linux·运维·c++
-KamMinG33 分钟前
Centos7.9安装openldap+phpldapadmin+grafana配置LDAP登录最详细步骤 亲测100%能行
运维·grafana
Bessssss42 分钟前
centos日志管理,xiao整理
linux·运维·centos
s_yellowfish42 分钟前
Linux服务器pm2 运行chatgpt-on-wechat,搭建微信群ai机器人
linux·服务器·chatgpt
豆是浪个44 分钟前
Linux(Centos 7.6)yum源配置
linux·运维·centos
vvw&1 小时前
如何在 Ubuntu 22.04 上安装 Ansible 教程
linux·运维·服务器·ubuntu·开源·ansible·devops
我一定会有钱1 小时前
【linux】NFS实验
linux·服务器
王铁柱子哟-1 小时前
解决 正在下载VS Code 服务器... 问题
运维·服务器
Ven%1 小时前
如何在防火墙上指定ip访问服务器上任何端口呢
linux·服务器·网络·深度学习·tcp/ip