catalina.out 15 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. 2020-01-02 14:10:49.643 INFO 13620 --- [main] com.caimei.CaimeiMallAdminApplication : Starting CaimeiMallAdminApplication on caimei-lijun with PID 13620 (E:\caimei-mall-admin\target\classes started by 365 in E:\caimei-mall-admin)
  2. 2020-01-02 14:10:49.884 INFO 13620 --- [main] com.caimei.CaimeiMallAdminApplication : The following profiles are active: dev
  3. 2020-01-02 14:10:54.150 INFO 13620 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@31368b99: startup date [Thu Jan 02 14:10:53 CST 2020]; root of context hierarchy
  4. 2020-01-02 14:10:57.133 WARN 13620 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.caimei]' package. Please check your configuration.
  5. 2020-01-02 14:11:07.930 INFO 13620 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8108 (http)
  6. 2020-01-02 14:11:08.026 INFO 13620 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  7. 2020-01-02 14:11:08.027 INFO 13620 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23
  8. 2020-01-02 14:11:09.170 INFO 13620 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  9. 2020-01-02 14:11:09.171 INFO 13620 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 15700 ms
  10. 2020-01-02 14:11:09.322 INFO 13620 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  11. 2020-01-02 14:11:09.327 INFO 13620 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  12. 2020-01-02 14:11:09.327 INFO 13620 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  13. 2020-01-02 14:11:09.328 INFO 13620 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  14. 2020-01-02 14:11:09.328 INFO 13620 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  15. 2020-01-02 14:11:11.087 INFO 13620 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@31368b99: startup date [Thu Jan 02 14:10:53 CST 2020]; root of context hierarchy
  16. 2020-01-02 14:11:11.145 INFO 13620 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" 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)
  17. 2020-01-02 14:11:11.146 INFO 13620 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  18. 2020-01-02 14:11:11.177 INFO 13620 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  19. 2020-01-02 14:11:11.177 INFO 13620 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  20. 2020-01-02 14:11:11.214 INFO 13620 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  21. 2020-01-02 14:11:11.257 WARN 13620 --- [main] .t.AbstractTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  22. 2020-01-02 14:11:13.484 INFO 13620 --- [main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [public/index.html]
  23. 2020-01-02 14:11:22.174 INFO 13620 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  24. 2020-01-02 14:11:22.274 INFO 13620 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8108 (http)
  25. 2020-01-02 14:11:22.280 INFO 13620 --- [main] com.caimei.CaimeiMallAdminApplication : Started CaimeiMallAdminApplication in 35.802 seconds (JVM running for 60.193)
  26. 2020-01-02 14:20:06.750 INFO 6568 --- [main] com.caimei.CaimeiMallAdminApplication : Starting CaimeiMallAdminApplication on caimei-lijun with PID 6568 (E:\caimei-mall-admin\target\classes started by 365 in E:\caimei-mall-admin)
  27. 2020-01-02 14:20:06.773 INFO 6568 --- [main] com.caimei.CaimeiMallAdminApplication : The following profiles are active: dev
  28. 2020-01-02 14:20:07.198 INFO 6568 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@36060e: startup date [Thu Jan 02 14:20:07 CST 2020]; root of context hierarchy
  29. 2020-01-02 14:20:08.198 WARN 6568 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.caimei]' package. Please check your configuration.
  30. 2020-01-02 14:20:09.460 INFO 6568 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8108 (http)
  31. 2020-01-02 14:20:09.474 INFO 6568 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  32. 2020-01-02 14:20:09.475 INFO 6568 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23
  33. 2020-01-02 14:20:09.722 INFO 6568 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  34. 2020-01-02 14:20:09.723 INFO 6568 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2525 ms
  35. 2020-01-02 14:20:09.977 INFO 6568 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  36. 2020-01-02 14:20:09.985 INFO 6568 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  37. 2020-01-02 14:20:09.986 INFO 6568 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  38. 2020-01-02 14:20:09.987 INFO 6568 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  39. 2020-01-02 14:20:09.987 INFO 6568 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  40. 2020-01-02 14:20:10.749 INFO 6568 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@36060e: startup date [Thu Jan 02 14:20:07 CST 2020]; root of context hierarchy
  41. 2020-01-02 14:20:10.878 INFO 6568 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" 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)
  42. 2020-01-02 14:20:10.880 INFO 6568 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  43. 2020-01-02 14:20:10.940 INFO 6568 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  44. 2020-01-02 14:20:10.940 INFO 6568 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  45. 2020-01-02 14:20:11.041 INFO 6568 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  46. 2020-01-02 14:20:11.146 WARN 6568 --- [main] .t.AbstractTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  47. 2020-01-02 14:20:11.639 INFO 6568 --- [main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [public/index.html]
  48. 2020-01-02 14:20:12.468 INFO 6568 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  49. 2020-01-02 14:20:12.544 INFO 6568 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8108 (http)
  50. 2020-01-02 14:20:12.550 INFO 6568 --- [main] com.caimei.CaimeiMallAdminApplication : Started CaimeiMallAdminApplication in 6.616 seconds (JVM running for 11.209)
  51. 2020-01-02 14:20:20.947 INFO 6568 --- [http-nio-8108-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  52. 2020-01-02 14:20:20.948 INFO 6568 --- [http-nio-8108-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  53. 2020-01-02 14:20:21.018 INFO 6568 --- [http-nio-8108-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 69 ms
  54. 2020-01-02 14:20:52.664 INFO 6568 --- [Thread-14] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@36060e: startup date [Thu Jan 02 14:20:07 CST 2020]; root of context hierarchy
  55. 2020-01-02 14:20:52.667 INFO 6568 --- [Thread-14] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
  56. 2020-01-02 14:33:46.072 INFO 3256 --- [main] com.caimei.CaimeiMallAdminApplication : Starting CaimeiMallAdminApplication on caimei-lijun with PID 3256 (E:\caimei-mall-admin\target\classes started by 365 in E:\caimei-mall-admin)
  57. 2020-01-02 14:33:46.078 INFO 3256 --- [main] com.caimei.CaimeiMallAdminApplication : The following profiles are active: dev
  58. 2020-01-02 14:33:46.734 INFO 3256 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@52e7a6b2: startup date [Thu Jan 02 14:33:46 CST 2020]; root of context hierarchy
  59. 2020-01-02 14:33:48.446 WARN 3256 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.caimei]' package. Please check your configuration.
  60. 2020-01-02 14:33:51.932 INFO 3256 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8108 (http)
  61. 2020-01-02 14:33:51.957 INFO 3256 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  62. 2020-01-02 14:33:51.960 INFO 3256 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23
  63. 2020-01-02 14:33:52.316 INFO 3256 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  64. 2020-01-02 14:33:52.317 INFO 3256 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5590 ms
  65. 2020-01-02 14:33:52.811 INFO 3256 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  66. 2020-01-02 14:33:52.829 INFO 3256 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  67. 2020-01-02 14:33:52.830 INFO 3256 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  68. 2020-01-02 14:33:52.831 INFO 3256 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  69. 2020-01-02 14:33:52.833 INFO 3256 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  70. 2020-01-02 14:33:53.909 INFO 3256 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@52e7a6b2: startup date [Thu Jan 02 14:33:46 CST 2020]; root of context hierarchy
  71. 2020-01-02 14:33:54.145 INFO 3256 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" 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)
  72. 2020-01-02 14:33:54.147 INFO 3256 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  73. 2020-01-02 14:33:54.273 INFO 3256 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  74. 2020-01-02 14:33:54.275 INFO 3256 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  75. 2020-01-02 14:33:54.430 INFO 3256 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  76. 2020-01-02 14:33:54.633 WARN 3256 --- [main] .t.AbstractTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  77. 2020-01-02 14:33:55.768 INFO 3256 --- [main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [public/index.html]
  78. 2020-01-02 14:33:59.638 INFO 3256 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  79. 2020-01-02 14:33:59.816 INFO 3256 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8108 (http)
  80. 2020-01-02 14:33:59.829 INFO 3256 --- [main] com.caimei.CaimeiMallAdminApplication : Started CaimeiMallAdminApplication in 14.68 seconds (JVM running for 16.768)
  81. 2020-01-02 14:34:04.802 INFO 3256 --- [http-nio-8108-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  82. 2020-01-02 14:34:04.803 INFO 3256 --- [http-nio-8108-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  83. 2020-01-02 14:34:04.855 INFO 3256 --- [http-nio-8108-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 51 ms