You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
1.9 KiB
16 lines
1.9 KiB
[2023-04-18 16:49:31.470] [main] [] ERROR org.springframework.boot.SpringApplication - Application run failed |
|
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:156) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) |
|
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:140) |
|
at org.springblade.core.launch.BladeApplication.run(BladeApplication.java:51) |
|
at org.springblade.hzinfo_inspect.HzInfoInspectApplication.main(HzInfoInspectApplication.java:19) |
|
Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean. |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:203) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153) |
|
... 8 common frames omitted
|
|
|