The Tomcat connector configured to listen on port 10000 failed to start. The port may already be in

简介: The Tomcat connector configured to listen on port 10000 failed to start. The port may already be in

一、原因

今天在学谷粒商城,启动一个电商项目,发现一个端口被占用了,记录下来

二、解决方法

1、以管理员身份打开cmd

2、输入: netstat -ano|findstr “PID”

3、输入: tasklist|findstr “2552”。

4、taskkill /T /F /PID 2552。

5:端口占用问题解决。

相关文章
|
18天前
|
Java 应用服务中间件 Maven
解决“Unable to start embedded Tomcat“错误的完整指南
通过逐步检查以上问题,你应该能够解决 "Unable to start embedded Tomcat" 错误,并使Tomcat成功启动。
19 0
解决“Unable to start embedded Tomcat“错误的完整指南
|
5月前
|
应用服务中间件
IDEA启动报错:Error running ‘Tomcat 8.5.34‘: Address localhost:1099 is already in use
IDEA启动报错:Error running ‘Tomcat 8.5.34‘: Address localhost:1099 is already in use
45 0
|
9月前
|
人工智能 监控 Java
IDEA启动tomcat 端口1099被占用(1099 is already in use)
IDEA启动tomcat 端口1099被占用(1099 is already in use)
IDEA启动tomcat 端口1099被占用(1099 is already in use)
|
9月前
|
应用服务中间件 Windows
The Tomcat connector configured to listen on port 18081 failed to start. The port may already be in
The Tomcat connector configured to listen on port 18081 failed to start. The port may already be in
140 0
|
11月前
|
XML 应用服务中间件 数据格式
Tomcat - Tomcat 8.5.55 启动过程源码分析阶段三_start阶段
Tomcat - Tomcat 8.5.55 启动过程源码分析阶段三_start阶段
63 0
|
应用服务中间件 Nacos 微服务
阿里微服务注册中心 Nacos 启动报错 Unable to start embedded Tomcat
阿里微服务注册中心 Nacos 启动报错 Unable to start embedded Tomcat
1617 0
|
XML 应用服务中间件 Android开发
Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
337 0
Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
|
Java 应用服务中间件 Maven
Tomcat SEVERE: Failed to initialize end point associated with ProtocolHandler [“http-bio-8080“] 异常处理
Tomcat SEVERE: Failed to initialize end point associated with ProtocolHandler [“http-bio-8080“] 异常处理
539 0
Tomcat SEVERE: Failed to initialize end point associated with ProtocolHandler [“http-bio-8080“] 异常处理
|
应用服务中间件
The Tomcat connector configured to listen on port 8200 failed to start.【异常详情处理】
The Tomcat connector configured to listen on port 8200 failed to start.【异常详情处理】
169 0
The Tomcat connector configured to listen on port 8200 failed to start.【异常详情处理】
|
网络协议 应用服务中间件 Linux