bug_1_springBoot:Protocol handler start failed
程序员文章站
2022-03-24 11:38:42
...
2-25 13:56:01.805 ERROR [gulimall-product,,,] 24140 --- [ restartedMain] org.apache.catalina.util.LifecycleBase : Failed to start component [Connector[HTTP/1.1-10000]]
org.apache.catalina.LifecycleException: Protocol handler start failed
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1008) ~[tomcat-embed-core-9.0.24.jar:9.0.24]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.24.jar:9.0.24]
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:227) [tomcat-embed-core-9.0.24.jar:9.0.24]
at org.springframework.boot.w
win+r:
Microsoft Windows [版本 10.0.19041.388]
(c) 2020 Microsoft Corporation. 保留所有权利。
C:\Users\wjw>netstat -aon|findstr "10000"
TCP 127.0.0.1:10000 0.0.0.0:0 LISTENING 13840
C:\Users\wjw>
C:\Users\wjw>tasklist|findstr "13840"
yundetectservice.exe 13840 Console 1 12,184 K
C:\Users\wjw>taskkill /f /t /im 13840
成功: 已终止 PID 13840 (属于 PID 6484 子进程)的进程。
C:\Users\wjw>netstat -aon|findstr "10000"
C:\Users\wjw>
通过任务了管理发现 yundetectservice.exe居然是 百度云的服务给占用了10000端口号
推荐阅读
-
Protocol handler start failedCaused by: java.net.SocketException: Permission denied
-
Mac Idea Protocol handler start failed 解决端口占用
-
bug_1_springBoot:Protocol handler start failed
-
启动项目一直报错:org.apache.catalina.LifecycleException: Protocol handler start failed
-
springboot启动报错:org.apache.catalina.LifecycleException: Protocol handler start failed
-
SpringBoot项目启动时报错:org.apache.catalina.LifecycleException: Protocol handler start failed
-
org.apache.catalina.LifecycleException: Protocol handler start failed
-
springboot启动报错:Protocol handler start failed
-
idea启动springBoot报错:org.apache.catalina.LifecycleException: Protocol handler start failed
-
spring boot 启动报错Protocol handler start failed