关于: java.lang.IllegalStateException: StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] failed to start

无法启动web服务器,无法使用内嵌的tomcat

可能的问题就是包冲突所造成的,你看你最近添加了什么包,可能跟springboot版本

再就是看你前面有什么明显的错误

转自:
https://www.cnblogs.com/sunlang369/p/13878926.html

我前面
cause by
Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
Unable to start embedded Tomcat

我遇到问题后查百度, 各种各样的原因, 各种各样的解决方案
我最后改了版本后正常能用了
org.springframework.cloud
spring-cloud-starter-netflix-eureka-server
2.2.9.RELEASE

posted @ 2021-12-28 11:23  zrzero  阅读(1315)  评论(0)    收藏  举报