diff --git a/linkage-boot/linkage-module-demo/src/main/java/org/jeecg/modules/demo/virsualwsstatus/controller/TtVirsualWsStatusController.java b/linkage-boot/linkage-module-demo/src/main/java/org/jeecg/modules/demo/virsualwsstatus/controller/TtVirsualWsStatusController.java index f5bc938..49e38bf 100644 --- a/linkage-boot/linkage-module-demo/src/main/java/org/jeecg/modules/demo/virsualwsstatus/controller/TtVirsualWsStatusController.java +++ b/linkage-boot/linkage-module-demo/src/main/java/org/jeecg/modules/demo/virsualwsstatus/controller/TtVirsualWsStatusController.java @@ -152,6 +152,9 @@ public class TtVirsualWsStatusController extends JeecgControllerLineOfCaller + + + + + Logback Log Messages + + + + +
+

Log session start time Fri Feb 17 08:06:39 CST 2023

+ + + + + + + + + + + +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
+ + + + Logback Log Messages + + + + +
+

Log session start time Fri Feb 17 08:20:43 CST 2023

+ + + + + + + + + + + +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
+ + + + Logback Log Messages + + + + +
+

Log session start time Fri Feb 17 08:22:08 CST 2023

+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logs/jeecgboot-2023-02-16.0.html b/logs/jeecgboot-2023-02-16.0.html index 74e3bba..ed0904e 100644 --- a/logs/jeecgboot-2023-02-16.0.html +++ b/logs/jeecgboot-2023-02-16.0.html @@ -18322,3 +18322,86 @@ TD.Exception { background: #A2AEE8; font-family: courier, monospace;} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
ERROR2023-02-17 08:24:02,499Unparseable date: "08:00"handleExceptionJeecgBootExceptionHandler.java79
java.text.ParseException: Unparseable date: "08:00" +
    at java.text.DateFormat.parse(DateFormat.java:366) +
    at org.jeecg.modules.demo.virsualwsstatus.controller.TtVirsualWsStatusController.queryList2(TtVirsualWsStatusController.java:153) +
    at org.jeecg.modules.demo.virsualwsstatus.controller.TtVirsualWsStatusController$$FastClassBySpringCGLIB$$210ee052.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.demo.virsualwsstatus.controller.TtVirsualWsStatusController$$EnhancerBySpringCGLIB$$1064ad89.queryList2(<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.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:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:670) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    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.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    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 com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    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.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    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.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    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:177) +
    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:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    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) +
QuartzScheduler.java 547
INFO2023-02-16 19:11:55,095Scheduler MyScheduler_$_DESKTOP-J3KC78R1676545783098 paused.standbyQuartzScheduler.java585
INFO2023-02-16 19:11:55,269Shutting down Quartz SchedulerdestroySchedulerFactoryBean.java847
INFO2023-02-16 19:11:55,270Scheduler MyScheduler_$_DESKTOP-J3KC78R1676545783098 shutting down.shutdownQuartzScheduler.java666
INFO2023-02-16 19:11:55,270Scheduler MyScheduler_$_DESKTOP-J3KC78R1676545783098 paused.standbyQuartzScheduler.java585
INFO2023-02-16 19:11:55,271Scheduler MyScheduler_$_DESKTOP-J3KC78R1676545783098 shutdown complete.shutdownQuartzScheduler.java740
INFO2023-02-16 19:11:55,279dynamic-datasource start closing ....destroyDynamicRoutingDataSource.java217
INFO2023-02-16 19:11:55,281{dataSource-1} closing ...closeDruidDataSource.java2029
INFO2023-02-16 19:11:55,288{dataSource-1} closedcloseDruidDataSource.java2101
INFO2023-02-16 19:11:55,288dynamic-datasource all closed success,byedestroyDynamicRoutingDataSource.java221
+ \ No newline at end of file diff --git a/logs/jeecgboot-2023-02-17.0.html b/logs/jeecgboot-2023-02-17.0.html new file mode 100644 index 0000000..cf14a28 --- /dev/null +++ b/logs/jeecgboot-2023-02-17.0.html @@ -0,0 +1,3371 @@ + + + + Logback Log Messages + + + + +
+

Log session start time Fri Feb 17 08:06:39 CST 2023

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
INFO2023-02-17 08:06:40,138HV000001: Hibernate Validator 6.2.5.Final<clinit>Version.java21
INFO2023-02-17 08:06:40,230Starting LinkageSystemApplication using Java 1.8.0_281 on DESKTOP-J3KC78R with PID 16392 (E:\TTXH-MES\linkage-boot\linkage-module-system\linkage-system-start\target\classes started by admin.xi in E:\TTXH-MES\linkage-boot)logStartingStartupInfoLogger.java55
INFO2023-02-17 08:06:40,233The following 1 profile is active: "dev"logStartupProfileInfoSpringApplication.java651
INFO2023-02-17 08:07:03,059Multiple Spring Data modules found, entering strict repository configuration modemultipleStoresDetectedRepositoryConfigurationDelegate.java262
INFO2023-02-17 08:07:03,076Bootstrapping Spring Data Redis repositories in DEFAULT mode.registerRepositoriesInRepositoryConfigurationDelegate.java132
INFO2023-02-17 08:07:03,971Finished Spring Data repository scanning in 786 ms. Found 0 Redis repository interfaces.registerRepositoriesInRepositoryConfigurationDelegate.java201
INFO2023-02-17 08:07:05,102 ******************* init miniDao config [ begin ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java23
INFO2023-02-17 08:07:05,103 ------ minidao.base-package ------- org.jeecg.modules.jmreport.*miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java25
INFO2023-02-17 08:07:05,104 ******************* init miniDao config [ end ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java42
INFO2023-02-17 08:07:05,474register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,476register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,476register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,476register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,477register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,477register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,477register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,477register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,477register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:05,478register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:07:06,523Bean '(inner bean)#5b5b53c6#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,531Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,532Bean '(inner bean)#5b5b53c6#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,534Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,535Bean '(inner bean)#5b5b53c6#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,536Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,537Bean '(inner bean)#5b5b53c6#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,538Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,539Bean '(inner bean)#5b5b53c6#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,540Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,540Bean '(inner bean)#5b5b53c6#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,541Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,542Bean '(inner bean)#5b5b53c6#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,543Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,543Bean '(inner bean)#5b5b53c6#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,544Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,545Bean '(inner bean)#5b5b53c6#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,546Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,546Bean '(inner bean)#5b5b53c6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,547Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,573Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,576Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,864Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,865Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,868Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,911Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,956Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,959Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:06,964Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:07,134Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:07,139Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:07,140Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$450/322981749] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:07,604Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:08,384Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:08,390Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:08,392Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$494975b5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:09,415Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:09,421Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$539b9e8d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:09,458Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:09,620Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:09,987===============(1)创建缓存管理器RedisCacheManagerredisCacheManagerShiroConfig.java227
INFO2023-02-17 08:07:10,011===============(2)创建RedisManager,连接Redis..redisManagerShiroConfig.java245
INFO2023-02-17 08:07:10,091Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:10,113Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:10,187Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:10,228Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$fd260b6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:10,231Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:07:13,004Tomcat initialized with port(s): 8091 (http)initializeTomcatWebServer.java108
INFO2023-02-17 08:07:13,005Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].logDirectJDKLog.java173
INFO2023-02-17 08:07:13,006APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].logDirectJDKLog.java173
INFO2023-02-17 08:07:13,006APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]logDirectJDKLog.java173
INFO2023-02-17 08:07:13,255OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]logDirectJDKLog.java173
INFO2023-02-17 08:07:13,297Initializing ProtocolHandler ["http-nio-8091"]logDirectJDKLog.java173
INFO2023-02-17 08:07:13,299Starting service [Tomcat]logDirectJDKLog.java173
INFO2023-02-17 08:07:13,299Starting Servlet engine: [Apache Tomcat/9.0.69]logDirectJDKLog.java173
INFO2023-02-17 08:07:13,723Initializing Spring embedded WebApplicationContextlogDirectJDKLog.java173
INFO2023-02-17 08:07:13,723Root WebApplicationContext: initialization completed in 33029 msprepareWebApplicationContextServletWebServerApplicationContext.java290
INFO2023-02-17 08:07:14,464 Init JimuReport Config [ Token Interceptor & Resource Locations ] afterPropertiesSetJimuReportConfiguration.java99
INFO2023-02-17 08:07:17,378{dataSource-1,master} initedinitDruidDataSource.java994
INFO2023-02-17 08:07:17,380dynamic-datasource - load a datasource named [master] successaddDataSourceDynamicRoutingDataSource.java132
INFO2023-02-17 08:07:17,381dynamic-datasource initial loaded [1] datasource,primary datasource named [master]afterPropertiesSetDynamicRoutingDataSource.java237
INFO2023-02-17 08:07:21,699 --- redis config init --- redisTemplateRedisConfig.java56
INFO2023-02-17 08:07:24,039Using default implementation for ThreadExecutorinstantiateStdSchedulerFactory.java1220
INFO2023-02-17 08:07:24,045Job execution threads will use class loader of thread: maininitializeSimpleThreadPool.java268
INFO2023-02-17 08:07:24,063Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl<init>SchedulerSignalerImpl.java61
INFO2023-02-17 08:07:24,064Quartz Scheduler v.2.3.2 created.<init>QuartzScheduler.java229
INFO2023-02-17 08:07:24,070Using db table-based data access locking (synchronization).initializeJobStoreSupport.java672
INFO2023-02-17 08:07:24,074JobStoreCMT initialized.initializeJobStoreCMT.java145
INFO2023-02-17 08:07:24,075Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-J3KC78R1676592444044' + 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. +initializeQuartzScheduler.java294
INFO2023-02-17 08:07:24,076Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.instantiateStdSchedulerFactory.java1374
INFO2023-02-17 08:07:24,076Quartz scheduler version: 2.3.2instantiateStdSchedulerFactory.java1378
INFO2023-02-17 08:07:24,076JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@329b4b8bsetJobFactoryQuartzScheduler.java2293
INFO2023-02-17 08:07:26,015 Init JimuReport Config [ 线程池 ] afterPropertiesSetJmReportExecutorConfig.java42
INFO2023-02-17 08:07:29,741Exposing 2 endpoint(s) beneath base path '/actuator'<init>EndpointLinksResolver.java58
INFO2023-02-17 08:07:30,060 Init CodeGenerate Config [ Get Db Config From application.yml ] initCodeGenerateDbConfigCodeGenerateDbConfig.java46
INFO2023-02-17 08:07:32,369Starting ProtocolHandler ["http-nio-8091"]logDirectJDKLog.java173
INFO2023-02-17 08:07:32,441Tomcat started on port(s): 8091 (http) with context path '/linkage-boot'startTomcatWebServer.java220
INFO2023-02-17 08:07:36,353Will start Quartz Scheduler [MyScheduler] in 1 secondsstartSchedulerSchedulerFactoryBean.java734
INFO2023-02-17 08:07:36,369Started LinkageSystemApplication in 59.519 seconds (JVM running for 67.159)logStartedStartupInfoLogger.java61
INFO2023-02-17 08:07:36,377 Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] onApplicationEventCodeTemplateInitListener.java30
INFO2023-02-17 08:07:36,534Initializing Spring DispatcherServlet 'dispatcherServlet'logDirectJDKLog.java173
INFO2023-02-17 08:07:36,545Initializing Servlet 'dispatcherServlet'initServletBeanFrameworkServlet.java525
INFO2023-02-17 08:07:36,548Completed initialization in 3 msinitServletBeanFrameworkServlet.java547
INFO2023-02-17 08:07:37,369Starting Quartz Scheduler now, after delay of 1 secondsrunSchedulerFactoryBean.java750
INFO2023-02-17 08:07:37,853 +---------------------------------------------------------- + Application Linkage-Boot is running! Access URLs: + Local: http://localhost:8091/linkage-boot/ + External: http://192.168.0.142:8091/linkage-boot/ + Swagger文档: http://192.168.0.142:8091/linkage-boot/doc.html +----------------------------------------------------------mainLinkageSystemApplication.java35
INFO2023-02-17 08:07:38,082Scheduler MyScheduler_$_DESKTOP-J3KC78R1676592444044 started.startQuartzScheduler.java547
INFO2023-02-17 08:19:18,586————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:20:35,385Scheduler MyScheduler_$_DESKTOP-J3KC78R1676592444044 paused.standbyQuartzScheduler.java585
INFO2023-02-17 08:20:35,542Shutting down Quartz SchedulerdestroySchedulerFactoryBean.java847
INFO2023-02-17 08:20:35,542Scheduler MyScheduler_$_DESKTOP-J3KC78R1676592444044 shutting down.shutdownQuartzScheduler.java666
INFO2023-02-17 08:20:35,543Scheduler MyScheduler_$_DESKTOP-J3KC78R1676592444044 paused.standbyQuartzScheduler.java585
INFO2023-02-17 08:20:35,544Scheduler MyScheduler_$_DESKTOP-J3KC78R1676592444044 shutdown complete.shutdownQuartzScheduler.java740
INFO2023-02-17 08:20:35,551dynamic-datasource start closing ....destroyDynamicRoutingDataSource.java217
INFO2023-02-17 08:20:35,564{dataSource-1} closing ...closeDruidDataSource.java2029
INFO2023-02-17 08:20:35,572{dataSource-1} closedcloseDruidDataSource.java2101
INFO2023-02-17 08:20:35,572dynamic-datasource all closed success,byedestroyDynamicRoutingDataSource.java221
+ + + + Logback Log Messages + + + + +
+

Log session start time Fri Feb 17 08:20:43 CST 2023

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
INFO2023-02-17 08:20:43,798HV000001: Hibernate Validator 6.2.5.Final<clinit>Version.java21
INFO2023-02-17 08:20:43,827Starting LinkageSystemApplication using Java 1.8.0_281 on DESKTOP-J3KC78R with PID 19224 (E:\TTXH-MES\linkage-boot\linkage-module-system\linkage-system-start\target\classes started by admin.xi in E:\TTXH-MES\linkage-boot)logStartingStartupInfoLogger.java55
INFO2023-02-17 08:20:43,828The following 1 profile is active: "dev"logStartupProfileInfoSpringApplication.java651
INFO2023-02-17 08:20:47,692Multiple Spring Data modules found, entering strict repository configuration modemultipleStoresDetectedRepositoryConfigurationDelegate.java262
INFO2023-02-17 08:20:47,697Bootstrapping Spring Data Redis repositories in DEFAULT mode.registerRepositoriesInRepositoryConfigurationDelegate.java132
INFO2023-02-17 08:20:48,126Finished Spring Data repository scanning in 403 ms. Found 0 Redis repository interfaces.registerRepositoriesInRepositoryConfigurationDelegate.java201
INFO2023-02-17 08:20:48,339 ******************* init miniDao config [ begin ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java23
INFO2023-02-17 08:20:48,340 ------ minidao.base-package ------- org.jeecg.modules.jmreport.*miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java25
INFO2023-02-17 08:20:48,341 ******************* init miniDao config [ end ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java42
INFO2023-02-17 08:20:48,622register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,623register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,623register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,624register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,624register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,624register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,624register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,625register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,625register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:48,625register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:20:49,093Bean '(inner bean)#304744a1#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,100Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,101Bean '(inner bean)#304744a1#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,102Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,103Bean '(inner bean)#304744a1#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,104Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,105Bean '(inner bean)#304744a1#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,105Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,106Bean '(inner bean)#304744a1#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,107Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,108Bean '(inner bean)#304744a1#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,108Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,109Bean '(inner bean)#304744a1#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,110Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,111Bean '(inner bean)#304744a1#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,112Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,113Bean '(inner bean)#304744a1#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,114Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,114Bean '(inner bean)#304744a1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,115Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,141Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,144Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,176Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,177Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,182Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,186Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,189Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,191Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,192Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,234Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,240Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,242Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$450/1956303740] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,429Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,544Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,550Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,552Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6ec3a44d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,925Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,930Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7915cd25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:49,940Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,005Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,299===============(1)创建缓存管理器RedisCacheManagerredisCacheManagerShiroConfig.java227
INFO2023-02-17 08:20:50,302===============(2)创建RedisManager,连接Redis..redisManagerShiroConfig.java245
INFO2023-02-17 08:20:50,308Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,318Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,354Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,388Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$22a03a04] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,392Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:20:50,894Tomcat initialized with port(s): 8091 (http)initializeTomcatWebServer.java108
INFO2023-02-17 08:20:50,895Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].logDirectJDKLog.java173
INFO2023-02-17 08:20:50,895APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].logDirectJDKLog.java173
INFO2023-02-17 08:20:50,895APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]logDirectJDKLog.java173
INFO2023-02-17 08:20:50,899OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]logDirectJDKLog.java173
INFO2023-02-17 08:20:50,917Initializing ProtocolHandler ["http-nio-8091"]logDirectJDKLog.java173
INFO2023-02-17 08:20:50,918Starting service [Tomcat]logDirectJDKLog.java173
INFO2023-02-17 08:20:50,919Starting Servlet engine: [Apache Tomcat/9.0.69]logDirectJDKLog.java173
INFO2023-02-17 08:20:51,236Initializing Spring embedded WebApplicationContextlogDirectJDKLog.java173
INFO2023-02-17 08:20:51,236Root WebApplicationContext: initialization completed in 7326 msprepareWebApplicationContextServletWebServerApplicationContext.java290
INFO2023-02-17 08:20:51,443 Init JimuReport Config [ Token Interceptor & Resource Locations ] afterPropertiesSetJimuReportConfiguration.java99
INFO2023-02-17 08:20:52,640{dataSource-1,master} initedinitDruidDataSource.java994
INFO2023-02-17 08:20:52,642dynamic-datasource - load a datasource named [master] successaddDataSourceDynamicRoutingDataSource.java132
INFO2023-02-17 08:20:52,642dynamic-datasource initial loaded [1] datasource,primary datasource named [master]afterPropertiesSetDynamicRoutingDataSource.java237
INFO2023-02-17 08:20:56,599 --- redis config init --- redisTemplateRedisConfig.java56
INFO2023-02-17 08:20:57,996Using default implementation for ThreadExecutorinstantiateStdSchedulerFactory.java1220
INFO2023-02-17 08:20:57,999Job execution threads will use class loader of thread: maininitializeSimpleThreadPool.java268
INFO2023-02-17 08:20:58,068Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl<init>SchedulerSignalerImpl.java61
INFO2023-02-17 08:20:58,069Quartz Scheduler v.2.3.2 created.<init>QuartzScheduler.java229
INFO2023-02-17 08:20:58,075Using db table-based data access locking (synchronization).initializeJobStoreSupport.java672
INFO2023-02-17 08:20:58,078JobStoreCMT initialized.initializeJobStoreCMT.java145
INFO2023-02-17 08:20:58,080Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-J3KC78R1676593257998' + 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. +initializeQuartzScheduler.java294
INFO2023-02-17 08:20:58,080Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.instantiateStdSchedulerFactory.java1374
INFO2023-02-17 08:20:58,080Quartz scheduler version: 2.3.2instantiateStdSchedulerFactory.java1378
INFO2023-02-17 08:20:58,081JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@461c0572setJobFactoryQuartzScheduler.java2293
INFO2023-02-17 08:21:00,217 Init JimuReport Config [ 线程池 ] afterPropertiesSetJmReportExecutorConfig.java42
INFO2023-02-17 08:21:03,306Exposing 2 endpoint(s) beneath base path '/actuator'<init>EndpointLinksResolver.java58
INFO2023-02-17 08:21:03,453 Init CodeGenerate Config [ Get Db Config From application.yml ] initCodeGenerateDbConfigCodeGenerateDbConfig.java46
INFO2023-02-17 08:21:04,702Starting ProtocolHandler ["http-nio-8091"]logDirectJDKLog.java173
INFO2023-02-17 08:21:04,734Tomcat started on port(s): 8091 (http) with context path '/linkage-boot'startTomcatWebServer.java220
INFO2023-02-17 08:21:07,525Will start Quartz Scheduler [MyScheduler] in 1 secondsstartSchedulerSchedulerFactoryBean.java734
INFO2023-02-17 08:21:07,543Started LinkageSystemApplication in 24.813 seconds (JVM running for 26.229)logStartedStartupInfoLogger.java61
INFO2023-02-17 08:21:07,554 Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] onApplicationEventCodeTemplateInitListener.java30
INFO2023-02-17 08:21:07,691 +---------------------------------------------------------- + Application Linkage-Boot is running! Access URLs: + Local: http://localhost:8091/linkage-boot/ + External: http://192.168.0.142:8091/linkage-boot/ + Swagger文档: http://192.168.0.142:8091/linkage-boot/doc.html +----------------------------------------------------------mainLinkageSystemApplication.java35
INFO2023-02-17 08:21:08,307Initializing Spring DispatcherServlet 'dispatcherServlet'logDirectJDKLog.java173
INFO2023-02-17 08:21:08,308Initializing Servlet 'dispatcherServlet'initServletBeanFrameworkServlet.java525
INFO2023-02-17 08:21:08,313Completed initialization in 4 msinitServletBeanFrameworkServlet.java547
INFO2023-02-17 08:21:08,541Starting Quartz Scheduler now, after delay of 1 secondsrunSchedulerFactoryBean.java750
INFO2023-02-17 08:21:08,861Scheduler MyScheduler_$_DESKTOP-J3KC78R1676593257998 started.startQuartzScheduler.java547
INFO2023-02-17 08:22:02,428Scheduler MyScheduler_$_DESKTOP-J3KC78R1676593257998 paused.standbyQuartzScheduler.java585
INFO2023-02-17 08:22:02,603Shutting down Quartz SchedulerdestroySchedulerFactoryBean.java847
INFO2023-02-17 08:22:02,603Scheduler MyScheduler_$_DESKTOP-J3KC78R1676593257998 shutting down.shutdownQuartzScheduler.java666
INFO2023-02-17 08:22:02,603Scheduler MyScheduler_$_DESKTOP-J3KC78R1676593257998 paused.standbyQuartzScheduler.java585
INFO2023-02-17 08:22:02,604Scheduler MyScheduler_$_DESKTOP-J3KC78R1676593257998 shutdown complete.shutdownQuartzScheduler.java740
INFO2023-02-17 08:22:02,613dynamic-datasource start closing ....destroyDynamicRoutingDataSource.java217
INFO2023-02-17 08:22:02,615{dataSource-1} closing ...closeDruidDataSource.java2029
INFO2023-02-17 08:22:02,624{dataSource-1} closedcloseDruidDataSource.java2101
INFO2023-02-17 08:22:02,625dynamic-datasource all closed success,byedestroyDynamicRoutingDataSource.java221
+ + + + Logback Log Messages + + + + +
+

Log session start time Fri Feb 17 08:22:08 CST 2023

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file
LevelDateMessageMethodOfCallerFileOfCallerLineOfCaller
INFO2023-02-17 08:22:08,356HV000001: Hibernate Validator 6.2.5.Final<clinit>Version.java21
INFO2023-02-17 08:22:08,390Starting LinkageSystemApplication using Java 1.8.0_281 on DESKTOP-J3KC78R with PID 16796 (E:\TTXH-MES\linkage-boot\linkage-module-system\linkage-system-start\target\classes started by admin.xi in E:\TTXH-MES\linkage-boot)logStartingStartupInfoLogger.java55
INFO2023-02-17 08:22:08,391The following 1 profile is active: "dev"logStartupProfileInfoSpringApplication.java651
INFO2023-02-17 08:22:12,524Multiple Spring Data modules found, entering strict repository configuration modemultipleStoresDetectedRepositoryConfigurationDelegate.java262
INFO2023-02-17 08:22:12,531Bootstrapping Spring Data Redis repositories in DEFAULT mode.registerRepositoriesInRepositoryConfigurationDelegate.java132
INFO2023-02-17 08:22:13,044Finished Spring Data repository scanning in 476 ms. Found 0 Redis repository interfaces.registerRepositoriesInRepositoryConfigurationDelegate.java201
INFO2023-02-17 08:22:13,271 ******************* init miniDao config [ begin ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java23
INFO2023-02-17 08:22:13,271 ------ minidao.base-package ------- org.jeecg.modules.jmreport.*miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java25
INFO2023-02-17 08:22:13,272 ******************* init miniDao config [ end ] *********************** miniDaoBeanScannerConfigurerMinidaoAutoConfiguration.java42
INFO2023-02-17 08:22:13,578register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,579register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,579register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,580register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,580register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,580register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,580register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,581register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,581register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:13,582register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }doScanMiniDaoClassPathMapperScanner.java48
INFO2023-02-17 08:22:14,077Bean '(inner bean)#5996d6f2#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,085Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,086Bean '(inner bean)#5996d6f2#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,088Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,088Bean '(inner bean)#5996d6f2#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,090Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,091Bean '(inner bean)#5996d6f2#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,092Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,092Bean '(inner bean)#5996d6f2#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,093Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,094Bean '(inner bean)#5996d6f2#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,095Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,096Bean '(inner bean)#5996d6f2#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,098Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,098Bean '(inner bean)#5996d6f2#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,099Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,100Bean '(inner bean)#5996d6f2#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,101Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,102Bean '(inner bean)#5996d6f2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,102Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,145Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,149Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,180Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,181Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,184Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,189Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,191Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,193Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,194Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,233Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,237Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,238Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$450/1146848727] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,403Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,521Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,527Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,529Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$69e818f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,905Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,912Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$10f0aa67] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,922Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:14,986Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:15,279===============(1)创建缓存管理器RedisCacheManagerredisCacheManagerShiroConfig.java227
INFO2023-02-17 08:22:15,283===============(2)创建RedisManager,连接Redis..redisManagerShiroConfig.java245
INFO2023-02-17 08:22:15,290Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:15,301Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:15,338Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:15,372Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$ba7b1746] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:15,376Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)postProcessAfterInitializationPostProcessorRegistrationDelegate.java376
INFO2023-02-17 08:22:15,904Tomcat initialized with port(s): 8091 (http)initializeTomcatWebServer.java108
INFO2023-02-17 08:22:15,905Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].logDirectJDKLog.java173
INFO2023-02-17 08:22:15,905APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].logDirectJDKLog.java173
INFO2023-02-17 08:22:15,905APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]logDirectJDKLog.java173
INFO2023-02-17 08:22:15,910OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]logDirectJDKLog.java173
INFO2023-02-17 08:22:15,930Initializing ProtocolHandler ["http-nio-8091"]logDirectJDKLog.java173
INFO2023-02-17 08:22:15,930Starting service [Tomcat]logDirectJDKLog.java173
INFO2023-02-17 08:22:15,930Starting Servlet engine: [Apache Tomcat/9.0.69]logDirectJDKLog.java173
INFO2023-02-17 08:22:16,275Initializing Spring embedded WebApplicationContextlogDirectJDKLog.java173
INFO2023-02-17 08:22:16,276Root WebApplicationContext: initialization completed in 7798 msprepareWebApplicationContextServletWebServerApplicationContext.java290
INFO2023-02-17 08:22:16,473 Init JimuReport Config [ Token Interceptor & Resource Locations ] afterPropertiesSetJimuReportConfiguration.java99
INFO2023-02-17 08:22:17,534{dataSource-1,master} initedinitDruidDataSource.java994
INFO2023-02-17 08:22:17,536dynamic-datasource - load a datasource named [master] successaddDataSourceDynamicRoutingDataSource.java132
INFO2023-02-17 08:22:17,537dynamic-datasource initial loaded [1] datasource,primary datasource named [master]afterPropertiesSetDynamicRoutingDataSource.java237
INFO2023-02-17 08:22:21,495 --- redis config init --- redisTemplateRedisConfig.java56
INFO2023-02-17 08:22:22,869Using default implementation for ThreadExecutorinstantiateStdSchedulerFactory.java1220
INFO2023-02-17 08:22:22,872Job execution threads will use class loader of thread: maininitializeSimpleThreadPool.java268
INFO2023-02-17 08:22:22,889Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl<init>SchedulerSignalerImpl.java61
INFO2023-02-17 08:22:22,890Quartz Scheduler v.2.3.2 created.<init>QuartzScheduler.java229
INFO2023-02-17 08:22:22,895Using db table-based data access locking (synchronization).initializeJobStoreSupport.java672
INFO2023-02-17 08:22:22,899JobStoreCMT initialized.initializeJobStoreCMT.java145
INFO2023-02-17 08:22:22,900Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-J3KC78R1676593342871' + 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. +initializeQuartzScheduler.java294
INFO2023-02-17 08:22:22,901Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.instantiateStdSchedulerFactory.java1374
INFO2023-02-17 08:22:22,901Quartz scheduler version: 2.3.2instantiateStdSchedulerFactory.java1378
INFO2023-02-17 08:22:22,902JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@70c6c6a7setJobFactoryQuartzScheduler.java2293
INFO2023-02-17 08:22:24,646 Init JimuReport Config [ 线程池 ] afterPropertiesSetJmReportExecutorConfig.java42
INFO2023-02-17 08:22:27,792Exposing 2 endpoint(s) beneath base path '/actuator'<init>EndpointLinksResolver.java58
INFO2023-02-17 08:22:27,944 Init CodeGenerate Config [ Get Db Config From application.yml ] initCodeGenerateDbConfigCodeGenerateDbConfig.java46
INFO2023-02-17 08:22:29,180Starting ProtocolHandler ["http-nio-8091"]logDirectJDKLog.java173
INFO2023-02-17 08:22:29,210Tomcat started on port(s): 8091 (http) with context path '/linkage-boot'startTomcatWebServer.java220
INFO2023-02-17 08:22:31,907Will start Quartz Scheduler [MyScheduler] in 1 secondsstartSchedulerSchedulerFactoryBean.java734
INFO2023-02-17 08:22:31,925Started LinkageSystemApplication in 24.685 seconds (JVM running for 26.016)logStartedStartupInfoLogger.java61
INFO2023-02-17 08:22:31,934 Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] onApplicationEventCodeTemplateInitListener.java30
INFO2023-02-17 08:22:32,067 +---------------------------------------------------------- + Application Linkage-Boot is running! Access URLs: + Local: http://localhost:8091/linkage-boot/ + External: http://192.168.0.142:8091/linkage-boot/ + Swagger文档: http://192.168.0.142:8091/linkage-boot/doc.html +----------------------------------------------------------mainLinkageSystemApplication.java35
INFO2023-02-17 08:22:32,402Initializing Spring DispatcherServlet 'dispatcherServlet'logDirectJDKLog.java173
INFO2023-02-17 08:22:32,402Initializing Servlet 'dispatcherServlet'initServletBeanFrameworkServlet.java525
INFO2023-02-17 08:22:32,407Completed initialization in 3 msinitServletBeanFrameworkServlet.java547
INFO2023-02-17 08:22:32,915Starting Quartz Scheduler now, after delay of 1 secondsrunSchedulerFactoryBean.java750
INFO2023-02-17 08:22:33,241Scheduler MyScheduler_$_DESKTOP-J3KC78R1676593342871 started.startQuartzScheduler.java547
INFO2023-02-17 08:22:53,027————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:03,970————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:05,941————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:15,645————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:25,134————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:27,374获取验证码,Redis key = 74fc30a7a349dd18c3641736dc940456,checkCode = SKmfrandomImageLoginController.java518
INFO2023-02-17 08:23:32,003————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:38,941redis remove key:sys:cache:encrypt:user::adminremoveJeecgRedisCacheWriter.java113
INFO2023-02-17 08:23:50,949————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:57,433————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:23:59,646————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
INFO2023-02-17 08:24:00,056————————身份认证失败——————————IP地址: 192.168.0.142,URL:/linkage-boot/errordoGetAuthenticationInfoShiroRealm.java97
ERROR2023-02-17 08:24:02,499Unparseable date: "08:00"handleExceptionJeecgBootExceptionHandler.java79
java.text.ParseException: Unparseable date: "08:00" +
    at java.text.DateFormat.parse(DateFormat.java:366) +
    at org.jeecg.modules.demo.virsualwsstatus.controller.TtVirsualWsStatusController.queryList2(TtVirsualWsStatusController.java:153) +
    at org.jeecg.modules.demo.virsualwsstatus.controller.TtVirsualWsStatusController$$FastClassBySpringCGLIB$$210ee052.invoke(<generated>) +
    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) +
    at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:62) +
    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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) +
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) +
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) +
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) +
    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) +
    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) +
    at org.jeecg.modules.demo.virsualwsstatus.controller.TtVirsualWsStatusController$$EnhancerBySpringCGLIB$$1064ad89.queryList2(<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.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:1071) +
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964) +
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) +
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:670) +
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) +
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) +
    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.CorsFilter.doFilterInternal(CorsFilter.java:91) +
    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 com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124) +
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) +
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) +
    at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) +
    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.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) +
    at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) +
    at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) +
    at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) +
    at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) +
    at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) +
    at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) +
    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.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) +
    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:177) +
    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:891) +
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) +
    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) +