courseManager.log 9.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. 2025-04-11 13:43:18.659 [main] INFO c.m.p.PlatformStartApplication - [logStarting,50] - Starting PlatformStartApplication on Yurk with PID 26932 (D:\WorkSpeace\manHourHousekeeper\fhKeeper\formulahousekeeper\course-manager\target\classes started by 123 in D:\WorkSpeace\manHourHousekeeper\fhKeeper\formulahousekeeper\course-manager)
  2. 2025-04-11 13:43:18.661 [main] INFO c.m.p.PlatformStartApplication - [logStartupProfileInfo,648] - No active profile set, falling back to default profiles: default
  3. 2025-04-11 13:43:19.020 [main] WARN o.m.s.m.ClassPathMapperScanner - [warn,44] - No MyBatis mapper was found in '[com.management.platform.mapper]' package. Please check your configuration.
  4. 2025-04-11 13:43:19.022 [main] WARN o.m.s.m.ClassPathMapperScanner - [warn,44] - No MyBatis mapper was found in '[com.management.platform.mapper]' package. Please check your configuration.
  5. 2025-04-11 13:43:19.104 [main] WARN o.m.s.m.ClassPathMapperScanner - [warn,44] - No MyBatis mapper was found in '[com.management.platform]' package. Please check your configuration.
  6. 2025-04-11 13:43:19.108 [main] DEBUG o.m.s.b.a.MybatisAutoConfiguration - [registerBeanDefinitions,199] - Searching for mappers annotated with @Mapper
  7. 2025-04-11 13:43:19.109 [main] DEBUG o.m.s.b.a.MybatisAutoConfiguration - [lambda$registerBeanDefinitions$0,203] - Using auto-configuration base package 'com.management.platform'
  8. 2025-04-11 13:43:19.126 [main] WARN o.m.s.m.ClassPathMapperScanner - [warn,44] - No MyBatis mapper was found in '[com.management.platform]' package. Please check your configuration.
  9. 2025-04-11 13:43:19.485 [main] ERROR o.a.c.c.AprLifecycleListener - [log,173] - An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
  10. 2025-04-11 13:43:19.599 [main] ERROR o.a.c.c.AprLifecycleListener - [log,173] - An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
  11. 2025-04-11 13:43:19.661 [main] ERROR o.a.c.c.AprLifecycleListener - [log,173] - An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
  12. 2025-04-11 13:43:19.662 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10030"]
  13. 2025-04-11 13:43:19.666 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
  14. 2025-04-11 13:43:19.666 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.29]
  15. 2025-04-11 13:43:19.765 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
  16. 2025-04-11 13:43:19.766 [main] DEBUG o.s.w.c.ContextLoader - [prepareWebApplicationContext,278] - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  17. 2025-04-11 13:43:19.766 [main] INFO o.s.w.c.ContextLoader - [prepareWebApplicationContext,284] - Root WebApplicationContext: initialization completed in 1080 ms
  18. 2025-04-11 13:43:20.144 [main] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping - [detectHandlerMethods,279] -
  19. o.s.b.a.w.s.e.BasicErrorController:
  20. { /error}: error(HttpServletRequest)
  21. { /error, produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
  22. 2025-04-11 13:43:20.147 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - [handlerMethodsInitialized,351] - 2 mappings in 'requestMappingHandlerMapping'
  23. 2025-04-11 13:43:20.160 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - [detectHandlers,86] - Detected 0 mappings in 'beanNameHandlerMapping'
  24. 2025-04-11 13:43:20.187 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - [initControllerAdviceCache,620] - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
  25. 2025-04-11 13:43:20.206 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - [initExceptionHandlerAdviceCache,303] - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
  26. 2025-04-11 13:43:20.306 [main] WARN c.z.h.HikariConfig - [validateNumerics,973] - HikariPool-1 - idleTimeout is close to or more than maxLifetime, disabling it.
  27. 2025-04-11 13:43:20.306 [main] INFO c.z.h.HikariDataSource - [getConnection,110] - HikariPool-1 - Starting...
  28. 2025-04-11 13:43:20.710 [main] INFO c.z.h.HikariDataSource - [getConnection,123] - HikariPool-1 - Start completed.
  29. 2025-04-11 13:43:20.723 [main] DEBUG o.m.s.b.a.MybatisAutoConfiguration - [afterPropertiesSet,242] - No org.mybatis.spring.mapper.MapperFactoryBean found.
  30. 2025-04-11 13:43:21.025 [main] TRACE o.s.w.s.r.ResourceUrlProvider - [detectResourceHandlers,155] - No resource handling mappings found
  31. 2025-04-11 13:43:21.027 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10030"]
  32. 2025-04-11 13:43:21.085 [main] ERROR o.a.c.c.AprLifecycleListener - [log,173] - An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
  33. 2025-04-11 13:43:21.096 [main] ERROR o.a.c.c.AprLifecycleListener - [log,173] - An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
  34. 2025-04-11 13:43:21.102 [main] ERROR o.a.c.c.AprLifecycleListener - [log,173] - An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
  35. 2025-04-11 13:43:21.102 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10019"]
  36. 2025-04-11 13:43:21.102 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
  37. 2025-04-11 13:43:21.103 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.29]
  38. 2025-04-11 13:43:21.133 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
  39. 2025-04-11 13:43:21.133 [main] DEBUG o.s.w.c.ContextLoader - [prepareWebApplicationContext,278] - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  40. 2025-04-11 13:43:21.133 [main] INFO o.s.w.c.ContextLoader - [prepareWebApplicationContext,284] - Root WebApplicationContext: initialization completed in 89 ms
  41. 2025-04-11 13:43:21.152 [main] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping - [detectHandlerMethods,279] -
  42. o.s.b.a.a.w.s.ManagementErrorEndpoint:
  43. { /error}: invoke(ServletWebRequest)
  44. 2025-04-11 13:43:21.153 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - [handlerMethodsInitialized,351] - 1 mappings in 'requestMappingHandlerMapping'
  45. 2025-04-11 13:43:21.153 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - [detectHandlers,86] - Detected 0 mappings in 'beanNameHandlerMapping'
  46. 2025-04-11 13:43:21.161 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - [initControllerAdviceCache,620] - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
  47. 2025-04-11 13:43:21.164 [main] TRACE o.s.w.s.r.ResourceUrlProvider - [detectResourceHandlers,155] - No resource handling mappings found
  48. 2025-04-11 13:43:21.164 [main] TRACE o.s.w.s.r.ResourceUrlProvider - [detectResourceHandlers,155] - No resource handling mappings found
  49. 2025-04-11 13:43:21.164 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10019"]
  50. 2025-04-11 13:43:21.168 [main] INFO c.m.p.PlatformStartApplication - [logStarted,59] - Started PlatformStartApplication in 2.727 seconds (JVM running for 3.419)
  51. 2025-04-11 13:43:21.753 [RMI TCP Connection(1)-192.168.2.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  52. 2025-04-11 13:43:21.753 [RMI TCP Connection(1)-192.168.2.38] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
  53. 2025-04-11 13:43:21.753 [RMI TCP Connection(1)-192.168.2.38] TRACE o.s.w.s.DispatcherServlet - [initMultipartResolver,523] - Detected org.springframework.web.multipart.support.StandardServletMultipartResolver@489bc8fd
  54. 2025-04-11 13:43:21.754 [RMI TCP Connection(1)-192.168.2.38] TRACE o.s.w.s.DispatcherServlet - [initLocaleResolver,557] - No LocaleResolver 'localeResolver': using default [AcceptHeaderLocaleResolver]
  55. 2025-04-11 13:43:21.755 [RMI TCP Connection(1)-192.168.2.38] TRACE o.s.w.s.DispatcherServlet - [initThemeResolver,582] - No ThemeResolver 'themeResolver': using default [FixedThemeResolver]
  56. 2025-04-11 13:43:21.757 [RMI TCP Connection(1)-192.168.2.38] TRACE o.s.w.s.DispatcherServlet - [initRequestToViewNameTranslator,725] - No RequestToViewNameTranslator 'viewNameTranslator': using default [DefaultRequestToViewNameTranslator]
  57. 2025-04-11 13:43:21.759 [RMI TCP Connection(1)-192.168.2.38] TRACE o.s.w.s.DispatcherServlet - [initFlashMapManager,789] - No FlashMapManager 'flashMapManager': using default [SessionFlashMapManager]
  58. 2025-04-11 13:43:21.759 [RMI TCP Connection(1)-192.168.2.38] DEBUG o.s.w.s.DispatcherServlet - [initServletBean,542] - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
  59. 2025-04-11 13:43:21.759 [RMI TCP Connection(1)-192.168.2.38] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 6 ms
  60. 2025-04-11 14:08:54.240 [Thread-9] INFO c.z.h.HikariDataSource - [close,350] - HikariPool-1 - Shutdown initiated...
  61. 2025-04-11 14:08:54.241 [Thread-9] INFO c.z.h.HikariDataSource - [close,352] - HikariPool-1 - Shutdown completed.