公告:    欢迎来到王者★孤傲博客主页,若有问题敬请留言 !     没有大量的积累和感悟,是不会把事情做好的, 只有不停的进取,才能够不丢人! Copyright © 2016-2020 RaodiBlogs. All rights reserved.

The Tomcat connector configured to listen on port 80 failed to start. The port may already be in use or the connector may be misconfigured.

 


遇到错误:

复制代码
........
..........

***************************
APPLICATION FAILED TO START
***************************

Description:

The Tomcat connector configured to listen on port 80 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 80, or configure this application to listen on another port.

09:40:18.163 [restartedMain] INFO  o.q.c.QuartzScheduler - [shutdown,666] - Scheduler RuoyiScheduler_$_KING1578274815494 shutting down.
09:40:18.163 [restartedMain] INFO  o.q.c.QuartzScheduler - [standby,585] - Scheduler RuoyiScheduler_$_KING1578274815494 paused.
09:40:18.164 [restartedMain] INFO  o.q.c.QuartzScheduler - [shutdown,740] - Scheduler RuoyiScheduler_$_KING1578274815494 shutdown complete.
09:40:18.164 [restartedMain] INFO  sys-user - [shutdownAsyncManager,62] - ====关闭后台任务任务线程池====
09:40:18.166 [restartedMain] INFO  sys-user - [shutdownEhCacheManager,75] - ====关闭缓存====
09:40:18.180 [restartedMain] INFO  c.a.d.p.DruidDataSource - [close,1928] - {dataSource-1} closed

Process finished with exit code 1
复制代码

 

出现问题的原因:

  80端口被占用,上次运行的项目程序在关闭intellij idea时,没有停止运行

 

 

解决方法:

  1.打开cmd命令窗口  输入如下指令查看所有端口和PID

netstat -ano

 

  2.找到对应的端口对应的PID  输入指令找到对应的进程

 tasklist | findstr "10136"

 

  3.杀掉该进程 再次启动就OK啦

 taskkill /f /t /im java.exe 

 

posted @   王者★孤傲  阅读(7787)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· 展开说说关于C#中ORM框架的用法!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
亲亲ლ(°◕‵ƹ′◕ლ), 早上好,早起的鸟儿有虫吃噢!早起的虫儿被鸟吃,你是鸟儿还是虫儿?嘻嘻!
点击右上角即可分享
微信分享提示