服务启动异常

Blade 未结 1 79

一、该问题的重现步骤是什么?

根据开发文档逐步进行的,但是依旧存在问题


二、你期待的结果是什么?实际看到的又是什么?

程序正确启动,但程序未正确启动


三、你正在使用的是什么产品,什么版本?在什么操作系统上?

SpringCloud版本,windows系统


四、请提供详细的错误堆栈信息,这很重要。

2024-03-20 11:35:38.511  WARN 24772 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is java.lang.reflect.UndeclaredThrowableException

2024-03-20 11:35:38.868  INFO 24772 --- [           main] io.undertow                              : stopping server: Undertow - 2.2.28.Final

2024-03-20 11:35:38.890  INFO 24772 --- [           main] ConditionEvaluationReportLoggingListener : 


Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

2024-03-20 11:35:38.923 ERROR 24772 --- [           main] o.s.boot.SpringApplication               : Application run failed

org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is java.lang.reflect.UndeclaredThrowableException

五、若有更多详细信息,请在下面提供。

1条回答
  • 具体是哪个服务

    0 讨论(0)
提交回复