Error running Tomcat8: Address localhost:1099 is already in use

简介: 这明显是1099端口已经被占用,解决办法如下:第一步,命令提示符号,执行命令:netstat –ano可见,占用1099端口的进程的PID是10584第二步,命令提示符号,执行命令tasklist可见,该占用8080端口的进程是java.exe第三步,通过任务管理器,终止进程java.exe统统都给它结束掉。
img_bf34f3fddb238cbc4abc58072ccbe153.png

这明显是1099端口已经被占用,解决办法如下:
第一步,命令提示符号,执行命令:

netstat –ano
img_1a55c856c71b818f0a43357d02e4b653.png

img_28a50c04b1839eb843bcc8b57183bf8f.png

可见,占用1099端口的进程的PID是10584
第二步,命令提示符号,执行命令

tasklist
img_ba4510c61a79b231f16654c86005c3fa.png

可见,该占用8080端口的进程是java.exe
第三步,通过任务管理器,终止进程java.exe
统统都给它结束掉。
第四步,重新启动tomcat,即可正常启动


img_8abc9f5a92c3d4c5c234a25c63f9b595.png
目录
相关文章
|
7月前
|
Web App开发 应用服务中间件
解决在访问tomcat时出现连接失败,Firefox 无法建立到 localhost:8080 服务器的连接的问题~
解决在访问tomcat时出现连接失败,Firefox 无法建立到 localhost:8080 服务器的连接的问题~
130 0
|
9月前
|
应用服务中间件 Android开发
Server Tomcat v9.0 Server at localhost failed to start问题的解决
Server Tomcat v9.0 Server at localhost failed to start问题的解决
281 0
|
3天前
|
监控 应用服务中间件
idea debug模式启动Tomcat报错:Error running ‘tomcat8‘: java.net.SocketException “socket closed“
idea debug模式启动Tomcat报错:Error running ‘tomcat8‘: java.net.SocketException “socket closed“
|
3天前
|
应用服务中间件 Android开发
Eclipse中启动tomcat后,无法访问localhost:8080(HTTP Status 404)
Eclipse中启动tomcat后,无法访问localhost:8080(HTTP Status 404)
82 0
|
6月前
|
应用服务中间件
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
|
6月前
|
应用服务中间件
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
49 0
|
10月前
|
人工智能 监控 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)
|
10月前
|
应用服务中间件 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
148 0
|
应用服务中间件
Error running ‘Tomcat 9.0.33‘: Can‘t find catalina.jar
Error running ‘Tomcat 9.0.33‘: Can‘t find catalina.jar
184 1
|
Java 应用服务中间件 Apache
突然:tomcat运行出现问题(Starting Tomcat v8.0 Server at localhost‘ has encountered a problem.)
突然:tomcat运行出现问题(Starting Tomcat v8.0 Server at localhost‘ has encountered a problem.)
326 0