Browse Source

修改忽略文件

main
liuchen864 1 year ago
parent
commit
a7e4beaabc
  1. 3
      .gitignore
  2. 0
      logs/sys-error.2023-03-08.log
  3. 110
      logs/sys-error.2023-03-09.log
  4. 54
      logs/sys-error.2023-07-06.log
  5. 221
      logs/sys-error.2023-07-19.log
  6. 202
      logs/sys-error.2023-07-20.log
  7. 107
      logs/sys-error.2023-07-24.log
  8. 7616
      logs/sys-error.2023-07-28.log
  9. 3588
      logs/sys-error.log
  10. 154
      logs/sys-info.2023-03-08.log
  11. 41
      logs/sys-info.2023-03-09.log
  12. 185
      logs/sys-info.2023-03-10.log
  13. 78
      logs/sys-info.2023-07-06.log
  14. 781
      logs/sys-info.2023-07-19.log
  15. 821
      logs/sys-info.2023-07-20.log
  16. 243
      logs/sys-info.2023-07-21.log
  17. 1037
      logs/sys-info.2023-07-24.log
  18. 167
      logs/sys-info.2023-07-25.log
  19. 862
      logs/sys-info.2023-07-27.log
  20. 503
      logs/sys-info.2023-07-28.log
  21. 6
      logs/sys-info.2023-07-29.log
  22. 211
      logs/sys-info.2023-07-31.log
  23. 784
      logs/sys-info.log
  24. 6
      logs/sys-user.2023-03-08.log
  25. 4
      logs/sys-user.2023-03-09.log
  26. 8
      logs/sys-user.2023-07-06.log
  27. 18
      logs/sys-user.2023-07-19.log
  28. 10
      logs/sys-user.2023-07-20.log
  29. 3
      logs/sys-user.2023-07-21.log
  30. 17
      logs/sys-user.2023-07-24.log
  31. 3
      logs/sys-user.2023-07-25.log
  32. 26
      logs/sys-user.2023-07-27.log
  33. 17
      logs/sys-user.2023-07-28.log
  34. 1
      logs/sys-user.2023-07-29.log
  35. 10
      logs/sys-user.2023-07-31.log
  36. 19
      logs/sys-user.log

3
.gitignore

@ -4,5 +4,4 @@
*.imi *.imi
*.DS_Store *.DS_Store
logs /logs/
*.log

0
logs/sys-error.2023-03-08.log

110
logs/sys-error.2023-03-09.log

@ -1,110 +0,0 @@
13:07:27.243 [http-nio-8080-exec-77] ERROR c.w.f.w.e.GlobalExceptionHandler - [handleRuntimeException,70] - 请求地址'/login',发生未知异常.
com.dc.common.exception.user.CaptchaExpireException: 验证码已失效
at com.dc.framework.web.service.SysLoginService.validateCaptcha(SysLoginService.java:120)
at com.dc.framework.web.service.SysLoginService.login(SysLoginService.java:69)
at com.dc.web.controller.system.SysLoginController.login(SysLoginController.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:114)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.dc.common.filter.RepeatableFilter.doFilter(RepeatableFilter.java:39)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at com.dc.framework.security.filter.JwtAuthenticationTokenFilter.doFilterInternal(JwtAuthenticationTokenFilter.java:43)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)

54
logs/sys-error.2023-07-06.log

@ -1,54 +0,0 @@
08:56:19.287 [restartedMain] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field winConfig in com.dc.web.config.SwaggerConfig required a bean of type 'com.dc.common.config.WinConfig' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.dc.common.config.WinConfig' in your configuration.
08:57:10.070 [restartedMain] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field winConfig in com.dc.web.config.SwaggerConfig required a bean of type 'com.dc.common.config.WinConfig' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.dc.common.config.WinConfig' in your configuration.
08:59:34.921 [restartedMain] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field winConfig in com.dc.web.config.SwaggerConfig required a bean of type 'com.dc.common.config.WinConfig' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.dc.common.config.WinConfig' in your configuration.

221
logs/sys-error.2023-07-19.log

@ -1,221 +0,0 @@
13:48:51.759 [http-nio-8080-exec-13] ERROR c.w.f.w.e.GlobalExceptionHandler - [handleRuntimeException,82] - 请求地址'/login',发生未知异常.
com.dc.common.exception.user.CaptchaException: 验证码错误
at com.dc.framework.web.service.SysLoginService.validateCaptcha(SysLoginService.java:143)
at com.dc.framework.web.service.SysLoginService.login(SysLoginService.java:74)
at com.dc.web.controller.system.SysLoginController.login(SysLoginController.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:114)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.dc.common.filter.RepeatableFilter.doFilter(RepeatableFilter.java:39)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at com.dc.framework.security.filter.JwtAuthenticationTokenFilter.doFilterInternal(JwtAuthenticationTokenFilter.java:43)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
14:04:46.006 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.dc.web.websocket.WebSocketServer
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:159)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoints(ServerEndpointExporter.java:134)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.afterSingletonsInstantiated(ServerEndpointExporter.java:112)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:972)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
at com.dc.web.DcApplication.main(WinApplication.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: javax.websocket.DeploymentException: A parameter of type [class java.lang.String] was found on method[onOpen] of class [java.lang.reflect.Method] that did not have a @PathParam annotation
at org.apache.tomcat.websocket.pojo.PojoMethodMapping.getPathParams(PojoMethodMapping.java:347)
at org.apache.tomcat.websocket.pojo.PojoMethodMapping.<init>(PojoMethodMapping.java:221)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:155)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:279)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:229)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:156)
... 17 common frames omitted
14:05:07.532 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.dc.web.websocket.WebSocketServer
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:159)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoints(ServerEndpointExporter.java:134)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.afterSingletonsInstantiated(ServerEndpointExporter.java:112)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:972)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
at com.dc.web.DcApplication.main(WinApplication.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: javax.websocket.DeploymentException: A parameter of type [class java.lang.String] was found on method[onOpen] of class [java.lang.reflect.Method] that did not have a @PathParam annotation
at org.apache.tomcat.websocket.pojo.PojoMethodMapping.getPathParams(PojoMethodMapping.java:347)
at org.apache.tomcat.websocket.pojo.PojoMethodMapping.<init>(PojoMethodMapping.java:221)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:155)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:279)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:229)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:156)
... 17 common frames omitted
14:05:56.966 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.dc.web.websocket.WebSocketServer
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:159)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoints(ServerEndpointExporter.java:134)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.afterSingletonsInstantiated(ServerEndpointExporter.java:112)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:972)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
at com.dc.web.DcApplication.main(WinApplication.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: javax.websocket.DeploymentException: Multiple message parameters present on the method [onMessage] of class [com.dc.web.websocket.WebSocketServer] that was annotated with OnMessage
at org.apache.tomcat.websocket.pojo.PojoMethodMapping$MessageHandlerInfo.<init>(PojoMethodMapping.java:438)
at org.apache.tomcat.websocket.pojo.PojoMethodMapping.<init>(PojoMethodMapping.java:168)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:155)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:279)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:229)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:156)
... 17 common frames omitted
14:09:07.595 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.dc.web.websocket.WebSocketServer
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:159)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoints(ServerEndpointExporter.java:134)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.afterSingletonsInstantiated(ServerEndpointExporter.java:112)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:972)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
at com.dc.web.DcApplication.main(WinApplication.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: javax.websocket.DeploymentException: The segment [${sessionId}] is not valid in the provided path [/websocket/${sessionId}]
at org.apache.tomcat.websocket.server.UriTemplate.<init>(UriTemplate.java:90)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:162)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:279)
at org.apache.tomcat.websocket.server.WsServerContainer.addEndpoint(WsServerContainer.java:229)
at org.springframework.web.socket.server.standard.ServerEndpointExporter.registerEndpoint(ServerEndpointExporter.java:156)
... 17 common frames omitted

202
logs/sys-error.2023-07-20.log

@ -1,202 +0,0 @@
11:38:31.037 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessoryService': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessoryMapper' defined in file [D:\workspace\wenyin\win\win-system\target\classes\com\win\system\mapper\AccessoryMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/win/framework/config/DataSourceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
at com.dc.web.DcApplication.main(WinApplication.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessoryMapper' defined in file [D:\workspace\wenyin\win\win-system\target\classes\com\win\system\mapper\AccessoryMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/win/framework/config/DataSourceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1534)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1417)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
... 25 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/win/framework/config/DataSourceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1519)
... 36 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
... 49 common frames omitted
Caused by: java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:575)
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:444)
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:608)
at com.dc.framework.config.DataSourceConfiguration.sqlSessionFactory(DataSourceConfiguration.java:109)
at com.dc.framework.config.DataSourceConfiguration$$EnhancerBySpringCGLIB$$8afd51b2.CGLIB$sqlSessionFactory$0(<generated>)
at com.dc.framework.config.DataSourceConfiguration$$EnhancerBySpringCGLIB$$8afd51b2$$FastClassBySpringCGLIB$$7f2433b8.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.dc.framework.config.DataSourceConfiguration$$EnhancerBySpringCGLIB$$8afd51b2.sqlSessionFactory(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 50 common frames omitted
Caused by: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.ruoyi.system.domain.FlowProcDefDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:123)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.parse(XMLMapperBuilder.java:95)
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:573)
... 63 common frames omitted
Caused by: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.ruoyi.system.domain.FlowProcDefDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:118)
at org.apache.ibatis.builder.xml.XMLStatementBuilder.parseStatementNode(XMLStatementBuilder.java:102)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:138)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:131)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:121)
... 65 common frames omitted
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.ruoyi.system.domain.FlowProcDefDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:120)
at org.apache.ibatis.builder.BaseBuilder.resolveAlias(BaseBuilder.java:149)
at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:116)
... 69 common frames omitted
Caused by: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:196)
at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:89)
at org.apache.ibatis.io.Resources.classForName(Resources.java:261)
at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:116)
... 71 common frames omitted
12:40:41.237 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessoryService': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessoryMapper' defined in file [D:\workspace\wenyin\win\win-system\target\classes\com\win\system\mapper\AccessoryMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/win/framework/config/DataSourceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
at com.dc.web.DcApplication.main(WinApplication.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessoryMapper' defined in file [D:\workspace\wenyin\win\win-system\target\classes\com\win\system\mapper\AccessoryMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/win/framework/config/DataSourceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1534)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1417)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
... 25 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/win/framework/config/DataSourceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1519)
... 36 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
... 49 common frames omitted
Caused by: java.io.IOException: Failed to parse mapping resource: 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:575)
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:444)
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:608)
at com.dc.framework.config.DataSourceConfiguration.sqlSessionFactory(DataSourceConfiguration.java:109)
at com.dc.framework.config.DataSourceConfiguration$$EnhancerBySpringCGLIB$$4f894ea5.CGLIB$sqlSessionFactory$1(<generated>)
at com.dc.framework.config.DataSourceConfiguration$$EnhancerBySpringCGLIB$$4f894ea5$$FastClassBySpringCGLIB$$974217fd.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.dc.framework.config.DataSourceConfiguration$$EnhancerBySpringCGLIB$$4f894ea5.sqlSessionFactory(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 50 common frames omitted
Caused by: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'file [D:\workspace\wenyin\win\win-system\target\classes\mapper\flowable\FlowDeployMapper.xml]'. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.ruoyi.system.domain.FlowProcDefDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:123)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.parse(XMLMapperBuilder.java:95)
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:573)
... 63 common frames omitted
Caused by: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.ruoyi.system.domain.FlowProcDefDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:118)
at org.apache.ibatis.builder.xml.XMLStatementBuilder.parseStatementNode(XMLStatementBuilder.java:102)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:138)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:131)
at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:121)
... 65 common frames omitted
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.ruoyi.system.domain.FlowProcDefDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:120)
at org.apache.ibatis.builder.BaseBuilder.resolveAlias(BaseBuilder.java:149)
at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:116)
... 69 common frames omitted
Caused by: java.lang.ClassNotFoundException: Cannot find class: com.ruoyi.system.domain.FlowProcDefDto
at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:196)
at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:89)
at org.apache.ibatis.io.Resources.classForName(Resources.java:261)
at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:116)
... 71 common frames omitted

107
logs/sys-error.2023-07-24.log

@ -1,107 +0,0 @@
13:23:01.618 [http-nio-8080-exec-12] ERROR c.w.f.w.e.GlobalExceptionHandler - [handleRuntimeException,82] - 请求地址'/login',发生未知异常.
com.dc.common.exception.user.CaptchaException: 验证码错误
at com.dc.framework.web.service.SysLoginService.validateCaptcha(SysLoginService.java:143)
at com.dc.framework.web.service.SysLoginService.login(SysLoginService.java:74)
at com.dc.web.controller.system.SysLoginController.login(SysLoginController.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.dc.common.filter.RepeatableFilter.doFilter(RepeatableFilter.java:39)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at com.dc.framework.security.filter.JwtAuthenticationTokenFilter.doFilterInternal(JwtAuthenticationTokenFilter.java:43)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)

7616
logs/sys-error.2023-07-28.log

File diff suppressed because it is too large

3588
logs/sys-error.log

File diff suppressed because it is too large

154
logs/sys-info.2023-03-08.log

@ -1,154 +0,0 @@
11:21:45.587 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:21:45.587 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 71616 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:21:45.587 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:21:48.562 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:21:48.562 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:21:48.562 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:21:48.625 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:21:49.497 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,tms} inited
11:21:49.497 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:21:49.497 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:21:49.497 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:21:53.429 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:21:53.461 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:21:53.461 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:21:53.461 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:21:53.461 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:21:53.461 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:21:53.461 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:21:53.461 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@36470e5b
11:21:55.129 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:21:55.494 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:21:55.510 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 10.474 seconds (JVM running for 11.006)
11:24:07.789 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:24:10.928 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
11:32:13.493 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:32:13.636 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:32:13.637 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:32:13.637 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:32:13.637 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:32:13.640 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:32:13.642 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
11:32:13.645 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
11:32:19.098 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:32:19.100 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 70800 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:32:19.100 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:32:21.861 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:32:21.862 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:32:21.862 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:32:21.920 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:32:23.072 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,tms} inited
11:32:23.074 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:32:23.075 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:32:23.076 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:32:27.010 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:32:27.021 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:32:27.022 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:32:27.023 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:32:27.024 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:32:27.024 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:32:27.024 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:32:27.024 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@37570a9f
11:32:28.394 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:32:28.663 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:32:28.674 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 10.058 seconds (JVM running for 10.559)
11:33:53.825 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:50:37.739 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:50:37.906 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:50:37.906 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:50:37.906 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:50:37.906 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:50:37.909 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:50:37.910 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
11:50:37.913 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
11:52:57.376 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:52:57.379 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 77320 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:52:57.380 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:53:00.110 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:53:00.111 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:53:00.111 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:53:00.166 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:53:01.140 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,tms} inited
11:53:01.141 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:53:01.142 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:53:01.143 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:53:04.519 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:53:04.530 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:53:04.530 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:53:04.531 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:53:04.531 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:53:04.532 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:53:04.532 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:53:04.532 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7247f4ec
11:53:05.991 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:53:06.240 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:53:06.250 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 9.412 seconds (JVM running for 9.856)
11:53:44.078 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:53:15.495 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:53:15.667 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:53:15.683 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:53:15.683 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:53:15.683 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:53:15.686 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:53:15.686 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
12:53:15.686 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
12:56:53.792 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 9468 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
12:56:53.792 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
12:56:53.794 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
12:56:56.888 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
12:56:56.889 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:56:56.889 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:56:56.949 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:56:57.836 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,tms} inited
12:56:57.837 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:56:57.838 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
12:56:57.839 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
12:57:01.034 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:57:01.050 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:57:01.050 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:57:01.051 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:57:01.052 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:57:01.052 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:57:01.052 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:57:01.052 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@50b7a179
12:57:02.417 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
12:57:02.723 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:57:02.731 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 9.509 seconds (JVM running for 10.746)
12:57:13.945 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:57:17.086 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.80]内网IP[admin][Success][登录成功]
13:21:35.909 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:21:36.069 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:21:36.069 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:21:36.069 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:21:36.069 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:21:36.072 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:21:36.074 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:21:36.077 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed

41
logs/sys-info.2023-03-09.log

@ -1,41 +0,0 @@
08:40:47.081 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:40:47.083 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 3364 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
08:40:47.092 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:40:50.298 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
08:40:50.299 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:40:50.300 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:40:50.357 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:40:51.343 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,tms} inited
08:40:51.344 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
08:40:51.345 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
08:40:51.346 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
08:40:54.865 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
08:40:54.883 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
08:40:54.883 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
08:40:54.884 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
08:40:54.885 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
08:40:54.885 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
08:40:54.885 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
08:40:54.886 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3a7785bb
08:40:56.332 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
08:40:56.621 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
08:40:56.630 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 10.152 seconds (JVM running for 11.298)
08:41:14.139 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
08:41:19.006 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
13:07:27.222 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Error][验证码已失效]
13:07:32.302 [schedule-pool-2] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
16:50:23.268 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:50:23.467 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
16:50:23.468 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:50:23.468 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
16:50:23.469 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:50:23.472 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:50:23.476 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
16:50:23.479 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed

185
logs/sys-info.2023-03-10.log

@ -1,185 +0,0 @@
08:20:40.839 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:20:40.839 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 18624 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
08:20:40.851 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:20:44.202 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
08:20:44.203 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:20:44.203 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:20:44.262 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:20:45.598 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,tms} inited
08:20:45.599 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
08:20:45.601 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
08:20:45.601 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
08:20:48.946 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
08:20:48.960 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
08:20:48.960 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
08:20:48.961 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
08:20:48.962 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
08:20:48.963 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
08:20:48.963 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
08:20:48.963 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3ffc4576
08:20:50.234 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
08:20:50.558 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
08:20:50.567 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 10.342 seconds (JVM running for 11.462)
08:56:17.351 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
08:56:24.549 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
11:03:00.213 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:03:00.521 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:03:00.522 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:03:00.524 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:03:00.526 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:03:00.532 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:03:00.542 [Thread-5] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
11:03:00.557 [Thread-5] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
11:03:01.355 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 18624 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:03:01.356 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:03:02.370 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:03:02.371 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:03:02.372 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:03:02.381 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:03:02.665 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-2,tms} inited
11:03:02.665 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:03:02.665 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:03:02.666 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:03:04.103 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:03:04.104 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:03:04.104 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:03:04.105 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:03:04.105 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:03:04.105 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:03:04.105 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:03:04.105 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@8f1da45
11:03:04.852 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:03:04.930 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:03:04.933 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 3.733 seconds (JVM running for 9745.827)
11:03:06.746 [Thread-9] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:03:06.964 [Thread-9] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:03:06.964 [Thread-9] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:03:06.965 [Thread-9] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:03:06.965 [Thread-9] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:03:06.968 [Thread-9] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:03:06.968 [Thread-9] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-2} closing ...
11:03:06.969 [Thread-9] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-2} closed
11:03:07.668 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 18624 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:03:07.669 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:03:08.297 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:03:08.298 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:03:08.298 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:03:08.305 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:03:08.411 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-3,tms} inited
11:03:08.412 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:03:08.412 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:03:08.412 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:03:09.513 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:03:09.514 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:03:09.515 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:03:09.515 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:03:09.515 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:03:09.515 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:03:09.516 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:03:09.516 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7b772342
11:03:10.147 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:03:10.207 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:03:10.210 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 2.587 seconds (JVM running for 9751.104)
11:03:11.606 [Thread-13] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:03:11.769 [Thread-13] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:03:11.770 [Thread-13] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:03:11.770 [Thread-13] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:03:11.770 [Thread-13] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:03:11.773 [Thread-13] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:03:11.773 [Thread-13] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-3} closing ...
11:03:11.775 [Thread-13] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-3} closed
11:03:12.319 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 18624 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:03:12.319 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:03:12.806 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:03:12.807 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:03:12.807 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:03:12.812 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:03:12.894 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-4,tms} inited
11:03:12.894 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:03:12.894 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:03:12.894 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:03:13.699 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:03:13.699 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:03:13.700 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:03:13.700 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:03:13.700 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:03:13.700 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:03:13.700 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:03:13.700 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1e790d9
11:03:14.166 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:03:14.216 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:03:14.218 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 1.934 seconds (JVM running for 9755.113)
11:07:01.662 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:07:19.356 [Thread-17] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:07:19.499 [Thread-17] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:07:19.499 [Thread-17] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:07:19.499 [Thread-17] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:07:19.499 [Thread-17] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:07:19.501 [Thread-17] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:07:19.501 [Thread-17] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-4} closing ...
11:07:19.502 [Thread-17] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-4} closed
11:07:19.936 [restartedMain] INFO c.win.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 18624 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:07:19.937 [restartedMain] INFO c.win.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:07:20.707 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:07:20.707 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:07:20.707 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:07:20.714 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:07:20.807 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-5,tms} inited
11:07:20.807 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:07:20.807 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [tms] success
11:07:20.807 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [tms]
11:07:21.590 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:07:21.590 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:07:21.590 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:07:21.591 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:07:21.591 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:07:21.591 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:07:21.591 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:07:21.591 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@41076377
11:07:21.996 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:07:22.049 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:07:22.051 [restartedMain] INFO c.win.WinApplication - [logStarted,61] - Started WinApplication in 2.156 seconds (JVM running for 10002.944)
11:08:43.570 [http-nio-8080-exec-73] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:44:32.301 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:44:32.446 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:44:32.446 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:44:32.446 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:44:32.446 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:44:32.447 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:44:32.448 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-5} closing ...
11:44:32.448 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-5} closed

78
logs/sys-info.2023-07-06.log

@ -1,78 +0,0 @@
08:56:17.211 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 34744 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
08:56:17.211 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:56:17.227 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:56:19.099 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
08:56:19.099 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:56:19.114 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:56:19.146 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:56:19.224 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
08:57:07.647 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:57:07.647 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 23604 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
08:57:07.647 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:57:09.710 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
08:57:09.710 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:57:09.710 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:57:09.772 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:57:09.976 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
08:59:32.504 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:59:32.519 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 33252 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
08:59:32.519 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:59:34.592 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
08:59:34.592 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:59:34.592 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:59:34.670 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:59:34.826 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
08:59:55.019 [restartedMain] INFO c.w.a.AppApplication - [logStarting,55] - Starting AppApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 31584 (D:\workspace\wenyin\win\win-app\target\classes started by admin in D:\workspace\wenyin\win)
08:59:55.019 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:59:55.019 [restartedMain] INFO c.w.a.AppApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:59:57.430 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8090"]
08:59:57.430 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:59:57.446 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:59:57.493 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:59:58.656 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
08:59:58.656 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
08:59:58.672 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
08:59:58.672 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
09:00:03.156 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8090"]
09:00:03.325 [restartedMain] INFO c.w.a.AppApplication - [logStarted,61] - Started AppApplication in 8.758 seconds (JVM running for 9.247)
09:01:47.170 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:01:47.170 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 35128 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
09:01:47.170 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
09:01:49.798 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
09:01:49.798 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:01:49.798 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:01:49.844 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:01:51.356 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
09:01:51.356 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
09:01:51.356 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:01:51.356 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
09:01:56.402 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:01:56.433 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:01:56.433 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:01:56.433 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:01:56.433 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:01:56.433 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:01:56.433 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:01:56.433 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1e01f648
09:01:56.766 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
09:01:56.940 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:01:56.955 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.249 seconds (JVM running for 10.741)
09:05:53.710 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:05:53.871 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:05:53.881 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:05:53.882 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
09:05:53.885 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
09:05:53.927 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:05:53.927 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:05:53.928 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:05:53.931 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:05:53.938 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:05:53.940 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
09:05:53.942 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed

781
logs/sys-info.2023-07-19.log

@ -1,781 +0,0 @@
11:47:17.703 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 43880 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:47:17.698 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:47:17.707 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:47:21.890 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
11:47:21.892 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:47:21.894 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:47:21.894 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:47:23.829 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:47:23.842 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
11:47:23.844 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
11:47:45.399 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 49600 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:47:45.398 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:47:45.400 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:47:47.951 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:47:47.951 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:47:47.951 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:47:47.996 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:47:49.168 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
11:47:49.170 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:47:49.172 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:47:49.173 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:47:54.320 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:47:54.337 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:47:54.338 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:47:54.339 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:47:54.340 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:47:54.340 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:47:54.340 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:47:54.341 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1fd4709a
11:47:54.594 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:47:54.968 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:47:54.977 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.046 seconds (JVM running for 10.458)
11:49:08.000 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:05:25.377 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:05:25.523 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:05:25.523 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:05:25.523 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:05:25.526 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:05:25.531 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:05:25.533 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:05:25.534 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:07:06.741 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:07:06.745 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 48228 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:07:06.746 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:07:09.324 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:07:09.325 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:07:09.325 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:07:09.377 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:07:10.443 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:07:10.446 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:07:10.449 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:07:10.450 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:07:15.441 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:07:15.455 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:07:15.455 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:07:15.457 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:07:15.458 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:07:15.458 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:07:15.458 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:07:15.458 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6bbda51e
13:07:15.703 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:07:15.887 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:07:15.897 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.612 seconds (JVM running for 10.018)
13:07:27.884 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:09:21.466 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:09:21.613 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:09:21.613 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:09:21.613 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:09:21.616 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:09:21.619 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:09:21.620 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:09:21.623 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:09:25.562 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:09:25.564 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 49264 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:09:25.564 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:09:28.019 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:09:28.020 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:09:28.020 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:09:28.067 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:09:29.236 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:09:29.238 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:09:29.240 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:09:29.241 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:09:33.884 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:09:33.898 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:09:33.898 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:09:33.899 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:09:33.901 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:09:33.901 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:09:33.901 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:09:33.901 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@41dc0e98
13:09:34.179 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:09:34.354 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:09:34.363 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.249 seconds (JVM running for 9.733)
13:10:54.379 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:10:54.540 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:10:54.540 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:10:54.540 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:10:54.543 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:10:54.546 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:10:54.549 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:10:54.551 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:19:22.484 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:19:22.487 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 50184 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:19:22.488 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:19:25.019 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:19:25.020 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:19:25.020 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:19:25.068 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:19:26.311 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:19:26.313 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:19:26.315 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:19:26.315 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:19:31.070 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:19:31.086 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:19:31.087 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:19:31.088 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:19:31.089 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:19:31.090 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:19:31.090 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:19:31.090 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@a49d837
13:19:31.365 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:19:31.528 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:19:31.536 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.518 seconds (JVM running for 9.983)
13:19:58.235 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:19:58.300 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,43] -
建立连接 - org.apache.tomcat.websocket.WsSession@720b0154
13:19:58.300 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,44] -
当前人数 - 1
13:20:21.923 [http-nio-8080-exec-3] INFO c.w.w.w.WebSocketServer - [onOpen,43] -
建立连接 - org.apache.tomcat.websocket.WsSession@1ee68c5d
13:20:21.923 [http-nio-8080-exec-3] INFO c.w.w.w.WebSocketServer - [onOpen,44] -
当前人数 - 2
13:23:10.907 [http-nio-8080-exec-6] INFO c.w.w.w.WebSocketServer - [onClose,54] -
关闭连接 - org.apache.tomcat.websocket.WsSession@1ee68c5d
13:23:10.907 [http-nio-8080-exec-6] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 1
13:23:10.907 [http-nio-8080-exec-6] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:23:20.822 [http-nio-8080-exec-4] INFO c.w.w.w.WebSocketServer - [onClose,54] -
关闭连接 - org.apache.tomcat.websocket.WsSession@720b0154
13:23:20.822 [http-nio-8080-exec-4] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
13:23:20.822 [http-nio-8080-exec-4] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:27:04.285 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:27:04.434 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:27:04.434 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:27:04.435 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:27:04.438 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:27:04.441 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:27:04.443 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:27:04.445 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:27:08.481 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:27:08.485 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 49004 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:27:08.485 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:27:11.053 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:27:11.054 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:27:11.054 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:27:11.109 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:27:12.361 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:27:12.363 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:27:12.365 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:27:12.365 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:27:17.232 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:27:17.245 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:27:17.245 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:27:17.246 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:27:17.247 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:27:17.247 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:27:17.247 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:27:17.248 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2bf6f63c
13:27:17.515 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:27:17.673 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:27:17.682 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.652 seconds (JVM running for 10.116)
13:28:01.598 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:28:01.668 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,43] -
建立连接 - org.apache.tomcat.websocket.WsSession@30906d9
13:28:01.668 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,44] -
当前人数 - 1
13:28:16.150 [http-nio-8080-exec-10] INFO c.w.w.w.WebSocketServer - [onClose,54] -
关闭连接 - org.apache.tomcat.websocket.WsSession@30906d9
13:28:16.150 [http-nio-8080-exec-10] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
13:28:16.150 [http-nio-8080-exec-10] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:28:19.150 [http-nio-8080-exec-5] INFO c.w.w.w.WebSocketServer - [onOpen,43] -
建立连接 - org.apache.tomcat.websocket.WsSession@221b6dcd
13:28:19.151 [http-nio-8080-exec-5] INFO c.w.w.w.WebSocketServer - [onOpen,44] -
当前人数 - 1
13:28:45.472 [http-nio-8080-exec-18] INFO c.w.w.w.WebSocketServer - [onOpen,43] -
建立连接 - org.apache.tomcat.websocket.WsSession@68b11835
13:28:45.472 [http-nio-8080-exec-18] INFO c.w.w.w.WebSocketServer - [onOpen,44] -
当前人数 - 2
13:42:56.360 [http-nio-8080-exec-21] INFO c.w.w.w.WebSocketServer - [onClose,54] -
关闭连接 - org.apache.tomcat.websocket.WsSession@221b6dcd
13:42:56.360 [http-nio-8080-exec-21] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 1
13:42:56.360 [http-nio-8080-exec-21] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:42:56.452 [http-nio-8080-exec-9] INFO c.w.w.w.WebSocketServer - [onClose,54] -
关闭连接 - org.apache.tomcat.websocket.WsSession@68b11835
13:42:56.452 [http-nio-8080-exec-9] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 2
13:42:56.452 [http-nio-8080-exec-9] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:48:51.767 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Error][验证码错误]
13:48:54.866 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
13:49:08.314 [http-nio-8080-exec-8] INFO c.w.w.w.WebSocketServer - [onOpen,43] -
建立连接 - org.apache.tomcat.websocket.WsSession@70daaeb7
13:49:08.314 [http-nio-8080-exec-8] INFO c.w.w.w.WebSocketServer - [onOpen,44] -
当前人数 - 1
13:49:16.069 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:49:16.200 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,54] -
关闭连接 - org.apache.tomcat.websocket.WsSession@70daaeb7
13:49:16.200 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 3
13:49:16.201 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:49:16.227 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:49:16.228 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:49:16.228 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:49:16.231 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:49:16.233 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:49:16.236 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:49:16.238 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:49:20.319 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:49:20.323 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 51044 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:49:20.324 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:49:23.127 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:49:23.128 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:49:23.128 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:49:23.177 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:49:24.280 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:49:24.282 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:49:24.286 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:49:24.286 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:49:29.051 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:49:29.067 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:49:29.068 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:49:29.069 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:49:29.070 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:49:29.070 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:49:29.070 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:49:29.071 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@57836689
13:49:29.340 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:49:29.498 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:49:29.507 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.667 seconds (JVM running for 10.145)
13:49:43.435 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:49:43.509 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,48] -
建立连接 - org.apache.tomcat.websocket.WsSession@4f84cf98
13:49:43.510 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,49] -
当前人数 - 1
13:49:46.911 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketUsers - [sendMessageToUserByText,111] -
[你已离线]
13:50:13.087 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:50:13.223 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,59] -
关闭连接 - org.apache.tomcat.websocket.WsSession@4f84cf98
13:50:13.223 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
13:50:13.223 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:50:13.235 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:50:13.235 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:50:13.235 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:50:13.238 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:50:13.241 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:50:13.243 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:50:13.252 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:50:17.109 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:50:17.110 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 46220 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:50:17.111 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:50:19.683 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:50:19.683 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:50:19.684 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:50:19.734 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:50:21.017 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:50:21.018 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:50:21.020 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:50:21.020 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:50:25.727 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:50:25.775 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:50:25.775 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:50:25.776 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:50:25.777 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:50:25.777 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:50:25.777 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:50:25.778 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5dafcaaa
13:50:26.012 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:50:26.172 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:50:26.181 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.514 seconds (JVM running for 9.955)
13:50:30.529 [http-nio-8080-exec-3] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:50:30.597 [http-nio-8080-exec-3] INFO c.w.w.w.WebSocketServer - [onOpen,48] -
建立连接 - org.apache.tomcat.websocket.WsSession@7831e2b5
13:50:30.597 [http-nio-8080-exec-3] INFO c.w.w.w.WebSocketServer - [onOpen,49] -
当前人数 - 1
13:50:51.187 [http-nio-8080-exec-5] INFO c.w.w.w.WebSocketServer - [onOpen,48] -
建立连接 - org.apache.tomcat.websocket.WsSession@25cbc6f2
13:50:51.188 [http-nio-8080-exec-5] INFO c.w.w.w.WebSocketServer - [onOpen,49] -
当前人数 - 2
13:51:29.182 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:51:29.317 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,59] -
关闭连接 - org.apache.tomcat.websocket.WsSession@7831e2b5
13:51:29.317 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
13:51:29.317 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:51:29.318 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,59] -
关闭连接 - org.apache.tomcat.websocket.WsSession@25cbc6f2
13:51:29.318 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 1
13:51:29.318 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
13:51:29.329 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:51:29.329 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:51:29.330 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:51:29.333 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:51:29.336 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:51:29.338 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
13:51:29.340 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:51:33.492 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:51:33.494 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 33312 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:51:33.495 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:51:36.215 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:51:36.216 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:51:36.217 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:51:36.278 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:51:37.812 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:51:37.815 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:51:37.818 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:51:37.818 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:51:43.199 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:51:43.212 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:51:43.212 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:51:43.213 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:51:43.214 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:51:43.214 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:51:43.214 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:51:43.214 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1a92a7e5
13:51:43.457 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:51:43.662 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:51:43.677 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:51:43.686 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.689 seconds (JVM running for 11.219)
13:51:43.744 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,48] -
建立连接 - org.apache.tomcat.websocket.WsSession@5afd1a9e
13:51:43.745 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,49] -
当前人数 - 1
13:51:43.754 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,48] -
建立连接 - org.apache.tomcat.websocket.WsSession@6ef32aae
13:51:43.755 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,49] -
当前人数 - 2
13:51:46.228 [http-nio-8080-exec-6] INFO c.w.w.w.WebSocketServer - [onOpen,48] -
建立连接 - org.apache.tomcat.websocket.WsSession@7730f85d
13:51:46.228 [http-nio-8080-exec-6] INFO c.w.w.w.WebSocketServer - [onOpen,49] -
当前人数 - 3
14:01:13.717 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:01:13.852 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,59] -
关闭连接 - org.apache.tomcat.websocket.WsSession@5afd1a9e
14:01:13.852 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
14:01:13.853 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
14:01:13.853 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,59] -
关闭连接 - org.apache.tomcat.websocket.WsSession@6ef32aae
14:01:13.853 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 1
14:01:13.854 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
14:01:13.854 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,59] -
关闭连接 - org.apache.tomcat.websocket.WsSession@7730f85d
14:01:13.854 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 2
14:01:13.854 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
14:01:13.865 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:01:13.865 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:01:13.865 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:01:13.869 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:01:13.873 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:01:13.874 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:01:13.877 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:01:17.803 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:01:17.804 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 38592 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:01:17.805 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:01:20.402 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:01:20.403 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:01:20.403 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:01:20.449 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:01:21.696 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:01:21.698 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:01:21.700 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:01:21.700 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:01:26.820 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:01:26.836 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:01:26.837 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:01:26.837 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:01:26.838 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:01:26.838 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:01:26.838 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:01:26.839 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7fcbd2be
14:01:27.176 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
14:01:27.449 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:01:27.460 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.131 seconds (JVM running for 10.591)
14:04:32.731 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:04:32.890 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:04:32.891 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:04:32.891 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:04:32.894 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:04:32.897 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:04:32.898 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:04:32.901 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:04:36.988 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:04:36.989 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 50796 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:04:36.990 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:04:39.525 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:04:39.525 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:04:39.526 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:04:39.568 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:04:40.751 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:04:40.754 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:04:40.757 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:04:40.758 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:04:45.686 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:04:45.699 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:04:45.700 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:04:45.701 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:04:45.705 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:04:45.706 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:04:45.706 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:04:45.706 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@167dbdb1
14:04:45.982 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
14:04:46.009 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:04:46.009 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:04:46.010 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:04:46.013 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:04:46.016 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:04:46.018 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:04:46.020 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:04:57.705 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:04:57.706 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 50620 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:04:57.706 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:05:00.326 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:05:00.326 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:05:00.327 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:05:00.371 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:05:01.661 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:05:01.664 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:05:01.667 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:05:01.667 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:05:07.024 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:05:07.038 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:05:07.038 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:05:07.040 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:05:07.042 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:05:07.042 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:05:07.042 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:05:07.042 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@12c1c2ab
14:05:07.508 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
14:05:07.534 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:05:07.534 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:05:07.536 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:05:07.539 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:05:07.542 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:05:07.544 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:05:07.546 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:05:47.818 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:05:47.820 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 51104 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:05:47.821 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:05:50.543 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:05:50.544 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:05:50.544 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:05:50.590 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:05:51.750 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:05:51.753 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:05:51.755 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:05:51.755 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:05:56.661 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:05:56.679 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:05:56.680 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:05:56.681 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:05:56.682 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:05:56.682 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:05:56.682 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:05:56.684 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@c290c24
14:05:56.940 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
14:05:56.969 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:05:56.970 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:05:56.970 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:05:56.973 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:05:56.976 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:05:56.978 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:05:56.982 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:08:58.368 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:08:58.370 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 10216 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:08:58.371 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:09:01.083 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:09:01.084 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:09:01.084 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:09:01.139 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:09:02.308 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:09:02.315 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:09:02.319 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:09:02.320 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:09:07.296 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:09:07.309 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:09:07.310 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:09:07.311 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:09:07.312 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:09:07.313 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:09:07.313 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:09:07.313 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111b5923
14:09:07.568 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
14:09:07.598 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:09:07.598 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:09:07.599 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:09:07.602 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:09:07.606 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:09:07.608 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:09:07.610 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:09:27.869 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:09:27.870 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 17692 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:09:27.871 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:09:30.465 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:09:30.466 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:09:30.466 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:09:30.513 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:09:31.844 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:09:31.847 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:09:31.849 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:09:31.849 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:09:36.781 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:09:36.792 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:09:36.792 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:09:36.793 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:09:36.794 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:09:36.794 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:09:36.794 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:09:36.794 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@38c446c
14:09:37.036 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
14:09:37.261 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:09:37.271 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.846 seconds (JVM running for 10.287)
14:09:43.899 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:10:46.353 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:10:46.502 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:10:46.502 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:10:46.502 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:10:46.506 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:10:46.509 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:10:46.511 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:10:46.514 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:10:50.637 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:10:50.641 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 52072 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:10:50.642 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:10:53.400 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:10:53.401 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:10:53.401 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:10:53.445 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:10:54.736 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:10:54.739 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:10:54.743 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:10:54.744 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:10:59.613 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:10:59.627 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:10:59.627 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:10:59.629 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:10:59.630 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:10:59.630 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:10:59.630 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:10:59.631 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3f86eb63
14:10:59.900 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
14:11:00.181 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:11:00.190 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.041 seconds (JVM running for 10.468)
14:11:04.967 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:11:05.033 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,33] - sessionId - shebei1
14:11:05.034 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,45] -
建立连接 - org.apache.tomcat.websocket.WsSession@168915f1
14:11:05.034 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,46] -
当前人数 - 1
14:11:08.042 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,33] - sessionId - shebei1
14:11:08.042 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,45] -
建立连接 - org.apache.tomcat.websocket.WsSession@42d3c89f
14:11:08.042 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,46] -
当前人数 - 2
14:11:11.679 [http-nio-8080-exec-3] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:12:49.216 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:12:49.356 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,56] -
关闭连接 - org.apache.tomcat.websocket.WsSession@168915f1
14:12:49.357 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
14:12:49.357 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
14:12:49.358 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,56] -
关闭连接 - org.apache.tomcat.websocket.WsSession@42d3c89f
14:12:49.358 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 1
14:12:49.358 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,69] -
移出结果 - 成功
14:12:49.368 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:12:49.368 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:12:49.368 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:12:49.372 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:12:49.375 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:12:49.377 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:12:49.379 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
14:12:53.337 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 44704 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
14:12:53.338 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:12:53.338 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:12:56.042 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:12:56.043 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:12:56.044 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:12:56.099 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:12:57.400 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
14:12:57.405 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:12:57.408 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:12:57.408 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:13:02.441 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:13:02.458 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:13:02.458 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:13:02.459 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:13:02.460 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:13:02.460 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:13:02.460 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:13:02.461 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@36a5931a
14:13:02.923 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
14:13:03.197 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:13:03.205 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.327 seconds (JVM running for 10.794)
14:13:06.909 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:13:06.970 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,33] - sessionId - shebei1
14:13:06.971 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,45] -
建立连接 - org.apache.tomcat.websocket.WsSession@6d0af53b
14:13:06.971 [http-nio-8080-exec-1] INFO c.w.w.w.WebSocketServer - [onOpen,46] -
当前人数 - 1
14:13:08.964 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,33] - sessionId - shebei1
14:13:08.964 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,45] -
建立连接 - org.apache.tomcat.websocket.WsSession@5bec9ae0
14:13:08.964 [http-nio-8080-exec-2] INFO c.w.w.w.WebSocketServer - [onOpen,46] -
当前人数 - 1
14:13:11.586 [http-nio-8080-exec-3] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:13:14.976 [http-nio-8080-exec-4] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:13:15.745 [http-nio-8080-exec-5] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:13:17.233 [http-nio-8080-exec-6] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:13:17.776 [http-nio-8080-exec-8] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:13:24.920 [http-nio-8080-exec-9] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:14:37.646 [http-nio-8080-exec-25] INFO c.w.w.w.WebSocketServer - [onOpen,33] - sessionId - shebei1
14:14:37.646 [http-nio-8080-exec-25] INFO c.w.w.w.WebSocketServer - [onOpen,45] -
建立连接 - org.apache.tomcat.websocket.WsSession@751dc741
14:14:37.646 [http-nio-8080-exec-25] INFO c.w.w.w.WebSocketServer - [onOpen,46] -
当前人数 - 1
14:14:40.226 [http-nio-8080-exec-22] INFO c.w.w.w.WebSocketServer - [onMessage,86] - sessionId - shebei1
14:53:01.452 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:53:01.594 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,56] -
关闭连接 - org.apache.tomcat.websocket.WsSession@6d0af53b
14:53:01.595 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 0
14:53:01.595 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,56] -
关闭连接 - org.apache.tomcat.websocket.WsSession@5bec9ae0
14:53:01.596 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 1
14:53:01.596 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketServer - [onClose,56] -
关闭连接 - org.apache.tomcat.websocket.WsSession@751dc741
14:53:01.597 [SpringApplicationShutdownHook] INFO c.w.w.w.WebSocketUsers - [remove,65] -
正在移出用户 - 2
14:53:01.609 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:53:01.609 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:53:01.610 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:53:01.614 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:53:01.617 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:53:01.618 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
14:53:01.619 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed

821
logs/sys-info.2023-07-20.log

@ -1,821 +0,0 @@
10:01:44.292 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:01:44.295 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 34284 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
10:01:44.307 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
10:01:48.499 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
10:01:48.502 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:01:48.504 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:01:48.591 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:01:51.330 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
10:01:51.333 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
10:01:51.337 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:01:51.337 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
10:01:59.529 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:01:59.547 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:01:59.548 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:01:59.552 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:01:59.555 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:01:59.556 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:01:59.556 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:01:59.556 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3b27ad0a
10:01:59.941 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
10:02:00.207 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:02:00.214 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 16.5 seconds (JVM running for 17.043)
10:02:23.853 [http-nio-8080-exec-1] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_931a8de1263e8fcdea855e1b3c00abff=1687155670,1687337520;] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
10:02:24.059 [http-nio-8080-exec-9] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:06:32.365 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:06:32.538 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:06:32.538 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:06:32.538 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:06:32.541 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:06:32.546 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:06:32.548 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
10:06:32.551 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
11:38:26.509 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 53120 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:38:26.508 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:38:26.510 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:38:29.328 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:38:29.329 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:38:29.330 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:38:29.381 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:38:30.647 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
11:38:30.649 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:38:30.651 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:38:30.652 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:38:30.967 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:38:30.972 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
11:38:30.973 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
11:38:31.000 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:40:36.502 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
12:40:36.504 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 39896 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
12:40:36.505 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
12:40:39.381 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
12:40:39.381 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:40:39.382 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:40:39.428 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:40:40.840 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
12:40:40.844 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
12:40:40.848 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:40:40.849 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
12:40:41.177 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:40:41.182 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
12:40:41.183 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
12:40:41.210 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:41:23.758 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
12:41:23.759 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 37564 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
12:41:23.759 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
12:41:26.683 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
12:41:26.684 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:41:26.684 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:41:26.734 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:41:28.274 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
12:41:28.276 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
12:41:28.278 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:41:28.278 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
12:41:34.651 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:41:34.666 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:41:34.666 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:41:34.667 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:41:34.668 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:41:34.668 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:41:34.669 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:41:34.669 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7bb382b9
12:41:34.937 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
12:41:35.129 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:41:35.136 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 11.861 seconds (JVM running for 12.282)
12:42:57.467 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:42:57.631 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:42:57.631 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:42:57.632 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:42:57.635 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:42:57.638 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:42:57.640 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
12:42:57.643 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
12:43:04.297 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
12:43:04.297 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 43848 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
12:43:04.298 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
12:43:07.201 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
12:43:07.202 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:43:07.202 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:43:07.261 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:43:08.632 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
12:43:08.636 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
12:43:08.639 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:43:08.640 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
12:43:14.758 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:43:14.772 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:43:14.773 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:43:14.774 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:43:14.775 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:43:14.775 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:43:14.775 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:43:14.775 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1027dbcb
12:43:15.044 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
12:43:15.237 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:43:15.245 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 11.411 seconds (JVM running for 11.879)
12:44:59.934 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:45:00.097 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:45:00.097 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:45:00.097 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:45:00.101 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:45:00.106 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:45:00.108 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
12:45:00.111 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
12:45:47.138 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 50288 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
12:45:47.138 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
12:45:47.139 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
12:45:50.384 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
12:45:50.385 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:45:50.385 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:45:50.446 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:45:52.097 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
12:45:52.100 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
12:45:52.102 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:45:52.103 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
12:45:56.039 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:45:56.650 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:45:56.801 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:45:56.858 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:45:56.927 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:45:56.981 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:45:57.005 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
12:45:57.005 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
12:45:57.006 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
12:45:57.006 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
12:45:57.006 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
12:45:57.006 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
12:45:57.006 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
12:45:57.006 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
12:45:57.007 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
12:45:57.010 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
12:45:57.014 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
12:45:57.015 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
12:45:57.017 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
12:45:57.018 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
12:45:57.019 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
12:45:57.824 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
12:45:58.469 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
12:45:58.511 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
12:45:58.618 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
12:45:59.110 [restartedMain] INFO l.lockservice - [log,23] - Successfully acquired change log lock
12:45:59.688 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
12:45:59.751 [restartedMain] INFO l.lockservice - [log,23] - Successfully released change log lock
12:45:59.765 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
12:45:59.766 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
12:45:59.811 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
12:45:59.812 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
12:45:59.989 [restartedMain] INFO l.lockservice - [log,23] - Successfully acquired change log lock
12:46:00.079 [restartedMain] INFO liquibase.changelog - [log,23] - Creating database history table with name: ccwin.ACT_DMN_DATABASECHANGELOG
12:46:00.140 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
12:46:00.289 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_DMN_DEPLOYMENT created
12:46:00.329 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_DMN_DEPLOYMENT_RESOURCE created
12:46:00.370 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_DMN_DECISION_TABLE created
12:46:00.380 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::1::activiti ran successfully in 161ms
12:46:00.471 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_DMN_HI_DECISION_EXECUTION created
12:46:00.479 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::2::flowable ran successfully in 51ms
12:46:00.561 [restartedMain] INFO liquibase.changelog - [log,23] - Columns SCOPE_TYPE_(varchar(255)) added to ACT_DMN_HI_DECISION_EXECUTION
12:46:00.569 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::3::flowable ran successfully in 40ms
12:46:00.670 [restartedMain] INFO liquibase.changelog - [log,23] - Column ACT_DMN_DECISION_TABLE.PARENT_DEPLOYMENT_ID_ dropped
12:46:00.681 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::4::flowable ran successfully in 72ms
12:46:00.798 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_DMN_DEPLOYMENT.DEPLOY_TIME_ datatype was changed to datetime(3)
12:46:00.869 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_DMN_HI_DECISION_EXECUTION.START_TIME_ datatype was changed to datetime(3)
12:46:00.938 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_DMN_HI_DECISION_EXECUTION.END_TIME_ datatype was changed to datetime(3)
12:46:00.942 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::5::flowable ran successfully in 222ms
12:46:00.997 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_DEC_TBL_UNIQ created
12:46:01.003 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::6::flowable ran successfully in 35ms
12:46:01.058 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_DEC_TBL_UNIQ dropped from table ACT_DMN_DECISION_TABLE
12:46:01.083 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_DMN_DECISION_TABLE renamed to ACT_DMN_DECISION
12:46:01.108 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_DMN_DEC_UNIQ created
12:46:01.113 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::7::flowable ran successfully in 83ms
12:46:01.181 [restartedMain] INFO liquibase.changelog - [log,23] - Columns DECISION_TYPE_(varchar(255)) added to ACT_DMN_DECISION
12:46:01.188 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/dmn/db/liquibase/flowable-dmn-db-changelog.xml::8::flowable ran successfully in 44ms
12:46:01.241 [restartedMain] INFO l.lockservice - [log,23] - Successfully released change log lock
12:46:01.252 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
12:46:01.254 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
12:46:01.440 [restartedMain] INFO l.lockservice - [log,23] - Successfully acquired change log lock
12:46:01.518 [restartedMain] INFO liquibase.changelog - [log,23] - Creating database history table with name: ccwin.ACT_FO_DATABASECHANGELOG
12:46:01.590 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
12:46:01.707 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_FO_FORM_DEPLOYMENT created
12:46:01.755 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_FO_FORM_RESOURCE created
12:46:01.797 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_FO_FORM_DEFINITION created
12:46:01.831 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_FO_FORM_INSTANCE created
12:46:01.837 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/form/db/liquibase/flowable-form-db-changelog.xml::1::activiti ran successfully in 174ms
12:46:01.911 [restartedMain] INFO liquibase.changelog - [log,23] - Columns SCOPE_ID_(varchar(255)),SCOPE_TYPE_(varchar(255)),SCOPE_DEFINITION_ID_(varchar(255)) added to ACT_FO_FORM_INSTANCE
12:46:01.917 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/form/db/liquibase/flowable-form-db-changelog.xml::2::flowable ran successfully in 44ms
12:46:02.003 [restartedMain] INFO liquibase.changelog - [log,23] - Column ACT_FO_FORM_DEFINITION.PARENT_DEPLOYMENT_ID_ dropped
12:46:02.010 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/form/db/liquibase/flowable-form-db-changelog.xml::3::flowable ran successfully in 64ms
12:46:02.118 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_FO_FORM_DEPLOYMENT.DEPLOY_TIME_ datatype was changed to datetime(3)
12:46:02.189 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_FO_FORM_INSTANCE.SUBMITTED_DATE_ datatype was changed to datetime(3)
12:46:02.196 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/form/db/liquibase/flowable-form-db-changelog.xml::4::flowable ran successfully in 151ms
12:46:02.256 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_FORM_DEF_UNIQ created
12:46:02.261 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/form/db/liquibase/flowable-form-db-changelog.xml::5::flowable ran successfully in 37ms
12:46:02.321 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_FORM_TASK created
12:46:02.356 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_FORM_PROC created
12:46:02.394 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_FORM_SCOPE created
12:46:02.399 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/form/db/liquibase/flowable-form-db-changelog.xml::6::flowable ran successfully in 108ms
12:46:02.445 [restartedMain] INFO l.lockservice - [log,23] - Successfully released change log lock
12:46:02.458 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
12:46:02.459 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
12:46:02.465 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
12:46:02.835 [restartedMain] INFO l.lockservice - [log,23] - Successfully acquired change log lock
12:46:02.909 [restartedMain] INFO liquibase.changelog - [log,23] - Creating database history table with name: ccwin.ACT_CO_DATABASECHANGELOG
12:46:02.976 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
12:46:03.069 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CO_CONTENT_ITEM created
12:46:03.111 [restartedMain] INFO liquibase.changelog - [log,23] - Index idx_contitem_taskid created
12:46:03.143 [restartedMain] INFO liquibase.changelog - [log,23] - Index idx_contitem_procid created
12:46:03.149 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/content/db/liquibase/flowable-content-db-changelog.xml::1::activiti ran successfully in 127ms
12:46:03.221 [restartedMain] INFO liquibase.changelog - [log,23] - Columns SCOPE_ID_(varchar(255)),SCOPE_TYPE_(varchar(255)) added to ACT_CO_CONTENT_ITEM
12:46:03.259 [restartedMain] INFO liquibase.changelog - [log,23] - Index idx_contitem_scope created
12:46:03.269 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/content/db/liquibase/flowable-content-db-changelog.xml::2::flowable ran successfully in 83ms
12:46:03.327 [restartedMain] INFO l.lockservice - [log,23] - Successfully released change log lock
12:46:03.351 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
12:46:03.353 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
12:46:03.861 [restartedMain] INFO l.lockservice - [log,23] - Successfully acquired change log lock
12:46:03.937 [restartedMain] INFO liquibase.changelog - [log,23] - Creating database history table with name: ccwin.ACT_CMMN_DATABASECHANGELOG
12:46:04.009 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
12:46:04.134 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_DEPLOYMENT created
12:46:04.177 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_DEPLOYMENT_RESOURCE created
12:46:04.256 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_DEPLOYMENT_RESOURCE (DEPLOYMENT_ID_)
12:46:04.295 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_CMMN_RSRC_DPL created
12:46:04.339 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_CASEDEF created
12:46:04.419 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_CASEDEF (DEPLOYMENT_ID_)
12:46:04.457 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_CASE_DEF_DPLY created
12:46:04.501 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_RU_CASE_INST created
12:46:04.584 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_CASE_INST (CASE_DEF_ID_)
12:46:04.623 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_CASE_INST_CASE_DEF created
12:46:04.655 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_CASE_INST_PARENT created
12:46:04.699 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_RU_PLAN_ITEM_INST created
12:46:04.772 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_PLAN_ITEM_INST (CASE_DEF_ID_)
12:46:04.826 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_PLAN_ITEM_CASE_DEF created
12:46:04.906 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_PLAN_ITEM_INST (CASE_INST_ID_)
12:46:04.946 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_PLAN_ITEM_CASE_INST created
12:46:05.000 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_RU_SENTRY_PART_INST created
12:46:05.080 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_SENTRY_PART_INST (CASE_DEF_ID_)
12:46:05.120 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_SENTRY_CASE_DEF created
12:46:05.200 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_SENTRY_PART_INST (CASE_INST_ID_)
12:46:05.242 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_SENTRY_CASE_INST created
12:46:05.330 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_SENTRY_PART_INST (PLAN_ITEM_INST_ID_)
12:46:05.367 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_SENTRY_PLAN_ITEM created
12:46:05.409 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_RU_MIL_INST created
12:46:05.487 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_MIL_INST (CASE_DEF_ID_)
12:46:05.524 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_MIL_CASE_DEF created
12:46:05.612 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_CMMN_RU_MIL_INST (CASE_INST_ID_)
12:46:05.649 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_MIL_CASE_INST created
12:46:05.690 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_HI_CASE_INST created
12:46:05.729 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_HI_MIL_INST created
12:46:05.739 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::1::flowable ran successfully in 1651ms
12:46:05.851 [restartedMain] INFO liquibase.changelog - [log,23] - Columns DGRM_RESOURCE_NAME_(varchar(4000)),HAS_START_FORM_KEY_(boolean) added to ACT_CMMN_CASEDEF
12:46:05.887 [restartedMain] INFO liquibase.changelog - [log,23] - Columns GENERATED_(boolean) added to ACT_CMMN_DEPLOYMENT_RESOURCE
12:46:05.940 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LOCK_TIME_(datetime) added to ACT_CMMN_RU_CASE_INST
12:46:05.985 [restartedMain] INFO liquibase.changelog - [log,23] - Columns ITEM_DEFINITION_ID_(varchar(255)),ITEM_DEFINITION_TYPE_(varchar(255)) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:05.993 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::2::flowable ran successfully in 203ms
12:46:06.090 [restartedMain] INFO liquibase.changelog - [log,23] - Columns IS_COMPLETEABLE_(boolean) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:06.140 [restartedMain] INFO liquibase.changelog - [log,23] - Columns IS_COMPLETEABLE_(boolean) added to ACT_CMMN_RU_CASE_INST
12:46:06.179 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_PLAN_ITEM_STAGE_INST created
12:46:06.221 [restartedMain] INFO liquibase.changelog - [log,23] - Columns IS_COUNT_ENABLED_(boolean) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:06.258 [restartedMain] INFO liquibase.changelog - [log,23] - Columns VAR_COUNT_(integer) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:06.302 [restartedMain] INFO liquibase.changelog - [log,23] - Columns SENTRY_PART_INST_COUNT_(integer) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:06.309 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::3::flowable ran successfully in 258ms
12:46:06.395 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_CMMN_HI_PLAN_ITEM_INST created
12:46:06.440 [restartedMain] INFO liquibase.changelog - [log,23] - Columns TENANT_ID_(varchar(255)) added to ACT_CMMN_RU_MIL_INST
12:46:06.477 [restartedMain] INFO liquibase.changelog - [log,23] - Columns TENANT_ID_(varchar(255)) added to ACT_CMMN_HI_MIL_INST
12:46:06.486 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::4::flowable ran successfully in 136ms
12:46:06.606 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_DEPLOYMENT.DEPLOY_TIME_ datatype was changed to datetime(3)
12:46:06.710 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_RU_CASE_INST.START_TIME_ datatype was changed to datetime(3)
12:46:06.804 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_RU_PLAN_ITEM_INST.START_TIME_ datatype was changed to datetime(3)
12:46:06.898 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_RU_SENTRY_PART_INST.TIME_STAMP_ datatype was changed to datetime(3)
12:46:06.980 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_RU_MIL_INST.TIME_STAMP_ datatype was changed to datetime(3)
12:46:07.046 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_CASE_INST.START_TIME_ datatype was changed to datetime(3)
12:46:07.120 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_CASE_INST.END_TIME_ datatype was changed to datetime(3)
12:46:07.190 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_MIL_INST.TIME_STAMP_ datatype was changed to datetime(3)
12:46:07.272 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_RU_CASE_INST.LOCK_TIME_ datatype was changed to datetime(3)
12:46:07.348 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.CREATED_TIME_ datatype was changed to datetime(3)
12:46:07.414 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.LAST_AVAILABLE_TIME_ datatype was changed to datetime(3)
12:46:07.484 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.LAST_ENABLED_TIME_ datatype was changed to datetime(3)
12:46:07.559 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.LAST_DISABLED_TIME_ datatype was changed to datetime(3)
12:46:07.640 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.LAST_STARTED_TIME_ datatype was changed to datetime(3)
12:46:07.714 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.LAST_SUSPENDED_TIME_ datatype was changed to datetime(3)
12:46:07.793 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.COMPLETED_TIME_ datatype was changed to datetime(3)
12:46:07.869 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.OCCURRED_TIME_ datatype was changed to datetime(3)
12:46:07.942 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.TERMINATED_TIME_ datatype was changed to datetime(3)
12:46:08.009 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.EXIT_TIME_ datatype was changed to datetime(3)
12:46:08.071 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.ENDED_TIME_ datatype was changed to datetime(3)
12:46:08.143 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_CMMN_HI_PLAN_ITEM_INST.LAST_UPDATED_TIME_ datatype was changed to datetime(3)
12:46:08.150 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::5::flowable ran successfully in 1619ms
12:46:08.232 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_CASE_DEF_UNIQ created
12:46:08.241 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::6::flowable ran successfully in 52ms
12:46:08.310 [restartedMain] INFO liquibase.changelog - [log,23] - Column ACT_CMMN_RU_PLAN_ITEM_INST.START_TIME_ renamed to CREATE_TIME_
12:46:08.335 [restartedMain] INFO liquibase.changelog - [log,23] - Column ACT_CMMN_HI_PLAN_ITEM_INST.CREATED_TIME_ renamed to CREATE_TIME_
12:46:08.389 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LAST_AVAILABLE_TIME_(datetime(3)),LAST_ENABLED_TIME_(datetime(3)),LAST_DISABLED_TIME_(datetime(3)),LAST_STARTED_TIME_(datetime(3)),LAST_SUSPENDED_TIME_(datetime(3)),COMPLETED_TIME_(datetime(3)),OCCURRED_TIME_(datetime(3)),TERMINATED_TIME_(datetime(3)),EXIT_TIME_(datetime(3)),ENDED_TIME_(datetime(3)),ENTRY_CRITERION_ID_(varchar(255)),EXIT_CRITERION_ID_(varchar(255)) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:08.431 [restartedMain] INFO liquibase.changelog - [log,23] - Columns ENTRY_CRITERION_ID_(varchar(255)),EXIT_CRITERION_ID_(varchar(255)) added to ACT_CMMN_HI_PLAN_ITEM_INST
12:46:08.444 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::7::flowable ran successfully in 171ms
12:46:08.530 [restartedMain] INFO liquibase.changelog - [log,23] - Columns SHOW_IN_OVERVIEW_(boolean) added to ACT_CMMN_HI_PLAN_ITEM_INST
12:46:08.538 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::8::flowable ran successfully in 48ms
12:46:08.628 [restartedMain] INFO liquibase.changelog - [log,23] - Columns EXTRA_VALUE_(varchar(255)) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:08.671 [restartedMain] INFO liquibase.changelog - [log,23] - Columns EXTRA_VALUE_(varchar(255)) added to ACT_CMMN_HI_PLAN_ITEM_INST
12:46:08.690 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::9::flowable ran successfully in 110ms
12:46:08.770 [restartedMain] INFO liquibase.changelog - [log,23] - Columns REFERENCE_ID_(varchar(255)) added to ACT_CMMN_RU_CASE_INST
12:46:08.819 [restartedMain] INFO liquibase.changelog - [log,23] - Columns REFERENCE_TYPE_(varchar(255)) added to ACT_CMMN_RU_CASE_INST
12:46:08.859 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_CASE_INST_REF_ID_ created
12:46:08.893 [restartedMain] INFO liquibase.changelog - [log,23] - Columns REFERENCE_ID_(varchar(255)) added to ACT_CMMN_HI_CASE_INST
12:46:08.939 [restartedMain] INFO liquibase.changelog - [log,23] - Columns REFERENCE_TYPE_(varchar(255)) added to ACT_CMMN_HI_CASE_INST
12:46:08.946 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::10::flowable ran successfully in 223ms
12:46:09.040 [restartedMain] INFO liquibase.changelog - [log,23] - Columns DERIVED_CASE_DEF_ID_(varchar(255)) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:09.080 [restartedMain] INFO liquibase.changelog - [log,23] - Columns DERIVED_CASE_DEF_ID_(varchar(255)) added to ACT_CMMN_HI_PLAN_ITEM_INST
12:46:09.090 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::11::flowable ran successfully in 103ms
12:46:09.185 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LOCK_OWNER_(varchar(255)) added to ACT_CMMN_RU_CASE_INST
12:46:09.198 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::12::flowable ran successfully in 72ms
12:46:09.274 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LAST_UNAVAILABLE_TIME_(datetime(3)) added to ACT_CMMN_RU_PLAN_ITEM_INST
12:46:09.319 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LAST_UNAVAILABLE_TIME_(datetime(3)) added to ACT_CMMN_HI_PLAN_ITEM_INST
12:46:09.330 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::13::flowable ran successfully in 101ms
12:46:09.414 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LAST_REACTIVATION_TIME_(datetime(3)),LAST_REACTIVATION_USER_ID_(varchar(255)) added to ACT_CMMN_RU_CASE_INST
12:46:09.460 [restartedMain] INFO liquibase.changelog - [log,23] - Columns LAST_REACTIVATION_TIME_(datetime(3)),LAST_REACTIVATION_USER_ID_(varchar(255)) added to ACT_CMMN_HI_CASE_INST
12:46:09.468 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::14::flowable ran successfully in 99ms
12:46:09.555 [restartedMain] INFO liquibase.changelog - [log,23] - Columns BUSINESS_STATUS_(varchar(255)) added to ACT_CMMN_RU_CASE_INST
12:46:09.591 [restartedMain] INFO liquibase.changelog - [log,23] - Columns BUSINESS_STATUS_(varchar(255)) added to ACT_CMMN_HI_CASE_INST
12:46:09.599 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/cmmn/db/liquibase/flowable-cmmn-db-changelog.xml::16::flowable ran successfully in 92ms
12:46:09.658 [restartedMain] INFO l.lockservice - [log,23] - Successfully released change log lock
12:46:09.673 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
12:46:09.961 [restartedMain] INFO l.lockservice - [log,23] - Successfully acquired change log lock
12:46:10.033 [restartedMain] INFO liquibase.changelog - [log,23] - Creating database history table with name: ccwin.ACT_APP_DATABASECHANGELOG
12:46:10.099 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
12:46:10.190 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_APP_DEPLOYMENT created
12:46:10.231 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_APP_DEPLOYMENT_RESOURCE created
12:46:10.310 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_APP_DEPLOYMENT_RESOURCE (DEPLOYMENT_ID_)
12:46:10.346 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_APP_RSRC_DPL created
12:46:10.388 [restartedMain] INFO liquibase.changelog - [log,23] - Table ACT_APP_APPDEF created
12:46:10.489 [restartedMain] INFO liquibase.changelog - [log,23] - Foreign key constraint added to ACT_APP_APPDEF (DEPLOYMENT_ID_)
12:46:10.529 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_APP_DEF_DPLY created
12:46:10.537 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/app/db/liquibase/flowable-app-db-changelog.xml::1::flowable ran successfully in 396ms
12:46:10.655 [restartedMain] INFO liquibase.changelog - [log,23] - ACT_APP_DEPLOYMENT.DEPLOY_TIME_ datatype was changed to datetime(3)
12:46:10.672 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/app/db/liquibase/flowable-app-db-changelog.xml::2::flowable ran successfully in 86ms
12:46:10.744 [restartedMain] INFO liquibase.changelog - [log,23] - Index ACT_IDX_APP_DEF_UNIQ created
12:46:10.760 [restartedMain] INFO liquibase.changelog - [log,23] - ChangeSet org/flowable/app/db/liquibase/flowable-app-db-changelog.xml::3::flowable ran successfully in 50ms
12:46:10.841 [restartedMain] INFO l.lockservice - [log,23] - Successfully released change log lock
12:46:10.860 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
12:46:13.683 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:46:13.705 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:46:13.705 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:46:13.707 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:46:13.708 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:46:13.708 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:46:13.709 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:46:13.709 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@52203a25
12:46:14.116 [restartedMain] INFO o.f.j.s.i.a.AbstractAsyncExecutor - [start,108] - Starting up the async job executor [org.flowable.spring.job.service.SpringAsyncExecutor] for engine cmmn
12:46:14.162 [Thread-10] INFO o.f.j.s.i.a.ResetExpiredJobsRunnable - [run,63] - starting to reset expired jobs for engine cmmn
12:46:14.163 [restartedMain] INFO o.f.j.s.i.a.AbstractAsyncExecutor - [start,108] - Starting up the async job executor [org.flowable.spring.job.service.SpringAsyncExecutor] for engine bpmn
12:46:14.164 [Thread-8] INFO o.f.j.s.i.a.AcquireAsyncJobsDueRunnable - [run,106] - starting to acquire async jobs due for engine cmmn
12:46:14.164 [Thread-9] INFO o.f.j.s.i.a.AcquireTimerJobsRunnable - [run,109] - starting to acquire async jobs due for engine cmmn
12:46:14.200 [Thread-12] INFO o.f.j.s.i.a.AcquireTimerJobsRunnable - [run,109] - starting to acquire async jobs due for engine bpmn
12:46:14.200 [Thread-11] INFO o.f.j.s.i.a.AcquireAsyncJobsDueRunnable - [run,106] - starting to acquire async jobs due for engine bpmn
12:46:14.200 [Thread-13] INFO o.f.j.s.i.a.ResetExpiredJobsRunnable - [run,63] - starting to reset expired jobs for engine bpmn
12:46:14.200 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
12:46:14.617 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:46:14.632 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 27.957 seconds (JVM running for 28.433)
12:47:15.736 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:47:16.103 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:47:16.103 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:47:16.103 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:47:16.107 [Thread-5] INFO o.f.j.s.i.a.AbstractAsyncExecutor - [shutdown,165] - Shutting down the async job executor [org.flowable.spring.job.service.SpringAsyncExecutor] for engine cmmn
12:47:16.108 [flowable-cmmn-acquire-async-jobs] INFO o.f.j.s.i.a.AcquireAsyncJobsDueRunnable - [run,143] - stopped async job due acquisition for engine cmmn
12:47:16.108 [flowable-cmmn-acquire-timer-jobs] INFO o.f.j.s.i.a.AcquireTimerJobsRunnable - [run,131] - stopped async job due acquisition for engine cmmn
12:47:16.108 [flowable-cmmn-reset-expired-jobs] INFO o.f.j.s.i.a.ResetExpiredJobsRunnable - [run,90] - stopped resetting expired jobs for engine cmmn
12:47:16.234 [Thread-5] INFO o.f.j.s.i.a.AbstractAsyncExecutor - [shutdown,165] - Shutting down the async job executor [org.flowable.spring.job.service.SpringAsyncExecutor] for engine bpmn
12:47:16.235 [flowable-bpmn-acquire-async-jobs] INFO o.f.j.s.i.a.AcquireAsyncJobsDueRunnable - [run,143] - stopped async job due acquisition for engine bpmn
12:47:16.235 [flowable-bpmn-acquire-timer-jobs] INFO o.f.j.s.i.a.AcquireTimerJobsRunnable - [run,131] - stopped async job due acquisition for engine bpmn
12:47:16.235 [flowable-bpmn-reset-expired-jobs] INFO o.f.j.s.i.a.ResetExpiredJobsRunnable - [run,90] - stopped resetting expired jobs for engine bpmn
12:47:16.361 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:47:16.363 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:47:16.365 [Thread-5] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
12:47:16.369 [Thread-5] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
12:47:44.091 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 52236 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
12:47:44.091 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
12:47:44.092 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
12:47:47.387 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
12:47:47.387 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:47:47.388 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:47:47.460 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:47:49.059 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
12:47:49.061 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
12:47:49.063 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:47:49.063 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
12:47:52.547 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:47:53.134 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:47:53.262 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:47:53.316 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:47:53.386 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:47:53.435 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
12:47:53.460 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
12:47:53.461 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
12:47:53.461 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
12:47:53.461 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
12:47:53.462 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
12:47:53.462 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
12:47:53.462 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
12:47:53.462 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
12:47:53.463 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
12:47:53.472 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
12:47:53.479 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
12:47:53.482 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
12:47:53.484 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
12:47:53.488 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
12:47:53.490 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
12:47:54.331 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
12:47:54.671 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
12:47:54.702 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
12:47:54.801 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
12:47:55.610 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
12:47:55.659 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
12:47:55.660 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
12:47:55.724 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
12:47:55.725 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
12:47:55.860 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
12:47:55.904 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
12:47:55.906 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
12:47:56.020 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
12:47:56.073 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
12:47:56.075 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
12:47:56.081 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
12:47:56.342 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
12:47:56.363 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
12:47:56.365 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
12:47:56.533 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
12:47:56.574 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
12:47:56.669 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
12:47:56.693 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
12:47:59.673 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:47:59.696 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:47:59.696 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:47:59.698 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:47:59.699 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:47:59.699 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:47:59.700 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:47:59.700 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2f2de913
12:48:00.122 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
12:48:00.575 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:48:00.586 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 16.953 seconds (JVM running for 17.426)
12:52:26.197 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:52:26.360 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:52:26.360 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:52:26.360 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:52:26.510 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:52:26.513 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:52:26.515 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
12:52:26.519 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
13:32:59.939 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:32:59.942 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 10724 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
13:32:59.942 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:33:04.070 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:33:04.071 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:33:04.071 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:33:04.138 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:33:06.203 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
13:33:06.207 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:33:06.210 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:33:06.210 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:33:10.682 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
13:33:11.300 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
13:33:11.462 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
13:33:11.506 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
13:33:11.555 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
13:33:11.596 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
13:33:11.618 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
13:33:11.619 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
13:33:11.619 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
13:33:11.619 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
13:33:11.619 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
13:33:11.619 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
13:33:11.620 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
13:33:11.620 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
13:33:11.620 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
13:33:11.624 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
13:33:11.628 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
13:33:11.629 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
13:33:11.630 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
13:33:11.631 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
13:33:11.632 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
13:33:12.354 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
13:33:12.723 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
13:33:12.765 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
13:33:12.873 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
13:33:13.775 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
13:33:13.816 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
13:33:13.818 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
13:33:13.883 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
13:33:13.884 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
13:33:14.024 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
13:33:14.094 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
13:33:14.095 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
13:33:14.213 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
13:33:14.287 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
13:33:14.290 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
13:33:14.293 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
13:33:14.584 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
13:33:14.622 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
13:33:14.623 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
13:33:14.814 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
13:33:14.862 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
13:33:14.984 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
13:33:15.033 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
13:33:18.748 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:33:18.769 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:33:18.769 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:33:18.770 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:33:18.772 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:33:18.772 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:33:18.772 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:33:18.772 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@24ea6fe8
13:33:19.246 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:33:19.913 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:33:19.925 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 20.561 seconds (JVM running for 21.288)
14:32:22.697 [http-nio-8080-exec-6] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:32:30.388 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:43:45.312 [http-nio-8080-exec-71] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_931a8de1263e8fcdea855e1b3c00abff=1687155670,1687337520;] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
15:34:43.564 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:34:43.753 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
15:34:43.753 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:34:43.753 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
15:34:44.133 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:34:44.136 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:34:44.143 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
15:34:44.151 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
15:38:48.935 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
15:38:48.937 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 55472 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
15:38:48.938 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
15:38:52.522 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
15:38:52.522 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:38:52.523 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
15:38:52.591 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:38:54.454 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
15:38:54.457 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
15:38:54.459 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
15:38:54.459 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
15:38:59.304 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:38:59.853 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:39:00.021 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:39:00.074 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:39:00.120 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:39:00.151 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:39:00.168 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
15:39:00.168 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
15:39:00.168 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
15:39:00.168 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
15:39:00.169 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
15:39:00.169 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
15:39:00.169 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
15:39:00.169 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
15:39:00.169 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
15:39:00.173 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
15:39:00.176 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
15:39:00.177 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
15:39:00.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
15:39:00.179 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
15:39:00.180 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
15:39:00.854 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
15:39:01.220 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
15:39:01.259 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
15:39:01.359 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
15:39:02.213 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
15:39:02.284 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
15:39:02.286 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
15:39:02.368 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
15:39:02.369 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
15:39:02.521 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
15:39:02.579 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
15:39:02.580 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
15:39:02.706 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
15:39:02.791 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
15:39:02.793 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
15:39:02.796 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
15:39:03.100 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
15:39:03.150 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
15:39:03.153 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
15:39:03.494 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
15:39:03.561 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
15:39:03.689 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
15:39:03.739 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
15:39:06.773 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
15:39:06.799 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
15:39:06.799 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
15:39:06.801 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
15:39:06.803 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
15:39:06.803 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
15:39:06.803 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
15:39:06.804 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@49645c
15:39:07.272 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
15:39:07.649 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
15:39:07.658 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 19.339 seconds (JVM running for 20.029)
16:28:38.495 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:28:38.699 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
16:28:38.699 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:28:38.699 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
16:28:39.118 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:28:39.122 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:28:39.126 [Thread-5] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
16:28:39.132 [Thread-5] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
16:52:45.505 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 55472 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
16:52:45.505 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
16:52:46.449 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:52:46.449 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
16:52:46.459 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:52:46.600 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-2,ccwin} inited
16:52:46.600 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
16:52:46.600 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
16:52:46.600 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
16:52:47.778 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:52:47.974 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:52:48.077 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:52:48.106 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:52:48.134 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:52:48.159 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:52:48.173 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
16:52:48.173 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
16:52:48.174 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
16:52:48.176 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
16:52:48.177 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
16:52:48.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
16:52:48.179 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
16:52:48.179 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
16:52:48.180 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
16:52:48.674 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
16:52:48.744 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
16:52:48.771 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
16:52:48.871 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
16:52:49.078 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
16:52:49.079 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
16:52:49.161 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
16:52:49.162 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
16:52:49.322 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
16:52:49.322 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
16:52:49.473 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
16:52:49.474 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
16:52:49.475 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
16:52:49.609 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
16:52:49.610 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
16:52:49.750 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
16:52:49.893 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
16:52:50.747 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
16:52:50.748 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
16:52:50.748 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
16:52:50.748 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
16:52:50.748 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
16:52:50.749 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
16:52:50.749 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
16:52:50.749 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7b95dbe
16:52:51.128 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
16:52:51.131 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 5.691 seconds (JVM running for 4443.501)
16:52:51.132 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:52:51.292 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
16:52:51.293 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:52:51.293 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
16:52:51.353 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:52:51.355 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:52:51.355 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-2} closing ...
16:52:51.355 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-2} closed
16:52:55.590 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 57256 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
16:52:55.590 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
16:52:55.592 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
16:52:59.268 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
16:52:59.269 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:52:59.269 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
16:52:59.333 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:53:01.106 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
16:53:01.108 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
16:53:01.109 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
16:53:01.110 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
16:53:05.355 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:53:05.962 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:53:06.075 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:53:06.119 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:53:06.184 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:53:06.225 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
16:53:06.244 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
16:53:06.244 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
16:53:06.245 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
16:53:06.250 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
16:53:06.253 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
16:53:06.254 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
16:53:06.256 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
16:53:06.257 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
16:53:06.258 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
16:53:06.969 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
16:53:07.301 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
16:53:07.332 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
16:53:07.439 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
16:53:08.212 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
16:53:08.262 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
16:53:08.263 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
16:53:08.341 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
16:53:08.342 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
16:53:08.471 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
16:53:08.510 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
16:53:08.511 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
16:53:08.620 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
16:53:08.660 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
16:53:08.662 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
16:53:08.665 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
16:53:08.942 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
16:53:08.982 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
16:53:08.984 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
16:53:09.171 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
16:53:09.222 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
16:53:09.337 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
16:53:09.379 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
16:53:12.387 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
16:53:12.409 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
16:53:12.409 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
16:53:12.411 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
16:53:12.412 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
16:53:12.412 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
16:53:12.413 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
16:53:12.413 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3c5ca2fe
16:53:12.762 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
16:53:13.206 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
16:53:13.216 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 18.114 seconds (JVM running for 18.592)
17:17:59.437 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:30:51.612 [http-nio-8080-exec-70] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_931a8de1263e8fcdea855e1b3c00abff=1687155670,1687337520;] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
17:39:56.212 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
17:39:56.381 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
17:39:56.381 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
17:39:56.381 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
17:39:56.501 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
17:39:56.503 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
17:39:56.507 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
17:39:56.513 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed

243
logs/sys-info.2023-07-21.log

@ -1,243 +0,0 @@
09:44:00.444 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:44:00.445 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 54044 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
09:44:00.453 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
09:44:04.261 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
09:44:04.262 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:44:04.263 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:44:04.346 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:44:06.082 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,985] - {dataSource-1,ccwin} inited
09:44:06.084 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
09:44:06.085 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:44:06.086 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
09:44:10.271 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
09:44:10.816 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
09:44:10.983 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
09:44:11.033 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
09:44:11.096 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
09:44:11.159 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
09:44:11.177 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
09:44:11.177 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
09:44:11.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
09:44:11.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
09:44:11.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
09:44:11.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
09:44:11.178 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
09:44:11.179 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
09:44:11.179 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
09:44:11.184 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
09:44:11.187 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
09:44:11.188 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
09:44:11.190 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
09:44:11.191 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
09:44:11.192 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
09:44:12.015 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
09:44:12.394 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
09:44:12.432 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
09:44:12.533 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
09:44:13.465 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
09:44:13.532 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
09:44:13.534 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
09:44:13.633 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
09:44:13.635 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
09:44:13.784 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
09:44:13.826 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
09:44:13.827 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
09:44:13.965 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
09:44:14.004 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
09:44:14.007 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
09:44:14.010 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
09:44:14.296 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
09:44:14.353 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
09:44:14.355 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
09:44:14.552 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
09:44:14.602 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
09:44:14.728 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
09:44:14.782 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
09:44:17.774 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:44:17.795 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:44:17.795 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:44:17.796 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:44:17.797 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:44:17.797 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:44:17.797 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:44:17.797 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1c0991a2
09:44:18.246 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
09:44:18.707 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:44:18.719 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 18.795 seconds (JVM running for 19.848)
09:44:40.401 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:44:40.587 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:44:40.588 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:44:40.588 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:44:40.713 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:44:40.717 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:44:40.720 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2105] - {dataSource-1} closing ...
09:44:40.723 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2178] - {dataSource-1} closed
10:20:05.703 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 50920 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
10:20:05.704 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
10:20:05.707 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:20:09.283 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
10:20:09.284 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:20:09.284 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:20:09.341 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:20:11.109 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
10:20:11.110 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
10:20:11.111 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:20:11.112 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
10:20:14.829 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:20:15.634 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:20:15.751 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:20:15.802 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:20:15.871 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:20:15.918 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:20:15.936 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
10:20:15.936 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:20:15.937 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:20:15.941 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:20:15.944 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:20:15.945 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:20:15.947 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:20:15.947 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:20:15.948 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:20:16.693 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:20:17.019 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
10:20:17.046 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
10:20:17.190 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:20:17.963 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
10:20:18.032 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
10:20:18.033 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:20:18.131 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
10:20:18.133 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:20:18.271 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
10:20:18.317 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
10:20:18.318 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:20:18.442 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
10:20:18.519 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
10:20:18.520 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:20:18.523 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
10:20:18.822 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
10:20:18.883 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
10:20:18.884 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:20:19.066 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
10:20:19.121 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
10:20:19.236 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
10:20:19.302 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
10:20:22.065 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:20:22.085 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:20:22.085 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:20:22.087 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:20:22.088 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:20:22.088 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:20:22.088 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:20:22.088 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@68ba70bd
10:20:22.532 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
10:20:22.983 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:20:22.993 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 17.785 seconds (JVM running for 18.532)
10:56:11.009 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:56:11.158 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:56:11.158 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:56:11.158 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:56:11.452 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:56:11.455 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:56:11.458 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
10:56:11.460 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
11:04:15.572 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 27848 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:04:15.574 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:04:15.579 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:04:18.821 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:04:18.822 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:04:18.822 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:04:18.887 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:04:20.517 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:04:20.518 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:04:20.519 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:04:20.519 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:04:24.454 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:04:25.087 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:04:25.242 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:04:25.317 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:04:25.394 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:04:25.456 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:04:25.477 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
11:04:25.478 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
11:04:25.478 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
11:04:25.478 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
11:04:25.478 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
11:04:25.478 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
11:04:25.478 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
11:04:25.479 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
11:04:25.479 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
11:04:25.483 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
11:04:25.485 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
11:04:25.487 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
11:04:25.488 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
11:04:25.489 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
11:04:25.490 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
11:04:26.203 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
11:04:26.524 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
11:04:26.562 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
11:04:26.665 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
11:04:27.477 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
11:04:27.526 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
11:04:27.527 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
11:04:27.596 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
11:04:27.598 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
11:04:27.727 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
11:04:27.775 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
11:04:27.777 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
11:04:27.903 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
11:04:27.966 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
11:04:27.968 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
11:04:27.971 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
11:04:28.238 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
11:04:28.287 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
11:04:28.288 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
11:04:28.469 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
11:04:28.519 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
11:04:28.622 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
11:04:28.642 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
11:04:31.620 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:04:31.652 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:04:31.652 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:04:31.652 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:04:31.652 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:04:31.652 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:04:31.652 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:04:31.652 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@693b6ed1
11:04:31.983 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:04:32.331 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:04:32.347 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 17.33 seconds (JVM running for 18.046)
11:08:05.374 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:08:05.529 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:08:05.529 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:08:05.529 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:08:05.666 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:08:05.669 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:08:05.671 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:08:05.674 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed

1037
logs/sys-info.2023-07-24.log

File diff suppressed because it is too large

167
logs/sys-info.2023-07-25.log

@ -1,167 +0,0 @@
08:10:37.189 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 66480 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
08:10:37.202 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
08:10:37.203 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
08:10:41.670 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
08:10:41.671 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:10:41.672 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
08:10:41.754 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:10:44.617 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
08:10:44.619 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
08:10:44.620 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
08:10:44.621 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
08:10:49.215 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
08:10:49.243 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
08:10:49.244 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
08:10:49.245 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
08:10:49.246 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
08:10:49.246 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
08:10:49.246 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
08:10:49.246 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@775337e8
08:10:49.576 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
08:10:50.220 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
08:10:50.344 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
08:10:50.398 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
08:10:50.449 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
08:10:50.483 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
08:10:50.507 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
08:10:50.508 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
08:10:50.508 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
08:10:50.508 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
08:10:50.508 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
08:10:50.508 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
08:10:50.509 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
08:10:50.509 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
08:10:50.509 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
08:10:50.514 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
08:10:50.517 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
08:10:50.518 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
08:10:50.520 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
08:10:50.522 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
08:10:50.522 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
08:10:51.417 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
08:10:51.820 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
08:10:51.861 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
08:10:52.010 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
08:10:52.921 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
08:10:52.999 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
08:10:53.001 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
08:10:53.100 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
08:10:53.102 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
08:10:53.260 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
08:10:53.318 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
08:10:53.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
08:10:53.461 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
08:10:53.527 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
08:10:53.531 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
08:10:53.535 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
08:10:53.866 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
08:10:53.907 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
08:10:53.909 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
08:10:54.137 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
08:10:54.231 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
08:10:54.370 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
08:10:54.430 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
08:10:59.317 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
08:10:59.696 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
08:10:59.708 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 23.169 seconds (JVM running for 24.403)
08:11:02.887 [http-nio-8080-exec-3] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
08:11:05.691 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
10:42:40.243 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:42:40.763 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:42:40.763 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:42:40.763 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:42:40.764 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:42:40.766 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:42:40.771 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
10:42:40.778 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
10:42:47.818 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 71588 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
10:42:47.820 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
10:42:47.824 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:42:51.482 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
10:42:51.483 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:42:51.483 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:42:51.553 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:42:53.245 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
10:42:53.247 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
10:42:53.248 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:42:53.248 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
10:42:56.834 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:42:56.848 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:42:56.848 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:42:56.849 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:42:56.850 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:42:56.850 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:42:56.850 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:42:56.850 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@21765fc2
10:42:57.292 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:42:57.728 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:42:57.837 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:42:57.886 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:42:57.945 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:42:57.997 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:42:58.021 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
10:42:58.021 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:42:58.021 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:42:58.021 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:42:58.022 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:42:58.022 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:42:58.022 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:42:58.022 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:42:58.022 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:42:58.026 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:42:58.030 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:42:58.031 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:42:58.033 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:42:58.034 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:42:58.035 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:42:58.805 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:42:59.162 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
10:42:59.201 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
10:42:59.320 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:43:00.290 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
10:43:00.351 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
10:43:00.353 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:43:00.440 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
10:43:00.442 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:43:00.599 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
10:43:00.660 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
10:43:00.661 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:43:00.802 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
10:43:00.843 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
10:43:00.845 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:43:00.849 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
10:43:01.131 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
10:43:01.163 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
10:43:01.164 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:43:01.346 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
10:43:01.395 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
10:43:01.490 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
10:43:01.521 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
10:43:04.913 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
10:43:05.304 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:43:05.314 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 18.035 seconds (JVM running for 18.728)
10:44:02.449 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:53:12.276 [http-nio-8080-exec-22] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_931a8de1263e8fcdea855e1b3c00abff=1687155670,1687337520;] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
13:56:33.056 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:56:33.656 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:56:33.656 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:56:33.656 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:56:33.656 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:56:33.671 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:56:33.671 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
13:56:33.687 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed

862
logs/sys-info.2023-07-27.log

@ -1,862 +0,0 @@
10:54:09.178 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 20304 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
10:54:09.183 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:54:09.189 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
10:54:13.096 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
10:54:13.098 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:54:13.098 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:54:13.173 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:54:14.822 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
10:54:14.824 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
10:54:14.825 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:54:14.826 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
10:54:18.323 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:54:18.336 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:54:18.337 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:54:18.338 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:54:18.338 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:54:18.339 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:54:18.339 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:54:18.339 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@38cd8925
10:54:18.734 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:54:19.227 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:54:19.343 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:54:19.397 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:54:19.444 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:54:19.478 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:54:19.499 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
10:54:19.499 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:54:19.500 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:54:19.504 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:54:19.507 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:54:19.508 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:54:19.509 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:54:19.510 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:54:19.511 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:54:20.286 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:54:20.579 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:54:20.580 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:54:20.580 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:54:20.580 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:54:20.583 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:54:20.586 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
10:54:20.589 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
10:54:20.779 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
10:55:00.199 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 15132 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
10:55:00.201 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
10:55:00.204 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:55:03.546 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
10:55:03.547 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:55:03.547 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:55:03.605 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:55:05.041 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
10:55:05.044 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
10:55:05.046 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:55:05.047 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
10:55:08.396 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:55:08.412 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:55:08.413 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:55:08.414 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:55:08.415 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:55:08.415 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:55:08.415 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:55:08.415 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@33a59419
10:55:08.630 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:55:09.070 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:55:09.171 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:55:09.217 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:55:09.263 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:55:09.300 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:55:09.319 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:55:09.320 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:55:09.320 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:55:09.322 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
10:55:09.325 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
10:55:09.326 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
10:55:09.327 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
10:55:09.328 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
10:55:09.329 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
10:55:10.114 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
10:55:10.370 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:55:10.370 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:55:10.371 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:55:10.371 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:55:10.373 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:55:10.375 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
10:55:10.378 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
10:55:10.552 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:34:29.403 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 22316 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:34:29.404 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:34:29.407 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:34:32.973 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:34:32.974 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:34:32.974 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:34:33.036 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:34:33.214 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:35:34.671 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 22228 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:35:34.672 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:35:34.677 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:35:37.857 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:35:37.858 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:35:37.858 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:35:37.918 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:35:39.381 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:35:39.382 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:35:39.383 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:35:39.383 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:35:42.855 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:35:42.870 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:35:42.870 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:35:42.871 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:35:42.872 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:35:42.873 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:35:42.873 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:35:42.873 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4b04a29
11:35:43.157 [restartedMain] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:35:43.634 [restartedMain] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:35:43.735 [restartedMain] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:35:43.773 [restartedMain] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:35:43.812 [restartedMain] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:35:43.852 [restartedMain] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
11:35:43.909 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1073] - Found 7 Engine Configurators in total:
11:35:43.909 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
11:35:43.909 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
11:35:43.910 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
11:35:43.910 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
11:35:43.910 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
11:35:43.910 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
11:35:43.910 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1075] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
11:35:43.911 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
11:35:43.954 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
11:35:43.973 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
11:35:43.975 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
11:35:43.978 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
11:35:43.991 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
11:35:43.992 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1101] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
11:35:44.764 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
11:35:45.089 [restartedMain] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
11:35:45.128 [restartedMain] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
11:35:45.238 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
11:35:46.080 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.FLW_EV_DATABASECHANGELOG
11:35:46.149 [restartedMain] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
11:35:46.150 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
11:35:46.237 [restartedMain] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
11:35:46.238 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
11:35:46.392 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_DMN_DATABASECHANGELOG
11:35:46.440 [restartedMain] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
11:35:46.442 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
11:35:46.576 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_FO_DATABASECHANGELOG
11:35:46.633 [restartedMain] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
11:35:46.634 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
11:35:46.638 [restartedMain] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : C:\Users\23082\content
11:35:46.957 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CO_DATABASECHANGELOG
11:35:47.000 [restartedMain] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
11:35:47.002 [restartedMain] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1108] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
11:35:47.185 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_CMMN_DATABASECHANGELOG
11:35:47.259 [restartedMain] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
11:35:47.388 [restartedMain] INFO liquibase.changelog - [log,23] - Reading from ccwin.ACT_APP_DATABASECHANGELOG
11:35:47.453 [restartedMain] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
11:35:51.040 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:35:51.398 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:35:51.409 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 17.244 seconds (JVM running for 17.823)
11:35:52.488 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:35:52.739 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:35:52.740 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:35:52.740 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:35:52.740 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:35:52.742 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:35:52.745 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:35:52.747 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
11:41:24.019 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 20700 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:41:24.018 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:41:24.020 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:41:26.633 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:41:26.634 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:41:26.634 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:41:26.686 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:41:27.830 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:41:27.833 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:41:27.834 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:41:27.835 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:41:28.555 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:41:28.561 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:41:28.562 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
11:41:28.587 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:42:19.766 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:42:19.768 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 16192 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:42:19.769 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:42:22.409 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:42:22.409 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:42:22.410 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:42:22.459 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:42:23.716 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:42:23.718 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:42:23.720 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:42:23.720 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:42:25.242 [Druid-ConnectionPool-Create-159797312] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1877] - {dataSource-1} failContinuous is true
11:42:41.411 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 3228 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:42:41.411 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:42:41.412 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:42:44.148 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:42:44.149 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:42:44.149 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:42:44.193 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:42:45.458 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:42:45.460 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:42:45.461 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:42:45.461 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:42:47.143 [Druid-ConnectionPool-Create-11548541] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1877] - {dataSource-1} failContinuous is true
11:43:06.004 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:43:06.006 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 21740 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:43:06.007 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:43:08.530 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:43:08.530 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:43:08.530 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:43:08.579 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:43:09.660 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:43:36.384 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 23168 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:43:36.384 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:43:36.386 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:43:38.908 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:43:38.908 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:43:38.908 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:43:38.951 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:43:40.061 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:43:40.062 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:43:40.063 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:43:40.063 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:43:43.426 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:43:43.452 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:43:43.453 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:43:43.455 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:43:43.457 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:43:43.458 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:43:43.458 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:43:43.459 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@528b31d1
11:43:45.148 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:43:45.326 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:43:45.334 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 9.414 seconds (JVM running for 9.872)
11:43:49.675 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:43:53.797 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
11:45:17.014 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:45:17.167 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:45:17.168 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:45:17.168 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:45:17.168 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:45:17.170 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:45:17.172 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:45:17.174 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
11:45:20.947 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:45:20.949 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_231 on LAPTOP-K8GOQEG9 with PID 21724 (D:\workspace\wenyin\win\win-admin\target\classes started by admin in D:\workspace\wenyin\win)
11:45:20.949 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
11:45:23.630 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
11:45:23.630 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:45:23.631 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:45:23.675 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:45:24.863 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
11:45:24.866 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
11:45:24.869 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:45:24.870 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
11:45:28.555 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:45:28.577 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:45:28.578 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:45:28.580 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:45:28.582 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:45:28.583 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:45:28.583 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:45:28.583 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@65141c25
11:45:30.588 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
11:45:30.816 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:45:30.825 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 10.354 seconds (JVM running for 10.813)
11:45:34.351 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:45:36.711 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
11:45:44.755 [http-nio-8080-exec-15] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_931a8de1263e8fcdea855e1b3c00abff=1687155670,1687337520;] that contained an invalid cookie. That cookie will be ignored.
Note: further occurrences of this error will be logged at DEBUG level.
11:46:37.872 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:46:38.015 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:46:38.015 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:46:38.016 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:46:38.016 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:46:38.019 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:46:38.020 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:46:38.023 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
13:35:13.278 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 68286 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
13:35:13.279 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:35:13.280 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:35:14.285 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:35:14.285 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:35:14.285 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:35:14.319 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:35:14.599 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
13:35:14.600 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:35:14.600 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:35:14.600 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:35:15.006 [Druid-ConnectionPool-Create-970337372] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1877] - {dataSource-1} failContinuous is true
13:36:26.255 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 68376 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
13:36:26.256 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:36:26.257 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:36:27.208 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:36:27.208 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:36:27.208 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:36:27.249 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:36:27.505 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
13:36:27.506 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:36:27.506 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:36:27.506 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:36:29.517 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:36:29.522 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:36:29.522 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:36:29.522 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:36:29.523 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:36:29.523 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:36:29.523 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:36:29.523 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5c966900
13:36:30.779 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:36:30.855 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:36:30.862 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 4.84 seconds (JVM running for 5.151)
13:46:50.870 [http-nio-8080-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:48:04.267 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:48:04.283 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:48:04.284 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:48:04.284 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:48:04.284 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:48:04.287 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:48:04.288 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
13:48:04.293 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
13:48:08.345 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 69831 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
13:48:08.345 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:48:08.345 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:48:09.274 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:48:09.274 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:48:09.275 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:48:09.304 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:48:09.561 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
13:48:09.561 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:48:09.561 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:48:09.562 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:48:10.398 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:48:10.399 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
13:48:10.404 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
13:48:10.519 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
13:48:35.991 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:48:35.993 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 69859 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
13:48:35.993 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:48:37.003 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:48:37.003 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:48:37.003 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:48:37.032 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:48:37.281 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
13:48:37.282 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:48:37.282 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:48:37.282 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:48:38.579 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:48:38.583 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:48:38.583 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:48:38.583 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:48:38.584 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:48:38.584 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:48:38.584 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:48:38.584 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3a9b75ea
13:48:39.605 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:48:39.715 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:48:39.720 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 4.006 seconds (JVM running for 4.396)
13:51:43.677 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:51:43.691 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:51:43.692 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:51:43.692 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:51:43.692 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:51:43.695 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:51:43.696 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
13:51:43.704 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
13:51:50.219 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 70042 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
13:51:50.220 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:51:50.220 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:51:51.154 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:51:51.154 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:51:51.154 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:51:51.183 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:51:51.438 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
13:51:51.439 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:51:51.439 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:51:51.439 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:51:52.673 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:51:52.676 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:51:52.677 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:51:52.677 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:51:52.677 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:51:52.677 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:51:52.677 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:51:52.678 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@76536c3b
13:51:53.667 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:51:53.740 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:51:53.746 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 3.81 seconds (JVM running for 4.249)
13:53:51.976 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:53:51.987 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:53:51.987 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:53:51.987 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:53:51.987 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:53:51.990 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:53:51.991 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
13:53:51.996 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
13:54:39.242 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 70209 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
13:54:39.242 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
13:54:39.243 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:54:40.283 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
13:54:40.284 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:54:40.284 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:54:40.311 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:54:40.562 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
13:54:40.562 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
13:54:40.563 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:54:40.563 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
13:54:41.821 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:54:41.825 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:54:41.825 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:54:41.825 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:54:41.826 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:54:41.826 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:54:41.826 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:54:41.826 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@42dedc9e
13:54:42.880 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
13:54:42.955 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:54:42.961 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 3.926 seconds (JVM running for 4.428)
13:55:23.791 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:55:23.802 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:55:23.802 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:55:23.803 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:55:23.803 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:55:23.805 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:55:23.806 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
13:55:23.810 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:00:46.381 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 70598 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
14:00:46.382 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:00:46.383 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:00:47.449 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
14:00:47.449 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:00:47.450 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:00:47.479 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:00:47.776 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
14:00:47.777 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:00:47.777 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:00:47.777 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:00:49.238 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:00:49.242 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:00:49.242 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:00:49.243 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:00:49.243 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:00:49.243 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:00:49.243 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:00:49.243 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5c966900
14:00:50.271 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
14:00:50.349 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:00:50.355 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 4.322 seconds (JVM running for 4.782)
14:01:10.394 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:01:10.409 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:01:10.409 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:01:10.409 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:01:10.409 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:01:10.412 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:01:10.413 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:01:10.418 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:01:15.896 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:01:15.897 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 70642 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
14:01:15.898 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:01:16.831 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:01:16.831 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:01:16.831 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:01:16.861 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:01:17.114 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
14:01:17.115 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:01:17.115 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:01:17.115 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:01:18.554 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:01:18.558 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:01:18.558 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:01:18.558 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:01:18.559 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:01:18.559 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:01:18.559 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:01:18.559 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@76c71a4a
14:01:19.622 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
14:01:19.700 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:01:19.718 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 4.106 seconds (JVM running for 4.51)
14:01:30.756 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:01:36.458 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:08:14.171 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:16:02.932 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:16:02.947 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:16:02.947 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:16:02.947 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:16:02.948 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:16:02.950 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:16:02.951 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:16:02.965 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:18:59.827 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 71594 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
14:18:59.828 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:18:59.829 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:19:00.773 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:19:00.773 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:19:00.774 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:19:00.802 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:19:01.061 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
14:19:01.062 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:19:01.062 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:19:01.062 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:19:01.627 [Druid-ConnectionPool-Create-70427675] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1877] - {dataSource-1} failContinuous is true
14:19:36.641 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 71633 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
14:19:36.642 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:19:36.642 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:19:37.576 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:19:37.577 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:19:37.577 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:19:37.605 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:19:37.862 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
14:19:37.863 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:19:37.863 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:19:37.863 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:19:39.190 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:19:39.195 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:19:39.195 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:19:39.195 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:19:39.196 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:19:39.196 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:19:39.196 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:19:39.196 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@52ee2512
14:19:40.228 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
14:19:40.303 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:19:40.308 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 3.908 seconds (JVM running for 4.252)
14:19:45.518 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:26:07.025 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:26:07.036 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:26:07.036 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:26:07.036 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:26:07.036 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:26:07.039 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:26:07.040 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:26:07.046 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:26:11.469 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 71987 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
14:26:11.470 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:26:11.470 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:26:12.417 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:26:12.417 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:26:12.417 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:26:12.445 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:26:12.689 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
14:26:12.689 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:26:12.690 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:26:12.690 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:26:13.952 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:26:13.956 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:26:13.956 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:26:13.957 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:26:13.957 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:26:13.957 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:26:13.957 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:26:13.957 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@440d44ca
14:26:14.975 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
14:26:15.049 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:26:15.055 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 3.851 seconds (JVM running for 4.321)
14:26:23.931 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:27:47.038 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:28:35.995 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]
14:28:52.459 [schedule-pool-2] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:47:07.206 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:47:07.220 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:47:07.220 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:47:07.220 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:47:07.220 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:47:07.222 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:47:07.223 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:47:07.234 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:47:11.784 [restartedMain] INFO c.w.w.WinApplication - [logStarting,55] - Starting WinApplication using Java 1.8.0_352 on 172-1-2-46.lightspeed.hstntx.sbcglobal.net with PID 73091 (/Users/longlongxiaogege/work/mengyin/code/lianmei/win/win-admin/target/classes started by longlongxiaogege in /Users/longlongxiaogege/work/mengyin/code/lianmei/win)
14:47:11.785 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:47:11.785 [restartedMain] INFO c.w.w.WinApplication - [logStartupProfileInfo,686] - The following 3 profiles are active: "druid", "mybatis", "dev"
14:47:12.724 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:47:12.724 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:47:12.724 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:47:12.752 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:47:13.007 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
14:47:13.008 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
14:47:13.008 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:47:13.008 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
14:47:14.397 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:47:14.401 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:47:14.403 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:47:14.404 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:47:14.404 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:47:14.405 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:47:14.405 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:47:14.405 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1b154a3b
14:47:15.408 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
14:47:15.481 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:47:15.486 [restartedMain] INFO c.w.w.WinApplication - [logStarted,61] - Started WinApplication in 3.946 seconds (JVM running for 4.295)
14:47:41.008 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:03:02.621 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:03:02.634 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
15:03:02.635 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:03:02.635 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
15:03:02.635 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:03:02.637 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:03:02.639 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
15:03:02.646 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
15:30:17.547 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
15:30:18.553 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
15:30:18.554 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:30:18.554 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
15:30:18.585 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:30:18.858 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
15:30:18.858 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
15:30:18.859 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
15:30:18.859 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
15:30:19.705 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:30:19.706 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
15:30:19.710 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
15:30:19.820 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
15:30:50.184 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
15:30:51.096 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
15:30:51.097 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:30:51.097 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
15:30:51.125 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:30:51.378 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
15:30:51.378 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
15:30:51.379 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
15:30:51.379 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
15:30:52.628 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
15:30:52.633 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
15:30:52.633 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
15:30:52.633 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
15:30:52.633 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
15:30:52.634 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
15:30:52.634 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
15:30:52.634 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7e39f8e5
15:30:53.648 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
15:30:53.656 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
15:31:38.595 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:31:46.280 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
15:31:57.814 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:31:57.861 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
15:31:57.861 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:31:57.861 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
15:31:57.862 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:31:57.863 [Thread-11] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:31:57.865 [Thread-11] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
15:31:57.873 [Thread-11] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
15:31:58.458 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
15:31:58.458 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:31:58.459 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
15:31:58.463 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:31:58.556 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,ccwin} inited
15:31:58.556 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
15:31:58.556 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
15:31:58.557 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
15:31:59.332 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
15:31:59.333 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
15:31:59.333 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
15:31:59.333 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
15:31:59.333 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
15:31:59.334 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
15:31:59.334 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
15:31:59.334 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2ead02a2
15:32:00.122 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
15:32:00.126 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
16:03:19.270 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:03:19.282 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
16:03:19.282 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:03:19.283 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
16:03:19.283 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:03:19.284 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:03:19.284 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-2} closing ...
16:03:19.285 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-2} closed
17:23:39.536 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
17:23:40.463 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
17:23:40.464 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:23:40.464 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
17:23:40.494 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:23:40.746 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
17:23:40.746 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
17:23:40.747 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
17:23:40.747 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
17:23:41.997 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
17:23:42.001 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:23:42.001 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
17:23:42.001 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
17:23:42.001 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
17:23:42.002 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
17:23:42.002 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
17:23:42.002 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@45a9f86
17:23:43.043 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
17:23:43.048 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
17:23:43.048 [restartedMain] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
17:23:43.048 [restartedMain] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
17:23:43.048 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
17:23:43.051 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
17:23:43.052 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:23:43.059 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:23:43.174 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-9000"]
17:23:43.174 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:23:43.176 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-9000"]
17:23:43.176 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-9000"]
17:25:27.290 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
17:25:28.218 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
17:25:28.218 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:25:28.219 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
17:25:28.248 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:25:28.511 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,ccwin} inited
17:25:28.511 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [ccwin] success
17:25:28.512 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
17:25:28.512 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [ccwin]
17:25:29.758 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
17:25:29.762 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:25:29.762 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
17:25:29.763 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
17:25:29.763 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
17:25:29.763 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
17:25:29.763 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
17:25:29.763 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@59bb3eff
17:25:30.795 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
17:25:30.803 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
17:25:38.345 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
17:25:38.357 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
17:25:38.357 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
17:25:38.357 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
17:25:38.357 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
17:25:38.359 [Thread-11] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
17:25:38.361 [Thread-11] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:25:38.366 [Thread-11] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed

503
logs/sys-info.2023-07-28.log

@ -1,503 +0,0 @@
09:20:36.522 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:20:37.484 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:20:37.485 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:20:37.485 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:20:37.516 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:20:37.789 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:20:37.790 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:20:37.790 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:20:37.790 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:20:39.041 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:20:39.045 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:20:39.045 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:20:39.045 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:20:39.046 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:20:39.046 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:20:39.046 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:20:39.046 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3ce5c865
09:20:40.041 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:20:40.049 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:23:44.766 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:23:44.777 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:23:44.777 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:23:44.777 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:23:44.778 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:23:44.780 [Thread-11] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:23:45.581 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:23:45.581 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:23:45.581 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:23:45.586 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:23:45.687 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
09:23:45.687 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:23:45.688 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:23:45.688 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:23:46.466 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:23:46.467 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:23:46.467 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:23:46.467 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:23:46.467 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:23:46.467 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:23:46.467 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:23:46.468 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2bd7f31a
09:23:47.242 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:23:47.246 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:23:48.672 [Thread-19] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:23:48.693 [Thread-19] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:23:48.693 [Thread-19] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:23:48.694 [Thread-19] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:23:48.694 [Thread-19] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:23:48.696 [Thread-19] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:23:49.325 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:23:49.325 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:23:49.325 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:23:49.330 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:23:49.423 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-3,dcdata} inited
09:23:49.423 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:23:49.424 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:23:49.424 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:23:50.043 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:23:50.044 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:23:50.044 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:23:50.044 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:23:50.044 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:23:50.044 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:23:50.045 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:23:50.045 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@37a8e5e3
09:23:50.835 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:23:50.848 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:24:46.081 [Thread-24] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:24:46.092 [Thread-24] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:24:46.092 [Thread-24] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:24:46.092 [Thread-24] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:24:46.092 [Thread-24] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:24:46.093 [Thread-24] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:24:46.798 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:24:46.799 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:24:46.799 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:24:46.803 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:24:46.891 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-4,dcdata} inited
09:24:46.891 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:24:46.891 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:24:46.891 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:24:47.492 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:24:47.493 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:24:47.493 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:24:47.493 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:24:47.493 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:24:47.493 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:24:47.493 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:24:47.493 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2bc6b839
09:24:48.251 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:24:48.265 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:26:53.849 [Thread-29] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:26:53.876 [Thread-29] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:26:53.877 [Thread-29] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:26:53.877 [Thread-29] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:26:53.877 [Thread-29] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:26:53.880 [Thread-29] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:26:54.614 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:26:54.615 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:26:54.615 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:26:54.619 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:26:54.729 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-5,dcdata} inited
09:26:54.730 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:26:54.730 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:26:54.730 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:26:55.451 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:26:55.452 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:26:55.453 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:26:55.453 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:26:55.453 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:26:55.453 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:26:55.453 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:26:55.453 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@59225245
09:26:56.253 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:26:56.257 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:27:03.216 [Thread-34] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:27:03.229 [Thread-34] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:27:03.229 [Thread-34] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:27:03.229 [Thread-34] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:27:03.229 [Thread-34] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:27:03.230 [Thread-34] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:27:03.868 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:27:03.868 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:27:03.868 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:27:03.873 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:27:03.961 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-6,dcdata} inited
09:27:03.962 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:27:03.962 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:27:03.962 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:27:04.569 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:27:04.569 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:27:04.569 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:27:04.569 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:27:04.570 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:27:04.570 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:27:04.570 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:27:04.570 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1969c370
09:27:05.311 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:27:05.314 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:27:09.336 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:27:09.347 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:27:09.347 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:27:09.347 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:27:09.348 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:27:09.349 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:27:12.496 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:27:13.414 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:27:13.414 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:27:13.414 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:27:13.443 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:27:13.709 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:27:13.710 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:27:13.710 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:27:13.710 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:27:14.986 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:27:14.990 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:27:14.990 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:27:14.990 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:27:14.991 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:27:14.991 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:27:14.991 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:27:14.991 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@50a1d2d3
09:27:16.008 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:27:16.018 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:46:59.139 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:46:59.151 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:46:59.151 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:46:59.151 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:46:59.151 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:46:59.153 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:47:18.956 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:47:19.879 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:47:19.879 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:47:19.879 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:47:19.908 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:47:20.160 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:47:20.161 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:47:20.161 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:47:20.161 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:47:21.381 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:47:21.385 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:47:21.386 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:47:21.386 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:47:21.386 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:47:21.386 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:47:21.386 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:47:21.387 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3d1c9362
09:47:22.404 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:47:22.413 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:50:06.466 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:50:06.477 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:50:06.478 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:50:06.478 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:50:06.478 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:50:06.480 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:50:17.949 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:50:18.858 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:50:18.859 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:50:18.859 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:50:18.888 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:50:19.146 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:50:19.146 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:50:19.147 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:50:19.147 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:50:20.365 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:50:20.369 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:50:20.369 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:50:20.369 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:50:20.370 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:50:20.370 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:50:20.370 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:50:20.370 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1d35982a
09:50:21.433 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:50:21.442 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:50:32.932 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:00:17.182 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:00:17.197 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:00:17.197 [Thread-11] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:00:17.197 [Thread-11] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:00:17.197 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:00:17.200 [Thread-11] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:00:17.810 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:00:17.810 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:00:17.810 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:00:17.815 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:00:17.993 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
10:00:17.993 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:00:17.994 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:00:17.994 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:00:18.671 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:00:18.672 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:00:18.672 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:00:18.672 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:00:18.672 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:00:18.673 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:00:18.673 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:00:18.673 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@19e1b439
10:00:19.425 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
10:00:19.439 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:08:57.679 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:08:57.692 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:08:57.692 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:08:57.692 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:08:57.692 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:08:57.694 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:40:33.148 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:40:34.153 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:40:34.154 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:40:34.154 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:40:34.184 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:40:34.462 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:40:34.463 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:40:34.463 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:40:34.463 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:40:35.842 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:40:35.847 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:40:35.847 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:40:35.848 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:40:35.848 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:40:35.848 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:40:35.848 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:40:35.848 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@50c3f758
10:40:36.957 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
10:40:36.966 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:43:24.359 [Thread-12] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:43:24.392 [Thread-12] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:43:24.392 [Thread-12] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:43:24.392 [Thread-12] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:43:24.392 [Thread-12] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:43:24.395 [Thread-12] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:09:00.871 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:09:00.872 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:09:00.876 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:09:00.998 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
11:09:00.998 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:09:00.998 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:09:00.998 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:09:01.789 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:09:01.791 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:09:01.792 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:09:01.792 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:09:01.792 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:09:01.792 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:09:01.792 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:09:01.792 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2f95d6ee
11:09:02.579 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:09:02.582 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:09:02.593 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:09:02.594 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:09:02.594 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:09:02.594 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:09:02.595 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:09:04.906 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:09:05.860 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:09:05.860 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:09:05.860 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:09:05.888 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:09:06.154 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:09:06.154 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:09:06.155 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:09:06.155 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:09:07.370 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:09:07.374 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:09:07.374 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:09:07.375 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:09:07.375 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:09:07.375 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:09:07.375 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:09:07.376 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1d35982a
11:09:08.381 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:09:08.390 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:09:16.591 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:17:48.635 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:17:48.653 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:17:48.653 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:17:48.653 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:17:48.654 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:17:48.656 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:17:50.347 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:17:51.256 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:17:51.256 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:17:51.256 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:17:51.284 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:17:51.537 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:17:51.538 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:17:51.538 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:17:51.538 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:17:52.750 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:17:52.754 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:17:52.754 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:17:52.755 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:17:52.755 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:17:52.755 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:17:52.755 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:17:52.755 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@42660110
11:17:53.766 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:17:53.775 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:18:02.789 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:22:31.291 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:22:31.302 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:22:31.302 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:22:31.302 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:22:31.302 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:22:31.304 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:22:34.114 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:22:35.050 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:22:35.050 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:22:35.050 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:22:35.078 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:22:35.336 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:22:35.337 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:22:35.337 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:22:35.337 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:22:36.578 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:22:36.582 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:22:36.582 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:22:36.583 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:22:36.583 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:22:36.583 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:22:36.583 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:22:36.583 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@50a1d2d3
11:22:37.589 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:22:37.598 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:24:27.120 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:24:27.140 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:24:27.141 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:24:27.141 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:24:27.141 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:24:27.143 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:24:44.719 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:24:45.612 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:24:45.612 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:24:45.612 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:24:45.639 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:24:45.892 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:24:45.892 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:24:45.893 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:24:45.893 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:24:47.105 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:24:47.109 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:24:47.109 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:24:47.109 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:24:47.110 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:24:47.110 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:24:47.110 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:24:47.110 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@73ac4566
11:24:48.095 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:24:48.104 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:24:56.094 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:25:02.144 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
11:28:05.709 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]

6
logs/sys-info.2023-07-29.log

@ -1,6 +0,0 @@
13:43:21.458 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:43:21.475 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:43:21.475 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:43:21.475 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:43:21.476 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:43:21.478 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....

211
logs/sys-info.2023-07-31.log

@ -1,211 +0,0 @@
09:24:16.405 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:24:17.580 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:24:17.581 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:24:17.581 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:24:17.615 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:24:17.921 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:24:17.922 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:24:17.922 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:24:17.922 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:24:19.284 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:24:19.288 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:24:19.288 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:24:19.289 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:24:19.289 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:24:19.289 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:24:19.289 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:24:19.290 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@76278c0b
09:24:20.425 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:24:20.433 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:25:02.263 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:25:06.247 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
09:40:51.118 [lettuce-eventExecutorLoop-1-8] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /10.10.10.55:7000
09:41:01.210 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:41:11.312 [lettuce-eventExecutorLoop-1-5] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:41:21.412 [lettuce-eventExecutorLoop-1-7] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:41:31.512 [lettuce-eventExecutorLoop-1-1] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:41:41.610 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:41:51.712 [lettuce-eventExecutorLoop-1-5] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:42:01.910 [lettuce-eventExecutorLoop-1-7] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:42:12.212 [lettuce-eventExecutorLoop-1-1] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:42:22.811 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:42:33.909 [lettuce-eventExecutorLoop-1-5] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:42:46.012 [lettuce-eventExecutorLoop-1-7] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:43:00.212 [lettuce-eventExecutorLoop-1-1] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:43:18.512 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:43:44.912 [lettuce-eventExecutorLoop-1-5] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 10.10.10.55:7000
09:43:57.899 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:43:57.916 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:43:57.916 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:43:57.917 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:43:57.917 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:43:57.918 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:44:02.339 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:44:03.271 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:44:03.272 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:44:03.272 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:44:03.299 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:44:03.551 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:44:03.552 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:44:03.552 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:44:03.552 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:44:23.965 [Druid-ConnectionPool-Create-388032892] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1877] - {dataSource-1} failContinuous is true
09:45:48.736 [Druid-ConnectionPool-Create-388032892] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1882] - {dataSource-1} failContinuous is false
09:45:49.703 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:45:49.707 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:45:49.708 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:45:49.708 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:45:49.708 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:45:49.708 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:45:49.708 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:45:49.709 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@295e48a2
09:45:50.745 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:45:50.753 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:45:50.764 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
09:45:50.765 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:45:50.765 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
09:45:50.765 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:45:50.767 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
09:45:52.660 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:45:53.595 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:45:53.595 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:45:53.595 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:45:53.628 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:45:53.887 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:45:53.887 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:45:53.888 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:45:53.888 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:45:55.140 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:45:55.144 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:45:55.144 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:45:55.144 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:45:55.145 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:45:55.145 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:45:55.145 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:45:55.145 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4319877e
09:45:56.130 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:45:56.139 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:46:09.561 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:46:15.383 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
09:53:27.586 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]
09:53:35.971 [schedule-pool-2] INFO sys-user - [run,56] - [127.0.0.1]内网IP[ry][Success][登录成功]
10:04:38.064 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:04:38.085 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:04:38.085 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:04:38.086 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:04:38.086 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:04:38.087 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:04:44.129 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:04:45.216 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:04:45.216 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:04:45.216 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:04:45.248 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:04:45.545 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:04:45.545 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:04:45.546 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:04:45.546 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:04:49.955 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:04:49.960 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:04:49.960 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:04:49.960 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:04:49.961 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:04:49.961 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:04:49.961 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:04:49.961 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@8b0d903
10:04:52.586 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
10:04:52.599 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:05:06.622 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:28:15.312 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
10:29:22.309 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:29:22.344 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:29:22.344 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:29:22.344 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:29:22.345 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:29:22.347 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:29:27.063 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:29:28.099 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:29:28.099 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:29:28.099 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:29:28.132 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:29:28.422 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:29:28.423 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:29:28.424 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:29:28.424 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:29:29.770 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:29:29.775 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:29:29.775 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:29:29.775 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:29:29.776 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:29:29.776 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:29:29.776 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:29:29.776 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@58f5bb7b
10:29:30.879 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
10:29:30.890 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:29:42.906 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:16:32.608 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
16:16:33.590 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
16:16:33.591 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:16:33.591 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
16:16:33.631 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:16:33.917 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
16:16:33.917 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
16:16:33.918 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
16:16:33.918 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
16:16:35.072 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
16:16:35.077 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
16:16:35.077 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
16:16:35.078 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
16:16:35.078 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
16:16:35.078 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
16:16:35.078 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
16:16:35.078 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@21856edc
16:16:36.078 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
16:16:36.093 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
16:17:38.175 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:17:38.197 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
16:17:38.197 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
16:17:38.197 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
16:17:38.198 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:17:38.200 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....

784
logs/sys-info.log

@ -1,784 +0,0 @@
09:58:56.625 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
09:58:57.567 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
09:58:57.568 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:58:57.568 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
09:58:57.607 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:58:57.888 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
09:58:57.889 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
09:58:57.889 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
09:58:57.889 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
09:58:59.000 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:58:59.004 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:58:59.004 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:58:59.005 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:58:59.005 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:58:59.005 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:58:59.005 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:58:59.005 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1c8a0e4e
09:59:00.050 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
09:59:00.058 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:03:27.123 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:03:27.146 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:03:27.147 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:03:27.147 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:03:27.147 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:03:27.150 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:03:30.407 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:03:31.292 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:03:31.292 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:03:31.292 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:03:31.321 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:03:31.574 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:03:31.574 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:03:31.575 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:03:31.575 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:03:32.739 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:03:32.743 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:03:32.743 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:03:32.744 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:03:32.744 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:03:32.744 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:03:32.744 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:03:32.744 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2fccfcbd
10:03:33.745 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
10:03:33.753 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:04:57.457 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:05:03.955 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
10:14:26.170 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:14:26.194 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:14:26.194 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:14:26.195 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:14:26.195 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:14:26.196 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:14:27.899 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:14:28.783 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:14:28.783 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:14:28.783 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:14:28.812 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:14:29.074 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:14:29.075 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:14:29.076 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:14:29.076 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:14:30.139 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:14:30.143 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:14:30.143 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:14:30.143 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:14:30.144 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:14:30.144 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:14:30.144 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:14:30.144 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@228d22a9
10:14:31.080 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
10:14:31.089 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:14:56.848 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:53:56.269 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:53:56.294 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:53:56.294 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:53:56.294 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:53:56.295 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:53:56.296 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:53:58.310 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:53:59.197 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:53:59.198 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:53:59.198 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:53:59.226 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:53:59.489 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:53:59.489 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:53:59.489 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:53:59.490 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:53:59.538 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:53:59.543 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
10:55:02.321 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:55:03.203 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:55:03.203 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:55:03.203 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:55:03.232 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:55:03.490 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:55:03.491 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:55:03.491 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:55:03.491 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:55:03.539 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:55:03.544 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
10:58:46.467 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
10:58:47.356 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
10:58:47.356 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:58:47.356 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
10:58:47.386 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:58:47.650 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
10:58:47.651 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
10:58:47.651 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
10:58:47.651 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
10:58:47.697 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
10:58:47.703 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:02:47.213 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:02:48.128 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:02:48.129 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:02:48.129 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:02:48.159 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:02:48.428 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:02:48.429 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:02:48.429 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:02:48.429 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:02:48.474 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:02:48.479 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:04:18.878 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:04:19.909 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:04:19.909 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:04:19.909 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:04:19.938 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:04:20.186 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:04:20.187 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:04:20.188 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:04:20.188 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:04:20.337 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:04:20.343 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:05:35.064 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:05:35.947 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:05:35.947 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:05:35.947 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:05:35.975 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:05:36.241 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:05:36.241 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:05:36.241 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:05:36.241 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:05:36.385 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:05:36.390 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:13:27.166 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:13:28.108 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:13:28.108 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:13:28.109 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:13:28.145 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:13:28.419 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:13:28.420 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:13:28.420 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:13:28.420 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:13:28.565 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:13:28.570 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:14:16.003 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:14:16.902 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:14:16.903 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:14:16.903 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:14:16.932 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:14:17.194 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:14:17.194 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:14:17.195 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:14:17.195 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:14:18.293 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:14:18.297 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:14:18.298 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:14:18.298 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:14:18.298 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:14:18.298 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:14:18.298 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:14:18.298 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6f27db75
11:14:19.409 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:14:19.416 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:15:02.187 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:02.208 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:15:02.208 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:02.208 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:15:02.208 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:02.210 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:15:02.757 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:15:02.758 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:15:02.758 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:15:02.766 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:15:02.913 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
11:15:02.913 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:15:02.913 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:15:02.914 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:15:03.661 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:15:03.662 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:15:03.662 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:15:03.662 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:15:03.662 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:15:03.662 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:15:03.662 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:15:03.662 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@46283372
11:15:04.447 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:15:04.451 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:15:05.857 [Thread-8] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:05.879 [Thread-8] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:15:05.879 [Thread-8] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:05.879 [Thread-8] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:15:05.879 [Thread-8] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:05.880 [Thread-8] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:15:06.364 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:15:06.364 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:15:06.364 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:15:06.371 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:15:06.448 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-3,dcdata} inited
11:15:06.448 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:15:06.448 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:15:06.448 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:15:07.086 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:15:07.086 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:15:07.086 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:15:07.086 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:15:07.087 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:15:07.087 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:15:07.087 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:15:07.087 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2b5dc792
11:15:07.944 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:15:07.949 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:15:10.394 [Thread-12] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:10.404 [Thread-12] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:15:10.404 [Thread-12] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:10.404 [Thread-12] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:15:10.404 [Thread-12] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:10.406 [Thread-12] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:15:10.862 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:15:10.863 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:15:10.863 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:15:10.870 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:15:10.946 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-4,dcdata} inited
11:15:10.946 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:15:10.946 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:15:10.946 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:15:11.521 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:15:11.522 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:15:11.522 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:15:11.522 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:15:11.522 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:15:11.522 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:15:11.522 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:15:11.522 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@56910b57
11:15:12.236 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:15:12.239 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:15:13.490 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:13.497 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:15:13.497 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:15:13.497 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:15:13.497 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:13.498 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:15:15.683 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:15:16.579 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:15:16.579 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:15:16.580 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:15:16.610 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:15:16.872 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:15:16.873 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:15:16.873 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:15:16.873 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:15:17.949 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:15:17.954 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:15:17.954 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:15:17.954 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:15:17.954 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:15:17.955 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:15:17.955 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:15:17.955 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@73d77d0c
11:15:18.904 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:15:18.912 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:15:45.640 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:22:39.719 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:22:39.768 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
11:22:39.768 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
11:22:39.768 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
11:22:39.768 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:22:39.771 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:22:40.709 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:22:40.709 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:22:40.709 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:22:40.718 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:22:40.839 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
11:22:40.840 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:22:40.840 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:22:40.840 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:22:41.018 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:22:41.021 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:22:43.834 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:22:43.834 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:22:43.834 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:22:43.841 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:22:43.925 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-3,dcdata} inited
11:22:43.925 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:22:43.925 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:22:43.925 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:22:44.062 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:22:44.064 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:22:46.502 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:22:47.410 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:22:47.410 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:22:47.410 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:22:47.441 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:22:47.703 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:22:47.704 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:22:47.704 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:22:47.704 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:22:47.963 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:22:47.971 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:23:47.027 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:23:47.939 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:23:47.939 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:23:47.939 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:23:47.969 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:23:48.229 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:23:48.230 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:23:48.230 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:23:48.230 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:23:48.511 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
11:23:48.517 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:27:52.504 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
11:27:53.407 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
11:27:53.407 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:27:53.407 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
11:27:53.437 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:27:53.699 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
11:27:53.700 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
11:27:53.700 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
11:27:53.700 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
11:27:54.783 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:27:54.787 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:27:54.787 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:27:54.788 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
11:27:54.788 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
11:27:54.788 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
11:27:54.788 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:27:54.788 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@156cc9b5
11:27:55.743 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
11:27:55.754 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
11:28:05.897 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:02:00.913 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:02:00.942 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:02:00.943 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:02:00.943 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:02:00.943 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:02:00.945 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:02:01.813 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:02:01.813 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:02:01.814 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:02:01.822 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:02:01.948 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
12:02:01.949 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:02:01.949 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:02:01.950 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:02:01.984 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:02:01.993 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:06:01.774 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:06:01.774 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:06:01.774 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:06:01.783 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:06:01.886 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-3,dcdata} inited
12:06:01.887 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:06:01.887 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:06:01.887 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:06:02.786 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:06:02.787 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:06:02.787 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:06:02.787 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:06:02.787 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:06:02.788 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:06:02.788 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:06:02.788 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@f6d725f
12:06:03.801 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
12:06:03.805 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:07:01.837 [Thread-8] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:07:01.844 [Thread-8] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
12:07:01.844 [Thread-8] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
12:07:01.844 [Thread-8] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
12:07:01.844 [Thread-8] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:07:01.846 [Thread-8] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:07:02.315 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:07:02.315 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:07:02.315 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:07:02.327 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:07:02.408 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-4,dcdata} inited
12:07:02.408 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:07:02.408 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:07:02.408 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:07:02.430 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:07:02.431 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:07:04.207 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:07:04.207 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:07:04.207 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:07:04.214 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:07:04.290 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-5,dcdata} inited
12:07:04.291 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:07:04.291 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:07:04.291 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:07:04.319 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:07:04.320 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:07:25.696 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:07:25.696 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:07:25.696 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:07:25.706 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:07:25.795 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-6,dcdata} inited
12:07:25.795 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:07:25.795 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:07:25.795 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:07:25.817 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:07:25.818 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:07:27.568 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:07:27.568 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:07:27.568 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:07:27.576 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:07:27.658 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-7,dcdata} inited
12:07:27.658 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:07:27.658 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:07:27.658 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:07:27.678 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:07:27.679 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:12:52.160 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:12:52.160 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:12:52.160 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:12:52.168 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:12:52.248 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-8,dcdata} inited
12:12:52.248 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:12:52.248 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:12:52.248 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:12:52.276 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:12:52.276 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:12:54.054 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:12:54.054 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:12:54.054 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:12:54.062 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:12:54.150 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-9,dcdata} inited
12:12:54.150 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:12:54.150 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:12:54.151 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:12:54.176 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:12:54.177 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:13:16.490 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:13:16.490 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:13:16.490 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:13:16.497 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:13:16.579 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-10,dcdata} inited
12:13:16.580 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:13:16.580 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:13:16.580 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:13:16.603 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:13:16.604 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:13:32.904 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
12:13:32.904 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:13:32.904 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
12:13:32.911 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:13:32.997 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-11,dcdata} inited
12:13:32.997 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
12:13:32.998 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
12:13:32.998 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
12:13:33.685 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:13:33.686 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:13:33.686 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:13:33.686 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
12:13:33.686 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
12:13:33.686 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
12:13:33.686 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:13:33.686 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7f8f2c86
12:13:34.599 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
12:13:34.611 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
12:15:07.988 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:29:42.368 [Thread-15] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:29:42.378 [Thread-15] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:29:42.378 [Thread-15] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:29:42.379 [Thread-15] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:29:42.379 [Thread-15] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:29:42.381 [Thread-15] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:29:43.238 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
13:29:43.238 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:29:43.238 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:29:43.245 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:29:43.328 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-12,dcdata} inited
13:29:43.328 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:29:43.328 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
13:29:43.328 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
13:29:45.215 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:29:45.215 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:29:45.215 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:29:45.216 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:29:45.216 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:29:45.216 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:29:45.216 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:29:45.216 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@deb54e3
13:29:46.731 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
13:29:46.735 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:30:08.120 [Thread-40] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:30:08.142 [Thread-40] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:30:08.143 [Thread-40] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:30:08.143 [Thread-40] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:30:08.143 [Thread-40] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:30:08.144 [Thread-40] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:30:08.955 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
13:30:08.955 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:30:08.955 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:30:08.962 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:30:09.083 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-13,dcdata} inited
13:30:09.083 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:30:09.084 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
13:30:09.084 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
13:30:09.947 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:30:09.948 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:30:09.948 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:30:09.948 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:30:09.948 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:30:09.948 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:30:09.948 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:30:09.948 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6ee90756
13:30:10.748 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
13:30:10.752 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:30:11.125 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:30:11.132 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
13:30:11.132 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
13:30:11.132 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
13:30:11.132 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:30:11.133 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:30:14.971 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
13:30:15.850 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
13:30:15.850 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:30:15.850 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
13:30:15.879 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:30:16.140 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
13:30:16.140 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
13:30:16.141 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
13:30:16.141 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
13:30:17.466 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:30:17.470 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:30:17.471 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:30:17.471 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
13:30:17.471 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:30:17.471 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
13:30:17.471 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:30:17.471 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@68f7ce80
13:30:18.485 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
13:30:18.493 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
13:32:27.437 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:09:15.603 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:09:15.624 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:09:15.624 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:09:15.624 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:09:15.624 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:09:15.626 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:09:22.605 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:09:23.537 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:09:23.538 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:09:23.538 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:09:23.570 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:09:23.832 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
14:09:23.833 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:09:23.833 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
14:09:23.833 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
14:09:24.999 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:09:25.004 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:09:25.004 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:09:25.004 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:09:25.005 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:09:25.005 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:09:25.005 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:09:25.005 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1447f9e
14:09:26.035 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
14:09:26.043 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:09:30.317 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:27:28.143 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:27:28.174 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:27:28.175 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:27:28.175 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:27:28.175 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:27:28.177 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:27:30.158 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
14:27:31.074 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:27:31.075 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:27:31.075 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:27:31.104 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:27:31.357 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
14:27:31.357 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:27:31.358 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
14:27:31.358 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
14:27:32.445 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:27:32.450 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:27:32.450 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:27:32.450 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:27:32.450 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:27:32.450 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:27:32.450 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:27:32.451 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3d83013e
14:27:33.459 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
14:27:33.467 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:27:39.995 [http-nio-9000-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:49:40.501 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:49:40.528 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:49:40.528 [Thread-5] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:49:40.528 [Thread-5] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:49:40.528 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:49:40.530 [Thread-5] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:49:42.043 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
14:49:42.043 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:49:42.043 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:49:42.053 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:49:42.186 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2,dcdata} inited
14:49:42.193 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:49:42.194 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
14:49:42.194 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
14:49:42.245 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
14:49:42.248 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
14:51:28.222 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:51:28.222 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
14:51:28.230 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:51:28.381 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-3,dcdata} inited
14:51:28.381 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
14:51:28.383 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
14:51:28.383 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
14:51:29.595 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
14:51:29.595 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:51:29.596 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
14:51:29.596 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
14:51:29.596 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:51:29.596 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
14:51:29.596 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
14:51:29.596 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@13c875e0
14:51:30.740 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
14:59:28.550 [Thread-8] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:59:28.565 [Thread-8] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
14:59:28.566 [Thread-8] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
14:59:28.566 [Thread-8] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
14:59:28.566 [Thread-8] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:59:28.568 [Thread-8] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:26:08.569 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.3.Final
15:26:09.476 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9000"]
15:26:09.476 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:26:09.476 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.63]
15:26:09.505 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:26:09.768 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,dcdata} inited
15:26:09.769 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [sharding] success
15:26:09.769 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,144] - dynamic-datasource - add a datasource named [dcdata] success
15:26:09.769 [restartedMain] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,235] - dynamic-datasource initial loaded [2] datasource,primary datasource named [dcdata]
15:26:11.160 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
15:26:11.165 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
15:26:11.165 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
15:26:11.165 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
15:26:11.165 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
15:26:11.165 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
15:26:11.166 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
15:26:11.166 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@33651e85
15:26:12.146 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9000"]
15:26:12.153 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
15:26:17.283 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:26:17.301 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
15:26:17.302 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
15:26:17.302 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
15:26:17.302 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:26:17.305 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....

6
logs/sys-user.2023-03-08.log

@ -1,6 +0,0 @@
11:24:10.928 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
11:32:13.637 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:50:37.906 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:53:15.683 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:57:17.086 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.80]内网IP[admin][Success][登录成功]
13:21:36.069 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

4
logs/sys-user.2023-03-09.log

@ -1,4 +0,0 @@
08:41:19.006 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
13:07:27.222 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Error][验证码已失效]
13:07:32.302 [schedule-pool-2] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
16:50:23.469 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

8
logs/sys-user.2023-07-06.log

@ -1,8 +0,0 @@
08:56:24.549 [schedule-pool-1] INFO sys-user - [run,56] - [192.168.0.90]内网IP[admin][Success][登录成功]
11:03:00.526 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:03:06.965 [Thread-9] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:03:11.770 [Thread-13] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:07:19.499 [Thread-17] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:44:32.446 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:05:53.871 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:05:53.931 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

18
logs/sys-user.2023-07-19.log

@ -1,18 +0,0 @@
13:05:25.526 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:09:21.616 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:10:54.543 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:27:04.438 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:48:51.767 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Error][验证码错误]
13:48:54.866 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
13:49:16.231 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:50:13.238 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:51:29.333 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:01:13.869 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:04:32.894 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:04:46.013 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:05:07.539 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:05:56.973 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:09:07.602 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:10:46.506 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:12:49.372 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:53:01.614 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

10
logs/sys-user.2023-07-20.log

@ -1,10 +0,0 @@
10:06:32.541 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:42:57.635 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:45:00.101 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:47:16.361 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:52:26.510 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:32:30.388 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
15:34:44.133 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:28:39.118 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:52:51.353 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
17:39:56.501 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

3
logs/sys-user.2023-07-21.log

@ -1,3 +0,0 @@
09:44:40.713 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:56:11.452 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:08:05.666 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

17
logs/sys-user.2023-07-24.log

@ -1,17 +0,0 @@
07:38:05.554 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
07:40:22.633 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
07:47:27.403 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
07:49:45.157 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
07:50:32.821 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
08:43:19.080 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
08:45:29.626 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
08:47:02.317 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
08:48:51.493 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
08:54:29.889 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:29:16.988 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:52:33.784 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:23:01.626 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Error][验证码错误]
13:23:06.103 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:17:20.085 [schedule-pool-2] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]
15:53:44.326 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
15:54:03.693 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

3
logs/sys-user.2023-07-25.log

@ -1,3 +0,0 @@
08:11:05.691 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
10:42:40.764 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:56:33.656 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

26
logs/sys-user.2023-07-27.log

@ -1,26 +0,0 @@
10:54:20.580 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:55:10.371 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:35:52.740 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:43:53.797 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
11:45:17.168 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:45:36.711 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
11:46:38.016 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:48:04.284 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:51:43.692 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:53:51.987 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:55:23.803 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:01:10.409 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:01:36.458 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:08:14.171 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:16:02.948 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:26:07.036 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:27:47.038 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:28:35.995 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]
14:28:52.459 [schedule-pool-2] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
14:47:07.220 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:03:02.635 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:31:46.280 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
15:31:57.862 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:03:19.283 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
17:23:43.048 [restartedMain] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
17:25:38.357 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

17
logs/sys-user.2023-07-28.log

@ -1,17 +0,0 @@
09:23:44.778 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:23:48.694 [Thread-19] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:24:46.092 [Thread-24] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:26:53.877 [Thread-29] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:27:03.229 [Thread-34] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:27:09.348 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:46:59.151 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:50:06.478 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:00:17.197 [Thread-11] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:08:57.692 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:43:24.392 [Thread-12] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:09:02.594 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:17:48.654 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:22:31.302 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:24:27.141 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:25:02.144 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
11:28:05.709 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]

1
logs/sys-user.2023-07-29.log

@ -1 +0,0 @@
13:43:21.476 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

10
logs/sys-user.2023-07-31.log

@ -1,10 +0,0 @@
09:25:06.247 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
09:43:57.917 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:45:50.765 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
09:46:15.383 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
09:53:27.586 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Logout][退出成功]
09:53:35.971 [schedule-pool-2] INFO sys-user - [run,56] - [127.0.0.1]内网IP[ry][Success][登录成功]
10:04:38.086 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:28:15.312 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
10:29:22.345 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
16:17:38.198 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====

19
logs/sys-user.log

@ -1,19 +0,0 @@
10:03:27.147 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:05:03.955 [schedule-pool-1] INFO sys-user - [run,56] - [127.0.0.1]内网IP[admin][Success][登录成功]
10:14:26.195 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
10:53:56.295 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:02.208 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:05.879 [Thread-8] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:10.404 [Thread-12] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:15:13.497 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
11:22:39.768 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:02:00.943 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
12:07:01.844 [Thread-8] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:29:42.379 [Thread-15] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:30:08.143 [Thread-40] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
13:30:11.132 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:09:15.624 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:27:28.175 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:49:40.528 [Thread-5] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
14:59:28.566 [Thread-8] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
15:26:17.302 [SpringApplicationShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
Loading…
Cancel
Save