352262 发表于 2017-12-24 19:36:30

Spring Boot常见问题(二)Unable to start embedded container; nested exception is java.l

.   ____          _            __ _ _/\\ / ___'_ __ _ _(_)_ ____ _ \ \ \ \  
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  \\/___)| |_)| | | | | || (_| |) ) ) )
  '|____| .__|_| |_|_| |_\__, | / / / /
  =========|_|==============|___/=/_/_/_/
  :: Spring Boot ::      (v1.5.6.RELEASE)
  

  
2017-09-09 09:27:03.646INFO 6400 --- [         main] d.springboot.controller.HelloWorld       : Starting HelloWorld on DESKTOP-N8HPR69 with PID 6400 (started by wushuai in C:\Users\wushuai\Workspaces\MyEclipse for Spring 2014\springboot Maven Webapp)
  
2017-09-09 09:27:03.648INFO 6400 --- [         main] d.springboot.controller.HelloWorld       : No active profile set, falling back to default profiles: default
  
2017-09-09 09:27:03.679INFO 6400 --- [         main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5680a576: startup date ; root of context hierarchy
  
2017-09-09 09:27:04.734INFO 6400 --- [         main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  
2017-09-09 09:27:04.743INFO 6400 --- [         main] o.apache.catalina.core.StandardService   : Starting service
  
2017-09-09 09:27:04.744INFO 6400 --- [         main] org.apache.catalina.core.StandardEngine: Starting Servlet Engine: Apache Tomcat/8.5.16
  
2017-09-09 09:27:04.820INFO 6400 --- o.a.c.c.C...[/]       : Initializing Spring embedded WebApplicationContext
  
2017-09-09 09:27:04.820INFO 6400 --- o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1143 ms
  
2017-09-09 09:27:04.952INFO 6400 --- o.s.b.w.servlet.ServletRegistrationBean: Mapping servlet: 'dispatcherServlet' to [/]
  
2017-09-09 09:27:04.956INFO 6400 --- o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
  
2017-09-09 09:27:04.956INFO 6400 --- o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  
2017-09-09 09:27:04.956INFO 6400 --- o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  
2017-09-09 09:27:04.956INFO 6400 --- o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
  
2017-09-09 09:27:05.266INFO 6400 --- [         main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5680a576: startup date ; root of context hierarchy
  
2017-09-09 09:27:05.324INFO 6400 --- [         main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{}" onto java.lang.String dolphin.springboot.controller.HelloWorld.home()
  
2017-09-09 09:27:05.327INFO 6400 --- [         main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  
2017-09-09 09:27:05.328INFO 6400 --- [         main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{,produces=}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  
2017-09-09 09:27:05.356INFO 6400 --- [         main] o.s.w.s.handler.SimpleUrlHandlerMapping: Mapped URL path onto handler of type
  
2017-09-09 09:27:05.356INFO 6400 --- [         main] o.s.w.s.handler.SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler of type
  
2017-09-09 09:27:05.398INFO 6400 --- [         main] o.s.w.s.handler.SimpleUrlHandlerMapping: Mapped URL path [/**/favicon.ico] onto handler of type
  
2017-09-09 09:27:05.580INFO 6400 --- [         main] o.s.j.e.a.AnnotationMBeanExporter      : Registering beans for JMX exposure on startup
  
2017-09-09 09:27:05.650INFO 6400 --- [         main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
  
2017-09-09 09:27:05.655INFO 6400 --- [         main] d.springboot.controller.HelloWorld       : Started HelloWorld in 2.298 seconds (JVM running for 2.534)
页: [1]
查看完整版本: Spring Boot常见问题(二)Unable to start embedded container; nested exception is java.l