sys-console.log 6.1 KB

1234567891011121314151617181920212223242526272829
  1. 2025-05-16 10:37:31 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.2.Final
  2. 2025-05-16 10:37:31 [main] INFO org.ruoyi.RuoYiAIApplication - Starting RuoYiAIApplication using Java 17.0.12 with PID 101576 (D:\2025\java\ruoyi-ai\ruoyi-admin\target\classes started by 86176 in D:\2025\java\ruoyi-ai\ruoyi-admin)
  3. 2025-05-16 10:37:31 [main] INFO org.ruoyi.RuoYiAIApplication - The following 1 profile is active: "dev"
  4. 2025-05-16 10:37:34 [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'lock4j-com.baomidou.lock.spring.boot.autoconfigure.Lock4jProperties' of type [com.baomidou.lock.spring.boot.autoconfigure.Lock4jProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
  5. 2025-05-16 10:37:34 [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.baomidou.lock.spring.boot.autoconfigure.LockAutoConfiguration' of type [com.baomidou.lock.spring.boot.autoconfigure.LockAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
  6. 2025-05-16 10:37:34 [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'lockKeyBuilder' of type [com.baomidou.lock.DefaultLockKeyBuilder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
  7. 2025-05-16 10:37:34 [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'lockFailureStrategy' of type [com.baomidou.lock.DefaultLockFailureStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
  8. 2025-05-16 10:37:34 [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'lockInterceptor' of type [com.baomidou.lock.aop.LockInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
  9. 2025-05-16 10:37:34 [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'lockAnnotationAdvisor' of type [com.baomidou.lock.aop.LockAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
  10. 2025-05-16 10:37:34 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  11. 2025-05-16 10:37:35 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
  12. 2025-05-16 10:37:35 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting...
  13. 2025-05-16 10:37:41 [main] INFO com.zaxxer.hikari.pool.HikariPool - master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7c3bac88
  14. 2025-05-16 10:37:41 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed.
  15. 2025-05-16 10:37:41 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
  16. 2025-05-16 10:37:41 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
  17. 2025-05-16 10:37:42 [main] INFO o.r.common.json.config.JacksonConfig - 初始化 jackson 配置
  18. 2025-05-16 10:37:42 [main] INFO o.r.common.redis.config.RedisConfig - 初始化 redis 配置
  19. 2025-05-16 10:37:42 [main] INFO org.redisson.Version - Redisson 3.20.1
  20. 2025-05-16 10:37:43 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 59.110.174.106/59.110.174.106:6379
  21. 2025-05-16 10:37:43 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 59.110.174.106/59.110.174.106:6379
  22. 2025-05-16 10:37:44 [main] INFO o.r.common.json.config.JacksonConfig - 初始化 jackson 配置
  23. 2025-05-16 10:37:47 [main] INFO io.undertow - starting server: Undertow - 2.3.18.Final
  24. 2025-05-16 10:37:47 [main] INFO org.xnio - XNIO version 3.8.16.Final
  25. 2025-05-16 10:37:47 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.16.Final
  26. 2025-05-16 10:37:47 [main] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
  27. 2025-05-16 10:37:47 [main] INFO org.ruoyi.RuoYiAIApplication - Started RuoYiAIApplication in 16.342 seconds (process running for 16.901)
  28. 2025-05-16 10:37:47 [main] INFO o.r.c.c.l.WebSocketTopicListener - 初始化WebSocket主题订阅监听器成功
  29. 2025-05-16 10:37:47 [main] INFO o.r.s.runner.SystemApplicationRunner - 初始化OSS配置成功