jeecgboot-2021-12-13.0.log 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. 2021-12-13 11:53:35.220 [background-preinit] WARN o.s.h.converter.json.Jackson2ObjectMapperBuilder:127 - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
  2. 2021-12-13 11:53:35.298 [main] INFO org.jeecg.JeecgSystemApplication:50 - Starting JeecgSystemApplication v2.4.2 on DESKTOP-4V3SAD1 with PID 18360 (D:\porject\GEKE_SERVICE\jeecg-boot-module-system\target\jeecg-boot-module-system-2.4.2.jar started by LZP in D:\porject\GEKE_SERVICE\jeecg-boot-module-system\target)
  3. 2021-12-13 11:53:35.299 [main] INFO org.jeecg.JeecgSystemApplication:679 - The following profiles are active: dev
  4. 2021-12-13 11:53:38.112 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
  5. 2021-12-13 11:53:38.116 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  6. 2021-12-13 11:53:38.247 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 108ms. Found 0 repository interfaces.
  7. 2021-12-13 11:53:38.895 [main] INFO o.j.minidao.auto.MinidaoAutoConfiguration:25 - ******************* init miniDao config [ begin ] ***********************
  8. 2021-12-13 11:53:38.896 [main] INFO o.j.minidao.auto.MinidaoAutoConfiguration:27 - ------ minidao.base-package ------- org.jeecg.modules.jmreport.desreport.*
  9. 2021-12-13 11:53:38.898 [main] INFO o.j.minidao.auto.MinidaoAutoConfiguration:28 - ------ minidao.db-type ------------ mysql
  10. 2021-12-13 11:53:38.902 [main] INFO o.j.minidao.auto.MinidaoAutoConfiguration:39 - ------ minidao Set Interceptor -------
  11. 2021-12-13 11:53:38.903 [main] INFO o.j.minidao.auto.MinidaoAutoConfiguration:50 - ******************* init miniDao config [ end ] ***********************
  12. 2021-12-13 11:53:38.981 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }
  13. 2021-12-13 11:53:38.982 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }
  14. 2021-12-13 11:53:38.986 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }
  15. 2021-12-13 11:53:38.986 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }
  16. 2021-12-13 11:53:38.987 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }
  17. 2021-12-13 11:53:38.987 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }
  18. 2021-12-13 11:53:38.988 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }
  19. 2021-12-13 11:53:38.990 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }
  20. 2021-12-13 11:53:38.990 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }
  21. 2021-12-13 11:53:38.991 [main] INFO o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }
  22. 2021-12-13 11:53:39.556 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  23. 2021-12-13 11:53:39.561 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ad319542] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  24. 2021-12-13 11:53:39.592 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$$EnhancerBySpringCGLIB$$d305554c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  25. 2021-12-13 11:53:39.652 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'basicDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.BasicDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  26. 2021-12-13 11:53:39.658 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jndiDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.JndiDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  27. 2021-12-13 11:53:39.664 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'druidDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.DruidDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  28. 2021-12-13 11:53:39.666 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'hikariDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.HikariDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  29. 2021-12-13 11:53:39.668 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.DataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  30. 2021-12-13 11:53:39.671 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDataSourceProvider' of type [com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  31. 2021-12-13 11:53:40.172 [main] INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1,master} inited
  32. 2021-12-13 11:53:40.174 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:132 - dynamic-datasource - load a datasource named [master] success
  33. 2021-12-13 11:53:40.175 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:237 - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
  34. 2021-12-13 11:53:40.176 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dataSource' of type [com.baomidou.dynamic.datasource.DynamicRoutingDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  35. 2021-12-13 11:53:40.182 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' of type [org.springframework.boot.autoconfigure.jdbc.JdbcProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  36. 2021-12-13 11:53:40.184 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration$$EnhancerBySpringCGLIB$$5c2e52de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  37. 2021-12-13 11:53:40.209 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jdbcTemplate' of type [org.springframework.jdbc.core.JdbcTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. 2021-12-13 11:53:40.214 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$NamedParameterJdbcTemplateConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$NamedParameterJdbcTemplateConfiguration$$EnhancerBySpringCGLIB$$4e0f4a0e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  39. 2021-12-13 11:53:40.225 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'namedParameterJdbcTemplate' of type [org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  40. 2021-12-13 11:53:40.232 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  41. 2021-12-13 11:53:40.239 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  42. 2021-12-13 11:53:40.241 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  43. 2021-12-13 11:53:40.243 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  44. 2021-12-13 11:53:40.246 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  45. 2021-12-13 11:53:40.247 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  46. 2021-12-13 11:53:40.250 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  47. 2021-12-13 11:53:40.252 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  48. 2021-12-13 11:53:40.255 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  49. 2021-12-13 11:53:40.257 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  50. 2021-12-13 11:53:40.260 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  51. 2021-12-13 11:53:40.261 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  52. 2021-12-13 11:53:40.264 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  53. 2021-12-13 11:53:40.266 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  54. 2021-12-13 11:53:40.269 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  55. 2021-12-13 11:53:40.271 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  56. 2021-12-13 11:53:40.276 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  57. 2021-12-13 11:53:40.277 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  58. 2021-12-13 11:53:40.281 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '(inner bean)#54709809' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  59. 2021-12-13 11:53:40.283 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  60. 2021-12-13 11:53:40.300 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  61. 2021-12-13 11:53:40.307 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$58bce2bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  62. 2021-12-13 11:53:40.595 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  63. 2021-12-13 11:53:40.769 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  64. 2021-12-13 11:53:40.771 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a2df6c6a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  65. 2021-12-13 11:53:40.869 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  66. 2021-12-13 11:53:41.681 [main] INFO org.jeecg.config.shiro.ShiroConfig:212 - ===============(1)创建缓存管理器RedisCacheManager
  67. 2021-12-13 11:53:41.686 [main] INFO org.jeecg.config.shiro.ShiroConfig:230 - ===============(2)创建RedisManager,连接Redis..
  68. 2021-12-13 11:53:41.691 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  69. 2021-12-13 11:53:41.695 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  70. 2021-12-13 11:53:41.758 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  71. 2021-12-13 11:53:41.856 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$43a32471] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  72. 2021-12-13 11:53:42.036 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  73. 2021-12-13 11:53:42.055 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.redis.RedisConfig$$EnhancerBySpringCGLIB$$19c85b7e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  74. 2021-12-13 11:53:42.108 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$56bc0221] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  75. 2021-12-13 11:53:42.113 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean '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)
  76. 2021-12-13 11:53:42.770 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8101 (http)
  77. 2021-12-13 11:53:42.794 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8101"]
  78. 2021-12-13 11:53:42.806 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  79. 2021-12-13 11:53:42.807 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.19]
  80. 2021-12-13 11:53:43.002 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  81. 2021-12-13 11:53:43.003 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 7636 ms
  82. 2021-12-13 11:53:44.315 [main] INFO o.j.boot.starter.redis.config.RedisConfiguration:45 - --- redis config init ---
  83. 2021-12-13 11:53:44.370 [main] INFO org.jeecg.config.redis.RedisConfig:66 - --- redis config init ---
  84. 2021-12-13 11:53:50.270 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  85. 2021-12-13 11:53:50.277 [main] INFO org.quartz.simpl.SimpleThreadPool:268 - Job execution threads will use class loader of thread: main
  86. 2021-12-13 11:53:50.296 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  87. 2021-12-13 11:53:50.297 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
  88. 2021-12-13 11:53:50.302 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  89. 2021-12-13 11:53:50.306 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  90. 2021-12-13 11:53:50.308 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'MyScheduler' with instanceId 'DESKTOP-4V3SAD11639367630276'
  91. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  92. NOT STARTED.
  93. Currently in standby mode.
  94. Number of jobs executed: 0
  95. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  96. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  97. 2021-12-13 11:53:50.308 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.
  98. 2021-12-13 11:53:50.309 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
  99. 2021-12-13 11:53:50.309 [main] INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7de843ef
  100. 2021-12-13 11:53:52.532 [main] INFO o.j.m.jmreport.config.JimuReportConfiguration:53 - --- Init JimuReport Config ---
  101. 2021-12-13 11:53:53.618 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
  102. 2021-12-13 11:53:53.829 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  103. 2021-12-13 11:53:53.911 [main] INFO o.j.modules.jmreport.config.JmReportExecutorConfig:21 - ---创建线程池---
  104. 2021-12-13 11:53:53.917 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService
  105. 2021-12-13 11:53:53.919 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'jmReportTaskExecutor'
  106. 2021-12-13 11:53:55.245 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  107. 2021-12-13 11:53:55.272 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  108. 2021-12-13 11:53:55.342 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  109. 2021-12-13 11:53:55.637 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  110. 2021-12-13 11:53:55.640 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  111. 2021-12-13 11:53:55.645 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  112. 2021-12-13 11:53:55.648 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  113. 2021-12-13 11:53:55.670 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  114. 2021-12-13 11:53:55.717 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  115. 2021-12-13 11:53:55.721 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  116. 2021-12-13 11:53:55.726 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  117. 2021-12-13 11:53:55.730 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  118. 2021-12-13 11:53:55.732 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  119. 2021-12-13 11:53:55.742 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  120. 2021-12-13 11:53:55.771 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_3
  121. 2021-12-13 11:53:55.774 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_3
  122. 2021-12-13 11:53:55.777 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_3
  123. 2021-12-13 11:53:55.780 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_3
  124. 2021-12-13 11:53:55.782 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_3
  125. 2021-12-13 11:53:55.792 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
  126. 2021-12-13 11:53:55.802 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_4
  127. 2021-12-13 11:53:55.806 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_4
  128. 2021-12-13 11:53:55.809 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_4
  129. 2021-12-13 11:53:55.813 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_4
  130. 2021-12-13 11:53:55.815 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_4
  131. 2021-12-13 11:53:55.823 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
  132. 2021-12-13 11:53:55.836 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_5
  133. 2021-12-13 11:53:55.841 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_5
  134. 2021-12-13 11:53:55.844 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_5
  135. 2021-12-13 11:53:55.847 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_5
  136. 2021-12-13 11:53:55.849 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_5
  137. 2021-12-13 11:53:55.856 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_4
  138. 2021-12-13 11:53:55.865 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_6
  139. 2021-12-13 11:53:55.868 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_6
  140. 2021-12-13 11:53:55.870 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_6
  141. 2021-12-13 11:53:55.872 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_6
  142. 2021-12-13 11:53:55.874 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_6
  143. 2021-12-13 11:53:55.882 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_5
  144. 2021-12-13 11:53:55.889 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_7
  145. 2021-12-13 11:53:55.891 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_7
  146. 2021-12-13 11:53:55.894 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_7
  147. 2021-12-13 11:53:55.897 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_7
  148. 2021-12-13 11:53:55.900 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_7
  149. 2021-12-13 11:53:55.905 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_6
  150. 2021-12-13 11:53:55.913 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_8
  151. 2021-12-13 11:53:55.915 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_8
  152. 2021-12-13 11:53:55.917 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_8
  153. 2021-12-13 11:53:55.919 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_8
  154. 2021-12-13 11:53:55.921 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_8
  155. 2021-12-13 11:53:55.927 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_7
  156. 2021-12-13 11:53:55.938 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_9
  157. 2021-12-13 11:53:55.940 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_9
  158. 2021-12-13 11:53:55.942 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_9
  159. 2021-12-13 11:53:55.944 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_9
  160. 2021-12-13 11:53:55.946 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_9
  161. 2021-12-13 11:53:55.953 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_8
  162. 2021-12-13 11:53:55.967 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_10
  163. 2021-12-13 11:53:55.969 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_10
  164. 2021-12-13 11:53:55.971 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_10
  165. 2021-12-13 11:53:55.973 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_10
  166. 2021-12-13 11:53:55.977 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_10
  167. 2021-12-13 11:53:55.987 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_9
  168. 2021-12-13 11:53:55.992 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_11
  169. 2021-12-13 11:53:55.994 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_11
  170. 2021-12-13 11:53:55.996 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_11
  171. 2021-12-13 11:53:55.998 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_11
  172. 2021-12-13 11:53:55.999 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_11
  173. 2021-12-13 11:53:56.004 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_10
  174. 2021-12-13 11:53:56.008 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_12
  175. 2021-12-13 11:53:56.011 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_12
  176. 2021-12-13 11:53:56.014 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_12
  177. 2021-12-13 11:53:56.016 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_12
  178. 2021-12-13 11:53:56.018 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_12
  179. 2021-12-13 11:53:56.025 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_11
  180. 2021-12-13 11:53:56.034 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_13
  181. 2021-12-13 11:53:56.037 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_13
  182. 2021-12-13 11:53:56.039 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_13
  183. 2021-12-13 11:53:56.041 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_13
  184. 2021-12-13 11:53:56.044 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_13
  185. 2021-12-13 11:53:56.052 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_12
  186. 2021-12-13 11:53:56.233 [redisContainer-1] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
  187. 2021-12-13 11:53:56.236 [redisContainer-1] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
  188. 2021-12-13 11:53:56.935 [redisContainer-1] ERROR o.s.d.redis.listener.RedisMessageListenerContainer:656 - SubscriptionTask aborted with exception:
  189. org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
  190. at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.getConnection(LettucePoolingConnectionProvider.java:86)
  191. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1104)
  192. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1084)
  193. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:866)
  194. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:341)
  195. at org.springframework.data.redis.listener.RedisMessageListenerContainer$SubscriptionTask.run(RedisMessageListenerContainer.java:738)
  196. at java.lang.Thread.run(Unknown Source)
  197. Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
  198. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
  199. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
  200. at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:235)
  201. at io.lettuce.core.RedisClient.connect(RedisClient.java:204)
  202. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:113)
  203. at java.util.Optional.orElseGet(Unknown Source)
  204. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:113)
  205. at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.lambda$null$0(LettucePoolingConnectionProvider.java:74)
  206. at io.lettuce.core.support.ConnectionPoolSupport$RedisPooledObjectFactory.create(ConnectionPoolSupport.java:209)
  207. at io.lettuce.core.support.ConnectionPoolSupport$RedisPooledObjectFactory.create(ConnectionPoolSupport.java:199)
  208. at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:58)
  209. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:889)
  210. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:424)
  211. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:349)
  212. at io.lettuce.core.support.ConnectionPoolSupport$1.borrowObject(ConnectionPoolSupport.java:122)
  213. at io.lettuce.core.support.ConnectionPoolSupport$1.borrowObject(ConnectionPoolSupport.java:117)
  214. at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.getConnection(LettucePoolingConnectionProvider.java:80)
  215. ... 6 common frames omitted
  216. Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
  217. at io.lettuce.core.ExceptionFactory.createExecutionException(ExceptionFactory.java:135)
  218. at io.lettuce.core.ExceptionFactory.createExecutionException(ExceptionFactory.java:108)
  219. at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
  220. at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
  221. at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:59)
  222. at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:646)
  223. at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:604)
  224. at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:556)
  225. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  226. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  227. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
  228. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  229. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  230. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  231. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  232. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  233. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:682)
  234. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:617)
  235. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:534)
  236. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  237. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:906)
  238. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  239. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  240. ... 1 common frames omitted
  241. 2021-12-13 11:54:01.072 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  242. 2021-12-13 11:54:01.386 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler MyScheduler_$_DESKTOP-4V3SAD11639367630276 started.
  243. 2021-12-13 11:54:01.407 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8101"]
  244. 2021-12-13 11:54:01.429 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8101 (http) with context path '/jeecg-boot'
  245. 2021-12-13 11:54:01.433 [main] INFO org.jeecg.JeecgSystemApplication:59 - Started JeecgSystemApplication in 27.297 seconds (JVM running for 28.281)
  246. 2021-12-13 11:54:01.464 [main] INFO org.jeecg.JeecgSystemApplication:37 -
  247. ----------------------------------------------------------
  248. Application Jeecg-Boot is running! Access URLs:
  249. Local: http://localhost:8101/jeecg-boot/
  250. External: http://10.0.0.94:8101/jeecg-boot/
  251. Swagger文档: http://10.0.0.94:8101/jeecg-boot/doc.html
  252. ----------------------------------------------------------
  253. 2021-12-13 14:36:12.508 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3644 - ClusterManager: detected 1 failed or restarted instances.
  254. 2021-12-13 14:36:12.520 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3503 - ClusterManager: Scanning for instance "DESKTOP-4V3SAD11639363829555"'s failed in-progress jobs.
  255. 2021-12-13 15:52:53.210 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3644 - ClusterManager: detected 1 failed or restarted instances.
  256. 2021-12-13 15:52:53.219 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3503 - ClusterManager: Scanning for instance "DESKTOP-4V3SAD11639377376780"'s failed in-progress jobs.
  257. 2021-12-13 15:56:33.235 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3644 - ClusterManager: detected 1 failed or restarted instances.
  258. 2021-12-13 15:56:33.236 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3503 - ClusterManager: Scanning for instance "DESKTOP-4V3SAD11639381977060"'s failed in-progress jobs.
  259. 2021-12-13 16:47:13.608 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3644 - ClusterManager: detected 1 failed or restarted instances.
  260. 2021-12-13 16:47:13.613 [QuartzScheduler_MyScheduler-DESKTOP-4V3SAD11639367630276_ClusterManager] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:3503 - ClusterManager: Scanning for instance "DESKTOP-4V3SAD11639382197950"'s failed in-progress jobs.