springboot启动报错:Protocol handler start failed
程序员文章站
2022-03-24 11:36:07
...
问题描述:
在将旧项目功能迁徙到重构的新项目过程中,启动重构的新项目时,报 Protocol handler start failed 错误????
Protocol handler start failed
错误原因:
端口号冲突
通过查看发现,问题出在启动旧项目查看接口数据时启动了eureka,启动新项目时没有关闭旧项目的 eureka,却又重新开启了一个 eureka,导致端口发生了冲突。
解决方案:
关闭旧项目的 eureka 即可!
上一篇: 下载文件--针对大多数的文件类型
下一篇: mysql慢查询有影响吗
推荐阅读
-
SpringBoot启动报错Failed to determine a suitable driver class
-
springboot启动报错Failed to configure a DataSource: 'url' attribute is not specified
-
Tomcat启动报错:org.apache.catalina.LifecycleException: Failed to start component...java.util.zip.ZipException: error in opening zip file
-
启动docker服务的时候报错:Failed to start docker.service: Unit docker.service is masked.
-
The nexus service was launched, but failed to start. --nexus启动报错完美解决
-
centos启动rpcbind报错Job rpcbind.service/start failed with result 'dependency'
-
Linux启动某个服务报错:Failed to start xxx.service: Unit not found
-
zookeeper启动时报错:Starting zookeeper ... FAILED TO START
-
记一次Tomcat启动报错Failed to start component [StandardEngine[Catalina].Standard
-
Centos7.x 系统网卡启动报错问题排查(Failed to start LSB: Bring up/down networking !!!有效!!!)