端口被占用

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"
相关推荐
草履虫君1 小时前
VMware 虚拟机网络性能优化指南:从 11 秒到 4 秒的完整调优实践
服务器·网络·经验分享·性能优化
日取其半万世不竭1 小时前
LVM 逻辑卷管理:不停机扩容磁盘的正确方式
运维·服务器
优化Henry1 小时前
TDD-LTE站点Rilink=3链路故障处理案例---BBU侧C口“有发光、无收光”的排查与恢复
运维·网络·信息与通信·tdd
浪客灿心1 小时前
Linux网络传输层协议
linux·运维·网络
V搜xhliang02462 小时前
OpenClaw科研全场景用法:从文献到实验室的完整自动化方案
运维·开发语言·人工智能·python·算法·microsoft·自动化
遇见火星2 小时前
Nginx限流配置:防止接口被刷,服务器稳如泰山
运维·服务器·nginx
计算机安禾3 小时前
【Linux从入门到精通】第49篇:服务器故障排查终极指南——思路决定出路
linux·运维·服务器
古月-一个C++方向的小白3 小时前
Linux——初识文件
linux·运维·服务器
北山有鸟3 小时前
编译香橙派内核
linux·运维·服务器
W.A委员会3 小时前
Docker基本使用流程
运维·docker·容器