然而,当我尝试启动我的应用程序时,我得到了一个关于嵌入式tomcat的错误。Error starting ApplicationContext.: Unable to start embeddedTomcat
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh: Unable to start embeddedTomcat
我使用eclipse,debian10,maven3.6,jdk1.8,tomcat8。
导入git项目后,我想运行"complete“文件夹。Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embeddedTomcat server [...]
有人能告诉我为什么一个Spring Boot应用程序在过去一直运行良好,却突然不能启动嵌入式Tomcat了吗?我已经尝试了等类似问题中描述的几个选项,但我只是得到了无法启动Tomcat的消息。该项目在另一台PC上运行,因此原因可能是环境原因。: Unable to start embeddedTomcat
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationCon
Djavax.net.ssl.trustStorePassword=P@ss4TestKafka21"]
at org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer.configureSslKeyStore(SslCon
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embeddedTomcat
...Caused by: org.springframework.boot.web.server.WebServerException: U