Home > Back-end >  Tomcat and Springboot container startup problem of conflict
Tomcat and Springboot container startup problem of conflict

Time:10-07

Org. Springframework. Context. ApplicationContextException: Unable to start embedded container; Nested exception is org. Springframework. Context. ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
The at org. Springframework. Boot. Context. Embedded. EmbeddedWebApplicationContext. OnRefresh (EmbeddedWebApplicationContext. Java: 137) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Context. Support. AbstractApplicationContext. Refresh (AbstractApplicationContext. Java: 537) ~ [spring - the context - v4.3.9. The jar: v4.3.9. RELEASE]
The at org. Springframework. Boot. Context. Embedded. EmbeddedWebApplicationContext. Refresh (EmbeddedWebApplicationContext. Java: 122) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. SpringApplication. Refresh (SpringApplication. Java: 762) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. SpringApplication. RefreshContext (SpringApplication. Java: 372) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. SpringApplication. Run (SpringApplication. Java: 316) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. SpringApplication. Run (SpringApplication. Java: 1187) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. SpringApplication. Run (SpringApplication. Java: 1176) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
At com. SAN. House. HouseApplication. Main (HouseApplication. Java: 19) ~/classes/:?
Under Caused by: org. Springframework. Context. ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
The at org. Springframework. Boot. Context. Embedded. EmbeddedWebApplicationContext. GetEmbeddedServletContainerFactory (EmbeddedWebApplicationContext. Java: 189) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. Context. Embedded. EmbeddedWebApplicationContext. CreateEmbeddedServletContainer (EmbeddedWebApplicationContext. Java: 162) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
The at org. Springframework. Boot. Context. Embedded. EmbeddedWebApplicationContext. OnRefresh (EmbeddedWebApplicationContext. Java: 134) ~ [spring - the boot - 1.4.7. The jar: 1.4.7. RELEASE]
. 8 more
  • Related