Advertisement
Guest User

Untitled

a guest
Jul 9th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. 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.
  2. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
  3. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
  4. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  5. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
  6. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
  7. at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
  8. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
  9. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
  10. at org.librehealth.fhir.analytics.LibreHealthFHIRAnalyticsApplication.main(LibreHealthFHIRAnalyticsApplication.java:60)
  11. Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
  12. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:204)
  13. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:178)
  14. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
  15. ... 8 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement