:2025-07-18 13:48:44.365 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'AnsiColor.BRIGHT_YELLOW' in PropertySource 'ansi' with value of type String :2025-07-18 13:48:44.368 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'AnsiColor.DEFAULT' in PropertySource 'ansi' with value of type String :2025-07-18 13:48:44.376 DEBUG background-preinit o.j.logging: Logging Provider: org.jboss.logging.Slf4jLoggerProvider found via system property :2025-07-18 13:48:44.377 INFO background-preinit o.h.v.i.u.Version: HV000001: Hibernate Validator 8.0.2.Final :2025-07-18 13:48:44.381 DEBUG background-preinit o.h.v.i.x.c.ValidationXmlParser: Trying to load META-INF/validation.xml for XML based Validator configuration. :2025-07-18 13:48:44.382 DEBUG background-preinit o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via TCCL :2025-07-18 13:48:44.382 DEBUG background-preinit o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via Hibernate Validator's class loader :2025-07-18 13:48:44.383 DEBUG background-preinit o.h.v.i.x.c.ValidationXmlParser: No META-INF/validation.xml found. Using annotation based configuration only. :2025-07-18 13:48:44.385 DEBUG background-preinit o.h.v.i.e.r.TraversableResolvers: Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. :2025-07-18 13:48:44.403 DEBUG background-preinit o.h.v.m.ResourceBundleMessageInterpolator: Loaded expression factory via original TCCL :2025-07-18 13:48:44.468 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. :2025-07-18 13:48:44.472 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. :2025-07-18 13:48:44.472 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. :2025-07-18 13:48:44.472 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. :2025-07-18 13:48:44.472 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. :2025-07-18 13:48:44.472 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. :2025-07-18 13:48:44.473 INFO main c.p.p.d.q.PigQuartzApplication: Starting PigQuartzApplication using Java 21.0.6 with PID 28820 (D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes started by L in D:\develop\workCode\seo) :2025-07-18 13:48:44.473 DEBUG main c.p.p.d.q.PigQuartzApplication: Running with Spring Boot v3.5.3, Spring v6.2.8 :2025-07-18 13:48:44.474 INFO main c.p.p.d.q.PigQuartzApplication: No active profile set, falling back to 1 default profile: "default" :2025-07-18 13:48:44.474 DEBUG main o.s.b.SpringApplication: Loading source class com.pig4cloud.pig.daemon.quartz.PigQuartzApplication :2025-07-18 13:48:44.507 INFO main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] Load config[dataId=pig-quartz.yml, group=DEFAULT_GROUP] success :2025-07-18 13:48:44.507 DEBUG main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] config[dataId=pig-quartz.yml, group=DEFAULT_GROUP] content: spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver username: admin password: DdVpNpyhN7qnukEc url: jdbc:mysql://192.168.10.101:3306/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true :2025-07-18 13:48:44.507 INFO main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] Load config[dataId=application.yml, group=DEFAULT_GROUP] success :2025-07-18 13:48:44.508 DEBUG main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] config[dataId=application.yml, group=DEFAULT_GROUP] content: # 配置文件加密根密码 jasypt: encryptor: password: pig algorithm: PBEWithMD5AndDES iv-generator-classname: org.jasypt.iv.NoIvGenerator # Spring 相关 spring: cache: type: redis data: redis: host: 192.168.10.101 port: 6379 password: '123456' cloud: sentinel: eager: true transport: dashboard: pig-sentinel:5003 openfeign: sentinel: enabled: true okhttp: enabled: true httpclient: enabled: false compression: request: enabled: true response: enabled: true # 暴露监控端点 management: endpoints: web: exposure: include: "*" endpoint: health: show-details: ALWAYS # mybaits-plus配置 mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.xml global-config: banner: false db-config: id-type: auto table-underline: true logic-delete-value: 1 logic-not-delete-value: 0 type-handlers-package: com.pig4cloud.pig.common.mybatis.handler configuration: map-underscore-to-camel-case: true shrink-whitespaces-in-sql: true # 短信插件配置:https://www.yuque.com/vxixfq/pig/zw8udk sms: is-print: false # 是否打印日志 config-type: yaml # 配置类型,yaml # swagger 配置 swagger: enabled: true title: Pig Swagger API gateway: http://192.168.3.17:9999 token-url: ${swagger.gateway}/auth/oauth2/token scope: server services: pig-upms-biz: admin pig-codegen: gen :2025-07-18 13:48:44.509 DEBUG main o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext: Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a :2025-07-18 13:48:44.522 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:44.532 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' :2025-07-18 13:48:44.547 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Loading from YAML: class path resource [openapi-config.yaml] :2025-07-18 13:48:44.548 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Merging document (no matchers set): {swagger={enabled=true, title=Pig Swagger API, gateway=http://${GATEWAY-HOST:127.0.0.1}:${GATEWAY-PORT:9999}, token-url=${swagger.gateway}/auth/oauth2/token, scope=server}} :2025-07-18 13:48:44.549 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Loaded 1 document from YAML resource: class path resource [openapi-config.yaml] :2025-07-18 13:48:44.571 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\config\PigInitQuartzJob.class] :2025-07-18 13:48:44.582 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\config\PigQuartzConfig.class] :2025-07-18 13:48:44.583 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\config\PigQuartzCustomizerConfig.class] :2025-07-18 13:48:44.585 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\config\PigQuartzInvokeFactory.class] :2025-07-18 13:48:44.608 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\controller\SysJobController.class] :2025-07-18 13:48:44.608 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\controller\SysJobLogController.class] :2025-07-18 13:48:44.612 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\event\SysJobListener.class] :2025-07-18 13:48:44.614 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\event\SysJobLogListener.class] :2025-07-18 13:48:44.616 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\service\impl\SysJobLogServiceImpl.class] :2025-07-18 13:48:44.617 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\service\impl\SysJobServiceImpl.class] :2025-07-18 13:48:44.618 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\task\RestTaskDemo.class] :2025-07-18 13:48:44.619 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\task\SpringBeanTaskDemo.class] :2025-07-18 13:48:44.619 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\util\JarTaskInvok.class] :2025-07-18 13:48:44.620 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\util\JavaClassTaskInvok.class] :2025-07-18 13:48:44.620 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\util\RestTaskInvok.class] :2025-07-18 13:48:44.621 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\util\SpringBeanTaskInvok.class] :2025-07-18 13:48:44.621 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\util\TaskInvokUtil.class] :2025-07-18 13:48:44.622 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\util\TaskUtil.class] :2025-07-18 13:48:44.627 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Loading from YAML: class path resource [quartz-config.yml] :2025-07-18 13:48:44.630 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Merging document (no matchers set): {spring={quartz={properties={org={quartz={scheduler={instanceName=clusteredScheduler, instanceId=AUTO}, jobStore={class=org.springframework.scheduling.quartz.LocalDataSourceJobStore, driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate, tablePrefix=QRTZ_, isClustered=true, clusterCheckinInterval=30000, useProperties=false}, threadPool={class=org.quartz.simpl.SimpleThreadPool, threadCount=50, threadPriority=5, threadsInheritContextClassLoaderOfInitializingThread=true}}}}, job-store-type=jdbc, jdbc={initialize-schema=never}}}} :2025-07-18 13:48:44.630 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Loaded 1 document from YAML resource: class path resource [quartz-config.yml] :2025-07-18 13:48:45.162 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteClientDetailsService.class] :2025-07-18 13:48:45.162 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteDictService.class] :2025-07-18 13:48:45.162 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteLogService.class] :2025-07-18 13:48:45.162 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteParamService.class] :2025-07-18 13:48:45.162 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteTokenService.class] :2025-07-18 13:48:45.163 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteUserService.class] :2025-07-18 13:48:45.299 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' :2025-07-18 13:48:45.304 DEBUG main o.s.b.a.AutoConfigurationPackages: @EnableAutoConfiguration was declared on a class in the package 'com.pig4cloud.pig.daemon.quartz'. Automatic @Repository and @Entity scanning is enabled. :2025-07-18 13:48:45.305 DEBUG main c.b.m.a.MybatisPlusAutoConfiguration: Searching for mappers annotated with @Mapper :2025-07-18 13:48:45.305 DEBUG main c.b.m.a.MybatisPlusAutoConfiguration: Using auto-configuration base package 'com.pig4cloud.pig.daemon.quartz' :2025-07-18 13:48:45.565 INFO main o.s.d.r.c.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode :2025-07-18 13:48:45.566 INFO main o.s.d.r.c.RepositoryConfigurationDelegate: Bootstrapping Spring Data Redis repositories in DEFAULT mode. :2025-07-18 13:48:45.574 DEBUG main o.s.d.r.c.RepositoryConfigurationDelegate: Scanning for Redis repositories in packages com.pig4cloud.pig.daemon.quartz. :2025-07-18 13:48:45.586 INFO main o.s.d.r.c.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces. :2025-07-18 13:48:45.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScope' :2025-07-18 13:48:45.681 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springSecurityPathPatternParserBeanDefinitionRegistryPostProcessor' :2025-07-18 13:48:45.681 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springSecurityHandlerMappingIntrospectorBeanDefinitionRegistryPostProcessor' :2025-07-18 13:48:45.682 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer' :2025-07-18 13:48:45.682 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshScopeBeanDefinitionEnhancer' :2025-07-18 13:48:45.684 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:45.690 DEBUG main o.a.i.l.LogFactory: Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. :2025-07-18 13:48:45.692 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\mapper\SysJobLogMapper.class] :2025-07-18 13:48:45.693 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-quartz\target\classes\com\pig4cloud\pig\daemon\quartz\mapper\SysJobMapper.class] :2025-07-18 13:48:45.693 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'sysJobLogMapper' and 'com.pig4cloud.pig.daemon.quartz.mapper.SysJobLogMapper' mapperInterface :2025-07-18 13:48:45.695 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'sysJobMapper' and 'com.pig4cloud.pig.daemon.quartz.mapper.SysJobMapper' mapperInterface :2025-07-18 13:48:45.755 DEBUG main o.s.c.c.s.GenericScope: Generating bean factory id from names: [_prePostMethodSecurityConfiguration, additionalModelsConverter, applicationAvailability, applicationTaskExecutor, applicationTaskExecutorAsyncConfigurer, authenticationEventPublisher, authenticationManagerBuilder, authenticationManagerPostProcessor, authorizationProxyFactory, authorizationServerSettings, authorizeReturnObjectAdvisor, authorizeReturnObjectHintsRegistrar, authorizeReturnObjectMethodInterceptor, basicErrorController, beanNameHandlerMapping, beanNameViewResolver, beansEndpoint, blockExceptionHandler, blockingLoadBalancerClient, bootstrapExecutorAliasPostProcessor, cacheAutoConfigurationValidator, cacheInterceptor, cacheManager, cacheManagerCustomizers, cacheMetricsRegistrar, cacheOperationSource, cachesEndpoint, cachesEndpointWebExtension, cachingCapability, caffeineCacheMeterBinderProvider, caffeineLoadBalancerCacheManager, characterEncodingFilter, circuitBreakerRuleChangeListener, classLoaderMetrics, clientHttpConnector, clientHttpConnectorBuilder, clientHttpConnectorSettings, clientHttpRequestFactoryBuilder, clientHttpRequestFactorySettings, cn.hutool.extra.spring.SpringUtil, com.alibaba.cloud.circuitbreaker.sentinel.ReactiveSentinelCircuitBreakerAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.SentinelCircuitBreakerAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerListenerConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerNameResolverConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$ReactiveSentinelCustomizerConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$SentinelCustomizerConfiguration, com.alibaba.cloud.nacos.NacosConfigAutoConfiguration, com.alibaba.cloud.nacos.NacosConfigSpringCloudAutoConfiguration, com.alibaba.cloud.nacos.NacosServiceAutoConfiguration, com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration, com.alibaba.cloud.nacos.discovery.NacosDiscoveryClientConfiguration, com.alibaba.cloud.nacos.discovery.NacosDiscoveryHeartBeatConfiguration, com.alibaba.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration, com.alibaba.cloud.nacos.endpoint.NacosDiscoveryEndpointAutoConfiguration, com.alibaba.cloud.nacos.registry.NacosServiceRegistryAutoConfiguration, com.alibaba.cloud.nacos.util.UtilIPv6AutoConfiguration, com.alibaba.cloud.sentinel.SentinelWebAutoConfiguration, com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration, com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration, com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration$SentinelJsonConfiguration, com.alibaba.cloud.sentinel.endpoint.SentinelEndpointAutoConfiguration, com.alibaba.cloud.sentinel.feign.SentinelFeignAutoConfiguration, com.baomidou.mybatisplus.autoconfigure.DdlAutoConfiguration, com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration, com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$MapperScannerRegistrarNotFoundConfiguration, com.baomidou.mybatisplus.autoconfigure.MybatisPlusLanguageDriverAutoConfiguration, com.pig4cloud.pig.admin.api.feign.RemoteClientDetailsService, com.pig4cloud.pig.admin.api.feign.RemoteDictService, com.pig4cloud.pig.admin.api.feign.RemoteLogService, com.pig4cloud.pig.admin.api.feign.RemoteParamService, com.pig4cloud.pig.admin.api.feign.RemoteTokenService, com.pig4cloud.pig.admin.api.feign.RemoteUserService, com.pig4cloud.pig.common.core.config.JacksonConfiguration, com.pig4cloud.pig.common.core.config.RedisTemplateConfiguration, com.pig4cloud.pig.common.core.config.RestTemplateConfiguration, com.pig4cloud.pig.common.core.config.WebMvcConfiguration, com.pig4cloud.pig.common.core.util.SpringContextHolder, com.pig4cloud.pig.common.excel.ExcelAutoConfiguration, com.pig4cloud.pig.common.feign.PigFeignAutoConfiguration, com.pig4cloud.pig.common.feign.sentinel.SentinelAutoConfiguration, com.pig4cloud.pig.common.feign.sentinel.handle.GlobalBizExceptionHandler, com.pig4cloud.pig.common.log.LogAutoConfiguration, com.pig4cloud.pig.common.mybatis.MybatisAutoConfiguration, com.pig4cloud.pig.common.security.component.PigResourceServerAutoConfiguration, com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration, com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect, com.pig4cloud.pig.common.security.component.PigSecurityMessageSourceConfiguration, com.pig4cloud.pig.common.security.feign.PigFeignClientConfiguration, com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl, com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationConsentService, com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService, com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository, com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl, com.pig4cloud.plugin.excel.ExcelHandlerConfiguration, com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration, com.pig4cloud.plugin.excel.kit.SpringContextKit, com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration, com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration, com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration, com.ulisesbocchio.jasyptspringbootstarter.JasyptSpringBootAutoConfiguration, compositeCompatibilityVerifier, compositeDiscoveryClient, conditionsReportEndpoint, configDataContextRefresher, configPropsSingleton, configurationPropertiesBeans, configurationPropertiesRebinder, configurationPropertiesReportEndpoint, configurationPropertiesReportEndpointWebExtension, configureRulesCustomizer, controllerEndpointDiscoverer, controllerEndpointHandlerMapping, controllerExposeExcludePropertyEndpointFilter, conventionErrorViewResolver, conversionServicePostProcessor, customizer, data-redis.repository-aot-processor#0, dataRestDelegatingMethodParameterCustomizer, dataSource, dataSourceCustomizer, dataSourcePoolMetadataMeterBinder, dataSourceScriptDatabaseInitializer, dbHealthContributor, default.com.pig4cloud.pig.daemon.quartz.PigQuartzApplication.FeignClientSpecification, default.org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration.LoadBalancerClientSpecification, default.org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration.LoadBalancerClientSpecification, defaultMeterObservationHandler, defaultServletHandlerMapping, defaultValidator, defaultViewResolver, defaultsBindHandlerAdvisor, deferringLoadBalancerInterceptor, delegatingApplicationListener, demo, dictDataProvider, discoveryClientHealthIndicator, discoveryCompositeHealthContributor, diskSpaceHealthIndicator, diskSpaceMetrics, dispatcherServlet, dispatcherServletMappingDescriptionProvider, dispatcherServletRegistration, dumpEndpoint, dynamicNameAspect, eagerTaskExecutorMetrics, eagerlyInitializeJmxEndpointExporter, enableEncryptablePropertySourcesPostProcessor, enableGlobalAuthenticationAutowiredConfigurer, encryptablePropertySourceConverter, endpointCachingOperationInvokerAdvisor, endpointMediaTypes, endpointObjectMapper, endpointObjectMapperWebMvcConfigurer, endpointObjectNameFactory, endpointOperationParameterMapper, envCopy, environmentEndpoint, environmentEndpointWebExtension, environmentManager, error, errorAttributes, errorPageCustomizer, errorPageRegistrarBeanPostProcessor, excel-com.pig4cloud.plugin.excel.config.ExcelConfigProperties, featuresEndpoint, feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties, feignChildContextInitializer, feignClient, feignClientBeanFactoryInitializationCodeGenerator, feignClientCircuitNameResolver, feignContext, feignFeature, feignSentinelBuilder, feignTargeter, fileDescriptorMetrics, fileSupportConverter, fileWatcher, filterChainDecoratorPostProcessor, filterMappingDescriptionProvider, flashMapManager, formContentFilter, globalOpenApiCustomizer, handlerExceptionResolver, handlerFunctionAdapter, hashOperations, healthContributorRegistry, healthEndpoint, healthEndpointGroupMembershipValidator, healthEndpointGroups, healthEndpointGroupsBeanPostProcessor, healthEndpointWebExtension, healthEndpointWebMvcHandlerMapping, healthHttpCodeStatusMapper, healthStatusAggregator, hikariDataSourceMeterBinder, hikariPoolDataSourceMetadataProvider, httpClientConnectionPool, httpMessageConvertersRestClientCustomizer, httpRequestHandlerAdapter, i18nHeaderCellWriteHandler, inetIPv6Utils, inetUtils, inetUtilsProperties, infoEndpoint, initExtraSchemas, initializeAuthenticationProviderBeanManagerConfigurer, initializeUserDetailsBeanManagerConfigurer, jCacheCacheMeterBinderProvider, jCacheInterceptor, jCacheOperationSource, jacksonGeoModule, jacksonObjectMapper, jacksonObjectMapperBuilder, jarTaskInvok, javaClassTaskInvok, jdbcClient, jdbcConnectionDetails, jdbcConnectionDetailsHikariBeanPostProcessor, jdbcTemplate, jmxAccessPropertiesOperationFilter, jmxAnnotationEndpointDiscoverer, jmxIncludeExcludePropertyEndpointFilter, jmxMBeanExporter, jsonComponentModule, jsonMixinModule, jsonMixinModuleEntries, jvmCompilationMetrics, jvmGcMetrics, jvmHeapPressureMetrics, jvmInfoMetrics, jvmMemoryMetrics, jvmThreadMetrics, jwkSource, jwtDecoder, keyValueMappingContext, lazyEncryptablePropertyDetector, lazyEncryptablePropertyFilter, lazyEncryptablePropertyResolver, lazyJasyptStringEncryptor, lbRestClientPostProcessor, lbRestTemplateBuilderPostProcessor, lettuceClientResources, lettuceMetrics, lifecycleProcessor, listOperations, loadBalancedRestTemplateInitializerDeprecated, loadBalancerChildContextInitializer, loadBalancerClientFactory, loadBalancerClientsDefaultsMappingsProvider, loadBalancerEagerContextInitializer, loadBalancerInterceptor, loadBalancerRequestFactory, loadBalancerServiceInstanceCookieTransformer, localSpringDocParameterNameDiscoverer, localeCharsetMappingsCustomizer, localeResolver, logFileWebEndpoint, logbackMetrics, loggersEndpoint, loggingRebinder, management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties, management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties, management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties, management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties, management.endpoint.quartz-org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties, management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties, management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties, management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties, management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties, management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties, management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties, management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties, management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties, management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties, management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties, management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties, management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties, managementServletContext, manySheetWriteHandler, mappingJackson2HttpMessageConverter, mappingsEndpoint, mbeanExporter, mbeanServer, messageConverters, messageSource, meterRegistryCloser, meterRegistryPostProcessor, methodAuthorizationManagerPostProcessor, methodResultAuthorizationManagerPostProcessor, methodValidationPostProcessor, metricsEndpoint, metricsHttpClientUriTagFilter, metricsHttpServerUriTagFilter, metricsObservationHandlerGrouping, metricsRepositoryMethodInvocationListener, metricsRepositoryMethodInvocationListenerBeanPostProcessor, micrometerClock, micrometerOptions, modelConverterRegistrar, multipartConfigElement, multipartResolver, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcHandlerMappingIntrospectorRequestTransformer, mvcPathMatcher, mvcPatternParser, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties, mybatisPlusInterceptor, mybatisPlusMetaObjectHandler, mybatisPlusSpringApplicationContextAware, nacosAnnotationProcessor, nacosAutoServiceRegistration, nacosConfigEndpoint, nacosConfigHealthIndicator, nacosConfigManager, nacosConfigProperties, nacosConfigSpringCloudRefreshEventListener, nacosContextRefresher, nacosDiscoveryClient, nacosDiscoveryEndpoint, nacosDiscoveryHealthIndicator, nacosProperties, nacosPropertySourceLocator, nacosRefreshHistory, nacosRegistration, nacosServiceDiscovery, nacosServiceManager, nacosServiceRegistry, nameProcessor, namedParameterJdbcTemplate, oauthRequestInterceptor, objectNamingStrategy, objectPostProcessor, observabilitySchedulingConfigurer, observationRegistry, observationRegistryPostProcessor, observationRestClientCustomizer, observationRestTemplateCustomizer, offsetResolver, okHttpClient, okHttpClientBuilder, opaqueTokenIntrospector, openAPIBuilder, openAPIDefinition, openAPIMetadata, openApiResource, operationBuilder, org.mybatis.spring.mapper.MapperScannerConfigurer, org.springdoc.core.configuration.SpringDocConfiguration, org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice, org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider, org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider, org.springdoc.core.configuration.SpringDocConfiguration$SpringDocWebFluxSupportConfiguration, org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration, org.springdoc.core.configuration.SpringDocKotlinConfiguration, org.springdoc.core.configuration.SpringDocPageableConfiguration, org.springdoc.core.configuration.SpringDocSecurityConfiguration, org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringDocSecurityOAuth2Configuration, org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringSecurityLoginEndpointConfiguration, org.springdoc.core.configuration.SpringDocSortConfiguration, org.springdoc.core.properties.SpringDocConfigProperties, org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration, org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration, org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration, org.springframework.aop.config.internalAutoProxyCreator, org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration, org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration, org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$CaffeineCacheMeterBinderProviderConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$JCacheCacheMeterBinderProviderConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$RedisCacheMeterBinderProviderConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration, org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration, org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration, org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.ssl.SslObservabilityAutoConfiguration, org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration, org.springframework.boot.autoconfigure.AutoConfigurationPackages, org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration, org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration, org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration, org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration, org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration, org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration, org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration, org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration, org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration, org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration, org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration, org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration, org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration, org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration, org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration, org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration, org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration, org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari, org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration, org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration, org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration, org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration, org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration, org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration, org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration, org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration$JdbcStoreTypeConfiguration, org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerJwtConfiguration$JwtDecoderConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$JwtConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$OpaqueTokenConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration$JwtDecoderConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration, org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$AsyncConfigurerConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$BootstrapExecutorConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration, org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration, org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration, org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration, org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration, org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration, org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration, org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration, org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$UndertowWebServerFactoryCustomizerConfiguration, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration, org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedUndertow, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter, org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration, org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration, org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration, org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$UndertowWebSocketConfiguration, org.springframework.boot.context.internalConfigurationPropertiesBinder, org.springframework.boot.context.properties.BoundConfigurationProperties, org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor, org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter, org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor, org.springframework.cache.annotation.ProxyCachingConfiguration, org.springframework.cache.config.internalCacheAdvisor, org.springframework.cache.config.internalJCacheAdvisor, org.springframework.cache.jcache.config.ProxyJCacheConfiguration, org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration, org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration, org.springframework.cloud.autoconfigure.PauseResumeEndpointsConfiguration, org.springframework.cloud.autoconfigure.RefreshAutoConfiguration, org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshScopeBeanDefinitionEnhancer, org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration, org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration$RefreshEndpointConfiguration, org.springframework.cloud.autoconfigure.RestartEndpointWithoutIntegrationConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration$ActuatorConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration$DiscoveryLoadBalancerConfiguration, org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration, org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration, org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration, org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration, org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$DeferringLoadBalancerInterceptorConfig, org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$LoadBalancerInterceptorConfig, org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration, org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration, org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration, org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration, org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration, org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration$ResourceServerTokenRelayRegistrationAutoConfiguration, org.springframework.cloud.commons.util.UtilAutoConfiguration, org.springframework.cloud.configuration.CompatibilityVerifierAutoConfiguration, org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration, org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration, org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration, org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration$CaffeineLoadBalancerCacheManagerConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration$DefaultFeignTargeterConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration$FeignJacksonConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration$OkHttpFeignConfiguration, org.springframework.cloud.openfeign.loadbalancer.DefaultFeignLoadBalancerConfiguration, org.springframework.cloud.openfeign.loadbalancer.FeignLoadBalancerAutoConfiguration, org.springframework.cloud.openfeign.loadbalancer.OkHttpFeignLoadBalancerConfiguration, org.springframework.context.annotation.internalAsyncAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.event.internalEventListenerProcessor, org.springframework.data.web.config.ProjectingArgumentResolverRegistrar, org.springframework.data.web.config.SpringDataJacksonConfiguration, org.springframework.data.web.config.SpringDataWebConfiguration, org.springframework.scheduling.annotation.ProxyAsyncConfiguration, org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration, org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration, org.springframework.security.config.annotation.method.configuration.AuthorizationProxyConfiguration, org.springframework.security.config.annotation.method.configuration.AuthorizationProxyWebConfiguration, org.springframework.security.config.annotation.method.configuration.MethodObservationConfiguration, org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration, org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity, org.springframework.security.config.annotation.web.configuration.ObservationConfiguration, org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration, org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration, org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration, org.springframework.transaction.config.internalTransactionAdvisor, org.springframework.transaction.config.internalTransactionalEventListenerFactory, pageJacksonModule, pageModule, pageOpenAPIConverter, pageableCustomizer, pageableOpenAPIConverter, pageableResolver, parameterBuilder, parameterNamesModule, parameterObjectNamingStrategyCustomizer, pathMappedEndpoints, persistenceExceptionTranslationPostProcessor, pigBearerTokenExtractor, pigFeignInnerRequestInterceptor, pigFeignRequestCloseInterceptor, pigInitQuartzJob, pigQuartzApplication, pigQuartzConfig, pigQuartzCustomizerConfig, pigQuartzInvokeFactory, pingHealthContributor, platformTransactionManagerCustomizers, pms, polymorphicModelConverter, postAuthorizeAuthorizationAdvisor, postAuthorizeAuthorizationMethodInterceptor, postFilterAuthorizationAdvisor, postFilterAuthorizationMethodInterceptor, preAuthorizeAuthorizationAdvisor, preAuthorizeAuthorizationMethodInterceptor, preFilterAuthorizationAdvisor, preFilterAuthorizationMethodInterceptor, prePostAuthorizeExpressionHintsRegistrar, prePostTemplateDefaults, preserveErrorControllerTargetClassPostProcessor, privilegeEvaluator, processorMetrics, projectingArgumentResolverBeanPostProcessor, propertiesEndpointAccessResolver, propertiesMeterFilter, propertiesObservationFilter, propertyResolverUtils, propertySourcesPlaceholderConfigurer, quartzEndpoint, quartzEndpointWebExtension, quartzScheduler, queryDslQuerydslPredicateOperationCustomizer, reactiveConfigureRulesCustomizer, reactiveHealthContributorRegistry, reactiveRedisTemplate, reactiveSentinelCircuitBreakerFactory, reactiveStringRedisTemplate, redisCacheMeterBinderProvider, redisConnectionDetails, redisConnectionFactory, redisConverter, redisCustomConversions, redisHealthContributor, redisIndexConfiguration#0, redisKeyValueAdapter, redisKeyValueTemplate, redisKeyspaceConfiguration#0, redisMappingConfiguration#0, redisReferenceResolver, redisTemplate, refreshEndpoint, refreshEventListener, refreshScope, refreshScopeHealthIndicator, refreshScopeLifecycle, refreshScopeRefreshedEventListener, remoteClientDetailsService.FeignClientSpecification, remoteDictApiService, remoteDictService.FeignClientSpecification, remoteLogService.FeignClientSpecification, remoteParamService.FeignClientSpecification, remoteTokenService.FeignClientSpecification, remoteUserService.FeignClientSpecification, repositoryTagsProvider, requestBodyBuilder, requestBuilder, requestContextFilter, requestDataValueProcessor, requestMappingHandlerAdapter, requestMappingHandlerMapping, requestMatcherProvider, requestOriginParser, resourceAuthExceptionEntryPoint, resourceHandlerMapping, resourceServer, responseBuilder, responseExcelReturnValueHandler, responseSupportConverter, restClientBuilder, restClientBuilderConfigurer, restClientSsl, restTaskDemo, restTaskInvok, restTemplate, restTemplateBuilder, restTemplateBuilderConfigurer, restTemplateCustomizer, routerFunctionMapping, routerFunctionProvider, sbomEndpoint, sbomEndpointWebExtension, scheduledTasksEndpoint, scheduler, schemaPropertyDeprecatingConverter, security.log-com.pig4cloud.pig.common.log.config.PigLogProperties, security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties, securityFilterChainRegistration, securityMessageSource, securityParser, sentinel-json-authority-converter, sentinel-json-degrade-converter, sentinel-json-flow-converter, sentinel-json-param-flow-converter, sentinel-json-system-converter, sentinelBeanPostProcessor, sentinelCircuitBreakerFactory, sentinelDataSourceHandler, sentinelEndPoint, sentinelResourceAspect, sentinelWebInterceptor, sentinelWebMvcConfig, sentinelWebMvcConfigurer, server-org.springframework.boot.autoconfigure.web.ServerProperties, serviceRegistryEndpoint, servletEndpointDiscoverer, servletEndpointRegistrar, servletExposeExcludePropertyEndpointFilter, servletMappingDescriptionProvider, servletWebChildContextFactory, servletWebServerFactoryCustomizer, setOperations, simpleAsyncTaskExecutorBuilder, simpleAsyncTaskSchedulerBuilder, simpleConfig, simpleControllerHandlerAdapter, simpleDiscoveryClient, simpleDiscoveryProperties, simpleMeterRegistry, singleSheetWriteHandler, sleuthPresentVerifier, sortCustomizer, sortModule, sortOpenAPIConverter, sortResolver, spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties, spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties, spring.cloud.discovery.client.health-indicator-org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties, spring.cloud.loadbalancer-org.springframework.cloud.client.loadbalancer.LoadBalancerClientsProperties, spring.cloud.loadbalancer.cache-org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheProperties, spring.cloud.loadbalancer.eager-load-org.springframework.cloud.client.loadbalancer.LoadBalancerEagerLoadProperties, spring.cloud.openfeign.client-org.springframework.cloud.openfeign.FeignClientProperties, spring.cloud.openfeign.encoder-org.springframework.cloud.openfeign.support.FeignEncoderProperties, spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties, spring.cloud.refresh-org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshProperties, spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties, spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties, spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties, spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties, spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties, spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties, spring.http.reactiveclient-org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties, spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties, spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties, spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties, spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties, spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties, spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties, spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties, spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties, spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties, spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties, spring.security.oauth2.authorizationserver-org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties, spring.security.oauth2.resourceserver-org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties, spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties, spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties, spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties, spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties, spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties, spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties, spring.web-org.springframework.boot.autoconfigure.web.WebProperties, springApplicationAdminRegistrar, springBeanTaskInvok, springBootVersionVerifier, springCloudCommonsFeatures, springDataWebPropertiesProvider, springDataWebSettings, springDocCustomizers, springDocProviders, springSecurityFilterChain, springSecurityHandlerMappingIntrospectorBeanDefinitionRegistryPostProcessor, springSecurityPathPatternParserBeanDefinitionRegistryPostProcessor, springWebProvider, springdocObjectMapperProvider, sqlSessionFactory, sqlSessionTemplate, sslBundleRegistry, sslHealthIndicator, sslInfo, sslMeterBinder, sslPropertiesSslBundleRegistrar, standardJacksonObjectMapperBuilderCustomizer, startupTimeMetrics, stringHttpMessageConverter, stringRedisTemplate, swagger-com.pig4cloud.pig.common.swagger.support.SwaggerProperties, sysJobController, sysJobListener, sysJobLogController, sysJobLogListener, sysJobLogMapper, sysJobLogServiceImpl, sysJobMapper, sysJobServiceImpl, sysLogAspect, sysLogListener, taskInvokUtil, taskUtil, themeResolver, threadPoolTaskExecutorBuilder, threadPoolTaskSchedulerBuilder, transactionAttributeSource, transactionExecutionListeners, transactionInterceptor, transactionManager, transactionTemplate, undertowServletWebServerFactory, undertowServletWebServerFactoryCustomizer, undertowWebServerFactoryCustomizer, uptimeMetrics, valueOperations, viewControllerHandlerMapping, viewNameTranslator, viewResolver, webAccessPropertiesOperationFilter, webAuthorizationManagerPostProcessor, webConversionServiceProvider, webEndpointDiscoverer, webEndpointPathMapper, webEndpointServletHandlerMapping, webExposeExcludePropertyEndpointFilter, webFluxSupportConverter, webMvcObservationFilter, webSecurityExpressionHandler, webServerFactoryCustomizerBeanPostProcessor, webTargetVisitor, websocketServletWebServerCustomizer, welcomePageHandlerMapping, welcomePageNotAcceptableHandlerMapping, writerBuilderEnhancer, xForwarderHeadersFeignTransformer, xForwarderHeadersTransformer, zSetOperations, zoneConfig] :2025-07-18 13:48:45.756 INFO main o.s.c.c.s.GenericScope: BeanFactory id=4a8b7424-0224-3668-bf86-439509a8c0b9 :2025-07-18 13:48:45.760 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'enableEncryptablePropertySourcesPostProcessor' :2025-07-18 13:48:45.762 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'encryptablePropertySourceConverter' :2025-07-18 13:48:45.763 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyEncryptablePropertyResolver' :2025-07-18 13:48:45.763 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration' :2025-07-18 13:48:45.763 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyEncryptablePropertyDetector' :2025-07-18 13:48:45.763 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'envCopy' :2025-07-18 13:48:45.765 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'envCopy' via factory method to bean named 'environment' :2025-07-18 13:48:45.766 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'envCopy' :2025-07-18 13:48:45.766 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:45.768 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyJasyptStringEncryptor' :2025-07-18 13:48:45.769 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'envCopy' :2025-07-18 13:48:45.769 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:45.770 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyEncryptablePropertyDetector' :2025-07-18 13:48:45.771 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyJasyptStringEncryptor' :2025-07-18 13:48:45.771 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:45.771 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'envCopy' :2025-07-18 13:48:45.771 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'environment' :2025-07-18 13:48:45.773 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyEncryptablePropertyFilter' :2025-07-18 13:48:45.774 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'envCopy' :2025-07-18 13:48:45.774 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:45.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'encryptablePropertySourceConverter' via factory method to bean named 'environment' :2025-07-18 13:48:45.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'encryptablePropertySourceConverter' via factory method to bean named 'lazyEncryptablePropertyResolver' :2025-07-18 13:48:45.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'encryptablePropertySourceConverter' via factory method to bean named 'lazyEncryptablePropertyFilter' :2025-07-18 13:48:45.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'environment' :2025-07-18 13:48:45.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'encryptablePropertySourceConverter' :2025-07-18 13:48:45.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' :2025-07-18 13:48:45.814 INFO main c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor: Post-processing PropertySource instances :2025-07-18 13:48:45.814 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource DEFAULT_GROUP@pig-quartz.yml [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource DEFAULT_GROUP@application.yml [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource quartz-config.yml [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.815 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource openapi-config.yaml [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:45.816 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:45.816 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'conversionServicePostProcessor' :2025-07-18 13:48:45.825 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'bootstrapExecutorAliasPostProcessor' :2025-07-18 13:48:45.825 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' :2025-07-18 13:48:45.825 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil' :2025-07-18 13:48:45.826 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.plugin.excel.kit.SpringContextKit' :2025-07-18 13:48:45.827 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:45.827 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' :2025-07-18 13:48:45.829 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:45.831 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:45.833 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' :2025-07-18 13:48:45.833 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' :2025-07-18 13:48:45.834 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosAnnotationProcessor' :2025-07-18 13:48:45.835 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jdbcConnectionDetailsHikariBeanPostProcessor' :2025-07-18 13:48:45.836 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAsyncAnnotationProcessor' :2025-07-18 13:48:45.836 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.ProxyAsyncConfiguration' :2025-07-18 13:48:45.845 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' :2025-07-18 13:48:45.854 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'methodValidationPostProcessor' :2025-07-18 13:48:45.854 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' :2025-07-18 13:48:45.855 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' :2025-07-18 13:48:45.863 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' :2025-07-18 13:48:45.863 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' :2025-07-18 13:48:45.864 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' :2025-07-18 13:48:45.865 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' :2025-07-18 13:48:45.865 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelBeanPostProcessor' :2025-07-18 13:48:45.865 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preFilterAuthorizationAdvisor' :2025-07-18 13:48:45.866 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preFilterAuthorizationMethodInterceptor' :2025-07-18 13:48:45.877 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preAuthorizeAuthorizationAdvisor' :2025-07-18 13:48:45.877 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preAuthorizeAuthorizationMethodInterceptor' :2025-07-18 13:48:45.878 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postFilterAuthorizationAdvisor' :2025-07-18 13:48:45.878 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postFilterAuthorizationMethodInterceptor' :2025-07-18 13:48:45.878 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postAuthorizeAuthorizationAdvisor' :2025-07-18 13:48:45.878 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postAuthorizeAuthorizationMethodInterceptor' :2025-07-18 13:48:45.879 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizeReturnObjectAdvisor' :2025-07-18 13:48:45.879 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizeReturnObjectMethodInterceptor' :2025-07-18 13:48:45.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.config.internalCacheAdvisor' :2025-07-18 13:48:45.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' :2025-07-18 13:48:45.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.config.internalJCacheAdvisor' :2025-07-18 13:48:45.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.jcache.config.ProxyJCacheConfiguration' :2025-07-18 13:48:45.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' :2025-07-18 13:48:45.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' :2025-07-18 13:48:45.891 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public java.lang.Object com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect.invokeResourceWithSentinel(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable :2025-07-18 13:48:45.893 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public java.lang.Object com.pig4cloud.pig.common.log.aspect.SysLogAspect.around(org.aspectj.lang.ProceedingJoinPoint,com.pig4cloud.pig.common.log.annotation.SysLog) :2025-07-18 13:48:45.897 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public void com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect.around(org.aspectj.lang.JoinPoint,com.pig4cloud.pig.common.security.annotation.Inner) :2025-07-18 13:48:45.897 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public void com.pig4cloud.plugin.excel.aop.DynamicNameAspect.around(org.aspectj.lang.JoinPoint,com.pig4cloud.plugin.excel.annotation.ResponseExcel) :2025-07-18 13:48:45.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionAttributeSource' :2025-07-18 13:48:46.002 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionInterceptor' :2025-07-18 13:48:46.002 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' :2025-07-18 13:48:46.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' :2025-07-18 13:48:46.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' :2025-07-18 13:48:46.081 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jCacheOperationSource' :2025-07-18 13:48:46.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jCacheInterceptor' :2025-07-18 13:48:46.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jCacheInterceptor' via factory method to bean named 'jCacheOperationSource' :2025-07-18 13:48:46.099 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheOperationSource' :2025-07-18 13:48:46.099 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheInterceptor' :2025-07-18 13:48:46.101 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheOperationSource' :2025-07-18 13:48:46.106 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheInterceptor' :2025-07-18 13:48:46.106 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheInterceptor' via factory method to bean named 'cacheOperationSource' :2025-07-18 13:48:46.109 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheOperationSource' :2025-07-18 13:48:46.110 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheInterceptor' :2025-07-18 13:48:46.111 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelBeanPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.114 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'meterRegistryPostProcessor' :2025-07-18 13:48:46.115 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.119 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor' :2025-07-18 13:48:46.120 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor' :2025-07-18 13:48:46.122 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRegistryPostProcessor' :2025-07-18 13:48:46.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor' :2025-07-18 13:48:46.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesBeans' :2025-07-18 13:48:46.137 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lbRestClientPostProcessor' :2025-07-18 13:48:46.138 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lbRestClientPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.140 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lbRestTemplateBuilderPostProcessor' :2025-07-18 13:48:46.140 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lbRestTemplateBuilderPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'messageSource' :2025-07-18 13:48:46.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.WebMvcConfiguration' :2025-07-18 13:48:46.154 DEBUG main o.s.u.c.s.UiApplicationContextUtils: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@3d01b609] :2025-07-18 13:48:46.154 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'undertowServletWebServerFactory' :2025-07-18 13:48:46.154 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedUndertow' :2025-07-18 13:48:46.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' :2025-07-18 13:48:46.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$UndertowWebSocketConfiguration' :2025-07-18 13:48:46.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'undertowServletWebServerFactoryCustomizer' :2025-07-18 13:48:46.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:46.175 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' :2025-07-18 13:48:46.178 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultsBindHandlerAdvisor' :2025-07-18 13:48:46.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' :2025-07-18 13:48:46.180 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerClientsDefaultsMappingsProvider' :2025-07-18 13:48:46.180 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' :2025-07-18 13:48:46.185 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultsBindHandlerAdvisor' via factory method to bean named 'loadBalancerClientsDefaultsMappingsProvider' :2025-07-18 13:48:46.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'undertowServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:46.193 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' :2025-07-18 13:48:46.194 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' :2025-07-18 13:48:46.196 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:46.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslBundleRegistry' :2025-07-18 13:48:46.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' :2025-07-18 13:48:46.199 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' :2025-07-18 13:48:46.201 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.201 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' :2025-07-18 13:48:46.204 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar' :2025-07-18 13:48:46.204 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'fileWatcher' :2025-07-18 13:48:46.206 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher' :2025-07-18 13:48:46.214 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'undertowWebServerFactoryCustomizer' :2025-07-18 13:48:46.214 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$UndertowWebServerFactoryCustomizerConfiguration' :2025-07-18 13:48:46.216 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'undertowWebServerFactoryCustomizer' via factory method to bean named 'environment' :2025-07-18 13:48:46.216 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'undertowWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:46.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' :2025-07-18 13:48:46.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' :2025-07-18 13:48:46.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:46.237 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'errorPageCustomizer' :2025-07-18 13:48:46.238 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' :2025-07-18 13:48:46.238 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:46.240 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dispatcherServletRegistration' :2025-07-18 13:48:46.240 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' :2025-07-18 13:48:46.241 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dispatcherServlet' :2025-07-18 13:48:46.241 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' :2025-07-18 13:48:46.242 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:46.244 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:46.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' :2025-07-18 13:48:46.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:46.264 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'multipartConfigElement' :2025-07-18 13:48:46.264 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' :2025-07-18 13:48:46.264 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' :2025-07-18 13:48:46.268 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' :2025-07-18 13:48:46.274 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' :2025-07-18 13:48:46.292 DEBUG main o.s.b.w.e.u.UndertowServletWebServerFactory: Code archive: C:\Users\L\.m2\repository\org\springframework\boot\spring-boot\3.5.3\spring-boot-3.5.3.jar :2025-07-18 13:48:46.292 DEBUG main o.s.b.w.e.u.UndertowServletWebServerFactory: Code archive: C:\Users\L\.m2\repository\org\springframework\boot\spring-boot\3.5.3\spring-boot-3.5.3.jar :2025-07-18 13:48:46.294 DEBUG main o.s.b.w.e.u.UndertowServletWebServerFactory: None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. :2025-07-18 13:48:46.382 WARN main i.u.w.jsr: UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used :2025-07-18 13:48:46.397 DEBUG main i.u.session: Setting default session timeout to 1800 :2025-07-18 13:48:46.402 INFO main i.u.servlet: Initializing Spring embedded WebApplicationContext :2025-07-18 13:48:46.402 DEBUG main o.s.b.w.s.c.ServletWebServerApplicationContext: Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] :2025-07-18 13:48:46.402 INFO main o.s.b.w.s.c.ServletWebServerApplicationContext: Root WebApplicationContext: initialization completed in 1893 ms :2025-07-18 13:48:46.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webMvcObservationFilter' :2025-07-18 13:48:46.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration' :2025-07-18 13:48:46.407 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRegistry' :2025-07-18 13:48:46.407 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration' :2025-07-18 13:48:46.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertiesObservationFilter' :2025-07-18 13:48:46.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:46.419 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:46.424 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsObservationHandlerGrouping' :2025-07-18 13:48:46.425 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration' :2025-07-18 13:48:46.427 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultMeterObservationHandler' :2025-07-18 13:48:46.428 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration' :2025-07-18 13:48:46.429 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleMeterRegistry' :2025-07-18 13:48:46.429 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration' :2025-07-18 13:48:46.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleConfig' :2025-07-18 13:48:46.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' :2025-07-18 13:48:46.432 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' :2025-07-18 13:48:46.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'micrometerClock' :2025-07-18 13:48:46.436 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' :2025-07-18 13:48:46.437 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig' :2025-07-18 13:48:46.437 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock' :2025-07-18 13:48:46.441 DEBUG main i.m.c.u.i.l.InternalLoggerFactory: Using SLF4J as the default logging framework :2025-07-18 13:48:46.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertiesMeterFilter' :2025-07-18 13:48:46.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:46.457 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:46.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter' :2025-07-18 13:48:46.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration' :2025-07-18 13:48:46.463 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:46.463 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:46.465 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter' :2025-07-18 13:48:46.465 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration' :2025-07-18 13:48:46.466 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:46.466 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:46.469 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:46.469 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:46.474 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:46.474 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:46.483 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'securityFilterChainRegistration' :2025-07-18 13:48:46.483 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration' :2025-07-18 13:48:46.484 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties' :2025-07-18 13:48:46.486 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties' :2025-07-18 13:48:46.489 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletEndpointRegistrar' :2025-07-18 13:48:46.489 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration' :2025-07-18 13:48:46.490 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:46.492 INFO main c.u.j.f.DefaultLazyPropertyFilter: Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter :2025-07-18 13:48:46.496 INFO main c.u.j.r.DefaultLazyPropertyResolver: Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver :2025-07-18 13:48:46.497 INFO main c.u.j.d.DefaultLazyPropertyDetector: Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector :2025-07-18 13:48:46.501 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletEndpointDiscoverer' :2025-07-18 13:48:46.501 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration' :2025-07-18 13:48:46.502 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.503 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webEndpointPathMapper' :2025-07-18 13:48:46.503 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' :2025-07-18 13:48:46.504 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.504 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:46.516 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter' :2025-07-18 13:48:46.517 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration' :2025-07-18 13:48:46.518 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:46.526 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertiesEndpointAccessResolver' :2025-07-18 13:48:46.526 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' :2025-07-18 13:48:46.528 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertiesEndpointAccessResolver' via factory method to bean named 'environment' :2025-07-18 13:48:46.529 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:46.529 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer' :2025-07-18 13:48:46.529 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration' :2025-07-18 13:48:46.529 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:46.539 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestContextFilter' :2025-07-18 13:48:46.545 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'formContentFilter' :2025-07-18 13:48:46.545 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' :2025-07-18 13:48:46.551 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'characterEncodingFilter' :2025-07-18 13:48:46.558 DEBUG main o.s.b.w.s.ServletContextInitializerBeans: Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, springSecurityFilterChain urls=[/*] order=-100, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105 :2025-07-18 13:48:46.558 DEBUG main o.s.b.w.s.ServletContextInitializerBeans: Mapping servlets: dispatcherServlet urls=[/] :2025-07-18 13:48:46.565 DEBUG main i.u.session: Registered session listener io.undertow.servlet.core.SessionListenerBridge@59301546 :2025-07-18 13:48:46.598 DEBUG main i.u.session: Setting default session timeout to 1800 :2025-07-18 13:48:46.600 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'applicationTaskExecutor' :2025-07-18 13:48:46.600 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration' :2025-07-18 13:48:46.601 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder' :2025-07-18 13:48:46.601 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration' :2025-07-18 13:48:46.603 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' :2025-07-18 13:48:46.604 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' :2025-07-18 13:48:46.607 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'threadPoolTaskExecutorBuilder' :2025-07-18 13:48:46.610 DEBUG main o.s.s.c.ThreadPoolTaskExecutor: Initializing ExecutorService 'applicationTaskExecutor' :2025-07-18 13:48:46.621 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigQuartzApplication' :2025-07-18 13:48:46.623 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigInitQuartzJob' :2025-07-18 13:48:46.624 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobServiceImpl' :2025-07-18 13:48:46.634 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobMapper' :2025-07-18 13:48:46.635 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' :2025-07-18 13:48:46.635 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' :2025-07-18 13:48:46.636 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSource' :2025-07-18 13:48:46.636 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' :2025-07-18 13:48:46.638 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' :2025-07-18 13:48:46.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jdbcConnectionDetails' :2025-07-18 13:48:46.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' :2025-07-18 13:48:46.645 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcConnectionDetails' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' :2025-07-18 13:48:46.646 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' :2025-07-18 13:48:46.646 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSource' via factory method to bean named 'jdbcConnectionDetails' :2025-07-18 13:48:46.646 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSource' via factory method to bean named 'environment' :2025-07-18 13:48:46.655 DEBUG main c.z.h.HikariConfig: Class com.mysql.cj.jdbc.Driver found in Thread context class loader jdk.internal.loader.ClassLoaders$AppClassLoader@36baf30c :2025-07-18 13:48:46.672 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' :2025-07-18 13:48:46.674 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource' :2025-07-18 13:48:46.674 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' :2025-07-18 13:48:46.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sqlSessionTemplate' :2025-07-18 13:48:46.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' :2025-07-18 13:48:46.680 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' :2025-07-18 13:48:46.692 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' :2025-07-18 13:48:46.692 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatisPlusInterceptor' :2025-07-18 13:48:46.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.mybatis.MybatisAutoConfiguration' :2025-07-18 13:48:46.703 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sqlSessionFactory' :2025-07-18 13:48:46.703 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'dataSource' :2025-07-18 13:48:46.731 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatisPlusMetaObjectHandler' :2025-07-18 13:48:46.739 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Registered plugin: 'MybatisPlusInterceptor{interceptors=[PigPaginationInnerInterceptor(dbType=null, dialect=null)]}' :2025-07-18 13:48:46.743 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Property 'mapperLocations' was not specified. :2025-07-18 13:48:46.751 DEBUG main c.b.m.c.t.Sequence: Get /192.168.3.17 network interface :2025-07-18 13:48:46.751 DEBUG main c.b.m.c.t.Sequence: Get network interface info: name:wireless_32768 (Realtek RTL8852BE WiFi 6 802.11ax PCIe Adapter) :2025-07-18 13:48:46.751 DEBUG main c.b.m.c.t.Sequence: Initialization Sequence datacenterId:6 workerId:26 :2025-07-18 13:48:46.754 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory' :2025-07-18 13:48:46.887 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'taskUtil' :2025-07-18 13:48:46.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'scheduler' :2025-07-18 13:48:46.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigQuartzConfig' :2025-07-18 13:48:46.893 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties' :2025-07-18 13:48:46.898 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigQuartzConfig' via constructor to bean named 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties' :2025-07-18 13:48:46.898 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigQuartzConfig' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:46.899 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigQuartzCustomizerConfig' :2025-07-18 13:48:46.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSourceCustomizer' :2025-07-18 13:48:46.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration$JdbcStoreTypeConfiguration' :2025-07-18 13:48:46.904 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourceCustomizer' via factory method to bean named 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties' :2025-07-18 13:48:46.904 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourceCustomizer' via factory method to bean named 'dataSource' :2025-07-18 13:48:46.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'quartzScheduler' :2025-07-18 13:48:46.916 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionManager' :2025-07-18 13:48:46.916 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' :2025-07-18 13:48:46.917 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment' :2025-07-18 13:48:46.917 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionManager' via factory method to bean named 'dataSource' :2025-07-18 13:48:46.920 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' :2025-07-18 13:48:46.920 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration' :2025-07-18 13:48:46.922 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionExecutionListeners' :2025-07-18 13:48:46.923 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' :2025-07-18 13:48:46.959 INFO main o.q.i.StdSchedulerFactory: Using default implementation for ThreadExecutor :2025-07-18 13:48:46.961 INFO main o.q.s.SimpleThreadPool: Job execution threads will use class loader of thread: main :2025-07-18 13:48:46.970 INFO main o.q.c.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl :2025-07-18 13:48:46.970 INFO main o.q.c.QuartzScheduler: Quartz Scheduler v2.5.0 created. :2025-07-18 13:48:46.976 DEBUG main o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:48:46.976 DEBUG main c.z.h.HikariConfig: HikariPool-1 - configuration: :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: allowPoolSuspension.............false :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: autoCommit......................true :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: catalog.........................none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: connectionInitSql...............none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: connectionTestQuery.............none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: connectionTimeout...............30000 :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: credentials.....................com.zaxxer.hikari.util.Credentials@33602729 :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: dataSource......................none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: dataSourceClassName.............none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: dataSourceJNDI..................none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: dataSourceProperties............{password=} :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: driverClassName................."com.mysql.cj.jdbc.Driver" :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: exceptionOverride...............none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: exceptionOverrideClassName......none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: healthCheckProperties...........{} :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: healthCheckRegistry.............none :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: idleTimeout.....................600000 :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: initializationFailTimeout.......1 :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: isolateInternalQueries..........false :2025-07-18 13:48:46.977 DEBUG main c.z.h.HikariConfig: jdbcUrl.........................jdbc:mysql://192.168.10.101:3306/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: keepaliveTime...................120000 :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: leakDetectionThreshold..........0 :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: maxLifetime.....................1800000 :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: maximumPoolSize.................10 :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: metricRegistry..................none :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: metricsTrackerFactory...........none :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: minimumIdle.....................10 :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: password........................ :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: poolName........................"HikariPool-1" :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: readOnly........................false :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: registerMbeans..................false :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: scheduledExecutor...............none :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: schema..........................none :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: threadFactory...................internal :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: transactionIsolation............default :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: username........................"admin" :2025-07-18 13:48:46.978 DEBUG main c.z.h.HikariConfig: validationTimeout...............5000 :2025-07-18 13:48:46.978 INFO main c.z.h.HikariDataSource: HikariPool-1 - Starting... :2025-07-18 13:48:46.991 DEBUG main c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (cc42ff17-8911-44c0-a70f-fed8c39cf63e) :2025-07-18 13:48:47.147 DEBUG main c.z.h.p.PoolBase: HikariPool-1 - Established new connection (cc42ff17-8911-44c0-a70f-fed8c39cf63e) :2025-07-18 13:48:47.148 INFO main c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a :2025-07-18 13:48:47.149 INFO main c.z.h.HikariDataSource: HikariPool-1 - Start completed. :2025-07-18 13:48:47.155 INFO main o.s.s.q.LocalDataSourceJobStore: Using db table-based data access locking (synchronization). :2025-07-18 13:48:47.156 INFO main o.s.s.q.LocalDataSourceJobStore: JobStoreCMT initialized. :2025-07-18 13:48:47.157 INFO main o.q.c.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.5.0) 'clusteredScheduler' with instanceId 'DESKTOP-G2G0TOB1752817726960' 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 50 threads. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. :2025-07-18 13:48:47.157 INFO main o.q.i.StdSchedulerFactory: Quartz scheduler 'clusteredScheduler' initialized from an externally provided properties instance. :2025-07-18 13:48:47.157 INFO main o.q.i.StdSchedulerFactory: Quartz scheduler version: 2.5.0 :2025-07-18 13:48:47.157 INFO main o.q.c.QuartzScheduler: JobFactory set to: com.pig4cloud.pig.daemon.quartz.config.AutowireCapableBeanJobFactory@265361a :2025-07-18 13:48:47.158 DEBUG main o.s.j.s.JdbcTransactionManager: Creating new transaction with name [null]: org.springframework.transaction.StaticTransactionDefinition@d20e900 :2025-07-18 13:48:47.159 DEBUG main o.s.j.s.JdbcTransactionManager: Acquired Connection [HikariProxyConnection@1588901702 wrapping com.mysql.cj.jdbc.ConnectionImpl@183e8c8a] for JDBC transaction :2025-07-18 13:48:47.160 DEBUG main o.s.j.s.JdbcTransactionManager: Switching JDBC Connection [HikariProxyConnection@1588901702 wrapping com.mysql.cj.jdbc.ConnectionImpl@183e8c8a] to manual commit :2025-07-18 13:48:47.164 DEBUG main o.s.j.s.JdbcTransactionManager: Initiating transaction commit :2025-07-18 13:48:47.164 DEBUG main o.s.j.s.JdbcTransactionManager: Committing JDBC transaction on Connection [HikariProxyConnection@1588901702 wrapping com.mysql.cj.jdbc.ConnectionImpl@183e8c8a] :2025-07-18 13:48:47.171 DEBUG main o.s.j.s.JdbcTransactionManager: Releasing JDBC Connection [HikariProxyConnection@1588901702 wrapping com.mysql.cj.jdbc.ConnectionImpl@183e8c8a] after transaction :2025-07-18 13:48:47.184 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigInitQuartzJob' via constructor to bean named 'sysJobServiceImpl' :2025-07-18 13:48:47.184 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigInitQuartzJob' via constructor to bean named 'taskUtil' :2025-07-18 13:48:47.184 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigInitQuartzJob' via constructor to bean named 'scheduler' :2025-07-18 13:48:47.191 DEBUG main o.m.s.SqlSessionUtils: Creating a new SqlSession :2025-07-18 13:48:47.196 DEBUG main o.m.s.SqlSessionUtils: SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a9f7cf8] was not registered for synchronization because synchronization is not active :2025-07-18 13:48:47.234 DEBUG main o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:48:47.234 DEBUG main o.m.s.t.SpringManagedTransaction: JDBC Connection [HikariProxyConnection@1463312738 wrapping com.mysql.cj.jdbc.ConnectionImpl@183e8c8a] will not be managed by Spring :2025-07-18 13:48:47.236 DEBUG main c.p.p.d.q.m.S.selectList: ==> Preparing: SELECT job_id,job_name,job_group,job_order,job_type,execute_path,class_name,method_name,method_params_value,cron_expression,misfire_policy,job_tenant_type,job_status,job_execute_status,create_by,update_by,create_time,update_time,start_time,previous_time,next_time,remark FROM sys_job :2025-07-18 13:48:47.249 DEBUG main c.p.p.d.q.m.S.selectList: ==> Parameters: :2025-07-18 13:48:47.256 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=1/10, idle=0/10, active=1, waiting=0) :2025-07-18 13:48:47.256 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (471caa0f-5ad1-4f64-83f7-12837ea45b1f) :2025-07-18 13:48:47.268 DEBUG main c.p.p.d.q.m.S.selectList: <== Total: 0 :2025-07-18 13:48:47.269 DEBUG main o.m.s.SqlSessionUtils: Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a9f7cf8] :2025-07-18 13:48:47.271 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigQuartzInvokeFactory' :2025-07-18 13:48:47.272 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigQuartzInvokeFactory' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.272 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobController' :2025-07-18 13:48:47.279 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobLogServiceImpl' :2025-07-18 13:48:47.279 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobLogMapper' :2025-07-18 13:48:47.315 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (471caa0f-5ad1-4f64-83f7-12837ea45b1f) :2025-07-18 13:48:47.315 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 :2025-07-18 13:48:47.326 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobController' via constructor to bean named 'sysJobServiceImpl' :2025-07-18 13:48:47.326 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobController' via constructor to bean named 'sysJobLogServiceImpl' :2025-07-18 13:48:47.326 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobController' via constructor to bean named 'taskUtil' :2025-07-18 13:48:47.326 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobController' via constructor to bean named 'scheduler' :2025-07-18 13:48:47.331 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean '_prePostMethodSecurityConfiguration' :2025-07-18 13:48:47.331 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'methodAuthorizationManagerPostProcessor' :2025-07-18 13:48:47.336 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'methodResultAuthorizationManagerPostProcessor' :2025-07-18 13:48:47.339 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'prePostTemplateDefaults' :2025-07-18 13:48:47.339 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigResourceServerAutoConfiguration' :2025-07-18 13:48:47.347 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobLogController' :2025-07-18 13:48:47.348 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobLogController' via constructor to bean named 'sysJobLogServiceImpl' :2025-07-18 13:48:47.348 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobListener' :2025-07-18 13:48:47.350 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=2/10, idle=2/10, active=0, waiting=0) :2025-07-18 13:48:47.350 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (5ce2083e-cd29-4b98-9d70-0a29e1e6327c) :2025-07-18 13:48:47.350 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'taskInvokUtil' :2025-07-18 13:48:47.350 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'taskInvokUtil' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.350 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'taskInvokUtil' via constructor to bean named 'sysJobServiceImpl' :2025-07-18 13:48:47.351 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobListener' via constructor to bean named 'taskInvokUtil' :2025-07-18 13:48:47.353 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysJobLogListener' :2025-07-18 13:48:47.354 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysJobLogListener' via constructor to bean named 'sysJobLogServiceImpl' :2025-07-18 13:48:47.356 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restTaskDemo' :2025-07-18 13:48:47.358 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect' :2025-07-18 13:48:47.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect' via constructor to bean named 'jdk.proxy2.$Proxy172@3ef7064b' :2025-07-18 13:48:47.362 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'demo' :2025-07-18 13:48:47.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jarTaskInvok' :2025-07-18 13:48:47.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'javaClassTaskInvok' :2025-07-18 13:48:47.365 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restTaskInvok' :2025-07-18 13:48:47.365 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springBeanTaskInvok' :2025-07-18 13:48:47.367 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pms' :2025-07-18 13:48:47.367 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigBearerTokenExtractor' :2025-07-18 13:48:47.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties' :2025-07-18 13:48:47.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestMappingHandlerMapping' :2025-07-18 13:48:47.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' :2025-07-18 13:48:47.370 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:47.373 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:47.373 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:47.373 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:47.376 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration' :2025-07-18 13:48:47.379 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' :2025-07-18 13:48:47.379 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:47.379 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:47.379 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:47.384 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.SentinelWebAutoConfiguration' :2025-07-18 13:48:47.384 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' :2025-07-18 13:48:47.387 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'blockExceptionHandler' :2025-07-18 13:48:47.389 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.feign.sentinel.SentinelAutoConfiguration' :2025-07-18 13:48:47.390 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jacksonObjectMapper' :2025-07-18 13:48:47.390 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' :2025-07-18 13:48:47.390 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' :2025-07-18 13:48:47.392 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'customizer' :2025-07-18 13:48:47.392 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.JacksonConfiguration' :2025-07-18 13:48:47.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' :2025-07-18 13:48:47.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' :2025-07-18 13:48:47.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' :2025-07-18 13:48:47.398 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' :2025-07-18 13:48:47.399 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'parameterNamesModule' :2025-07-18 13:48:47.399 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' :2025-07-18 13:48:47.401 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (5ce2083e-cd29-4b98-9d70-0a29e1e6327c) :2025-07-18 13:48:47.401 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e :2025-07-18 13:48:47.404 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jsonMixinModule' :2025-07-18 13:48:47.404 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration' :2025-07-18 13:48:47.406 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jsonMixinModuleEntries' :2025-07-18 13:48:47.406 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.411 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.411 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries' :2025-07-18 13:48:47.412 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jsonComponentModule' :2025-07-18 13:48:47.412 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' :2025-07-18 13:48:47.419 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jacksonGeoModule' :2025-07-18 13:48:47.419 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' :2025-07-18 13:48:47.420 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDataWebSettings' :2025-07-18 13:48:47.420 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' :2025-07-18 13:48:47.420 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' :2025-07-18 13:48:47.422 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' :2025-07-18 13:48:47.426 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageModule' :2025-07-18 13:48:47.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageJacksonModule' :2025-07-18 13:48:47.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration$FeignJacksonConfiguration' :2025-07-18 13:48:47.432 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortModule' :2025-07-18 13:48:47.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'customizer' :2025-07-18 13:48:47.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' :2025-07-18 13:48:47.445 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=3/10, idle=3/10, active=0, waiting=0) :2025-07-18 13:48:47.445 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d1d8e35e-8086-4bfb-b033-1af61fb6c99b) :2025-07-18 13:48:47.490 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d1d8e35e-8086-4bfb-b033-1af61fb6c99b) :2025-07-18 13:48:47.490 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d :2025-07-18 13:48:47.495 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' :2025-07-18 13:48:47.517 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'blockExceptionHandler' via factory method to bean named 'jacksonObjectMapper' :2025-07-18 13:48:47.520 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestOriginParser' :2025-07-18 13:48:47.524 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=4/10, idle=4/10, active=0, waiting=0) :2025-07-18 13:48:47.524 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ccea9e89-027c-4ea0-882c-0486f5a081a3) :2025-07-18 13:48:47.524 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelWebMvcConfigurer' :2025-07-18 13:48:47.525 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelWebInterceptor' :2025-07-18 13:48:47.525 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelWebMvcConfig' :2025-07-18 13:48:47.527 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelWebInterceptor' via factory method to bean named 'sentinelWebMvcConfig' :2025-07-18 13:48:47.532 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigSecurityMessageSourceConfiguration' :2025-07-18 13:48:47.534 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration' :2025-07-18 13:48:47.534 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.537 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration$ResourceServerTokenRelayRegistrationAutoConfiguration' :2025-07-18 13:48:47.539 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer' :2025-07-18 13:48:47.539 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointObjectMapper' :2025-07-18 13:48:47.539 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration' :2025-07-18 13:48:47.543 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper' :2025-07-18 13:48:47.553 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcContentNegotiationManager' :2025-07-18 13:48:47.558 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcConversionService' :2025-07-18 13:48:47.571 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcResourceUrlProvider' :2025-07-18 13:48:47.573 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:47.573 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.573 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.584 INFO main c.a.c.s.SentinelWebMvcConfigurer: [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. :2025-07-18 13:48:47.585 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ccea9e89-027c-4ea0-882c-0486f5a081a3) :2025-07-18 13:48:47.585 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 :2025-07-18 13:48:47.607 DEBUG main _.s.w.s.H.Mappings: c.p.p.d.q.c.SysJobController: {POST [/sys-job/start-job/{id}]}: startJob(Long) {POST [/sys-job]}: saveJob(SysJob) {GET [/sys-job/export]}: exportJobs(SysJob) {POST [/sys-job/run-job/{id}]}: runJob(Long) {POST [/sys-job/start-jobs]}: startJobs() {GET [/sys-job/page]}: getJobPage(Page,SysJob) {PUT [/sys-job]}: updateJob(SysJob) {DELETE [/sys-job/{id}]}: removeById(Long) {GET [/sys-job/{id}]}: getById(Long) {POST [/sys-job/shutdown-jobs]}: shutdownJobs() {POST [/sys-job/refresh-jobs]}: refreshJobs() {GET [/sys-job/is-valid-task-name]}: isValidTaskName(String,String) {POST [/sys-job/shutdown-job/{id}]}: shutdownJob(Long) {GET [/sys-job/job-log]}: getJobLogPage(Page,SysJobLog) :2025-07-18 13:48:47.614 DEBUG main _.s.w.s.H.Mappings: c.p.p.d.q.c.SysJobLogController: {GET [/sys-job-log/page]}: getJobLogPage(Page,SysJobLog) {DELETE [/sys-job-log]}: removeBatchByIds(Long[]) :2025-07-18 13:48:47.615 DEBUG main _.s.w.s.H.Mappings: c.p.p.d.q.t.RestTaskDemo: {GET [/inner-job/{param}]}: demoMethod(String) :2025-07-18 13:48:47.619 DEBUG main _.s.w.s.H.Mappings: o.s.b.a.w.s.e.BasicErrorController: { [/error]}: error(HttpServletRequest) { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) :2025-07-18 13:48:47.620 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=5/10, idle=5/10, active=0, waiting=0) :2025-07-18 13:48:47.620 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (2bcfe045-3c63-47b6-bea1-929187d80a75) :2025-07-18 13:48:47.636 DEBUG main _.s.w.s.H.Mappings: o.s.w.a.OpenApiWebMvcResource: {GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String,Locale) {GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,Locale) :2025-07-18 13:48:47.637 DEBUG main o.s.w.s.m.m.a.RequestMappingHandlerMapping: 21 mappings in 'requestMappingHandlerMapping' :2025-07-18 13:48:47.658 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigBearerTokenExtractor' via factory method to bean named 'security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties' :2025-07-18 13:48:47.660 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'resourceAuthExceptionEntryPoint' :2025-07-18 13:48:47.660 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'securityMessageSource' :2025-07-18 13:48:47.662 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceAuthExceptionEntryPoint' via factory method to bean named 'jacksonObjectMapper' :2025-07-18 13:48:47.662 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceAuthExceptionEntryPoint' via factory method to bean named 'securityMessageSource' :2025-07-18 13:48:47.663 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'opaqueTokenIntrospector' :2025-07-18 13:48:47.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService' :2025-07-18 13:48:47.666 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'opaqueTokenIntrospector' via factory method to bean named 'com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService' :2025-07-18 13:48:47.669 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' :2025-07-18 13:48:47.670 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (2bcfe045-3c63-47b6-bea1-929187d80a75) :2025-07-18 13:48:47.670 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 :2025-07-18 13:48:47.670 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'objectPostProcessor' :2025-07-18 13:48:47.670 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'objectPostProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:47.672 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration' :2025-07-18 13:48:47.673 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'enableGlobalAuthenticationAutowiredConfigurer' :2025-07-18 13:48:47.673 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'enableGlobalAuthenticationAutowiredConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.674 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'initializeUserDetailsBeanManagerConfigurer' :2025-07-18 13:48:47.674 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'initializeUserDetailsBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.675 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'initializeAuthenticationProviderBeanManagerConfigurer' :2025-07-18 13:48:47.676 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'initializeAuthenticationProviderBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.678 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authenticationManagerBuilder' :2025-07-18 13:48:47.678 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'objectPostProcessor' :2025-07-18 13:48:47.678 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.680 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authenticationEventPublisher' :2025-07-18 13:48:47.680 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration' :2025-07-18 13:48:47.680 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.694 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration' :2025-07-18 13:48:47.701 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'filterChainDecoratorPostProcessor' :2025-07-18 13:48:47.703 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcHandlerMappingIntrospectorRequestTransformer' :2025-07-18 13:48:47.703 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcHandlerMappingIntrospector' :2025-07-18 13:48:47.705 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'welcomePageHandlerMapping' :2025-07-18 13:48:47.705 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.705 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.705 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.713 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping' :2025-07-18 13:48:47.713 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.713 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.713 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.714 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=6/10, idle=6/10, active=0, waiting=0) :2025-07-18 13:48:47.714 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (6d85ad27-fcf4-4451-99b3-4348ed0813a5) :2025-07-18 13:48:47.720 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewControllerHandlerMapping' :2025-07-18 13:48:47.720 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.720 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.721 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'beanNameHandlerMapping' :2025-07-18 13:48:47.721 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.721 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.723 DEBUG main _.s.w.s.H.Mappings: 'beanNameHandlerMapping' {} :2025-07-18 13:48:47.727 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'routerFunctionMapping' :2025-07-18 13:48:47.727 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.727 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.728 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'messageConverters' :2025-07-18 13:48:47.728 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' :2025-07-18 13:48:47.731 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'stringHttpMessageConverter' :2025-07-18 13:48:47.731 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' :2025-07-18 13:48:47.732 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' :2025-07-18 13:48:47.735 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' :2025-07-18 13:48:47.735 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' :2025-07-18 13:48:47.736 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' :2025-07-18 13:48:47.752 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'resourceHandlerMapping' :2025-07-18 13:48:47.753 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:47.753 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:47.753 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:47.763 DEBUG main _.s.w.s.H.Mappings: 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]} :2025-07-18 13:48:47.765 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (6d85ad27-fcf4-4451-99b3-4348ed0813a5) :2025-07-18 13:48:47.766 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@28202dee :2025-07-18 13:48:47.767 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultServletHandlerMapping' :2025-07-18 13:48:47.768 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping' :2025-07-18 13:48:47.768 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration' :2025-07-18 13:48:47.769 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webEndpointDiscoverer' :2025-07-18 13:48:47.770 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointOperationParameterMapper' :2025-07-18 13:48:47.773 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointMediaTypes' :2025-07-18 13:48:47.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' :2025-07-18 13:48:47.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes' :2025-07-18 13:48:47.776 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointGroups' :2025-07-18 13:48:47.776 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration' :2025-07-18 13:48:47.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:47.782 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.782 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:47.783 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthStatusAggregator' :2025-07-18 13:48:47.783 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:47.786 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthHttpCodeStatusMapper' :2025-07-18 13:48:47.787 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:47.793 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor' :2025-07-18 13:48:47.793 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment' :2025-07-18 13:48:47.795 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter' :2025-07-18 13:48:47.797 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webAccessPropertiesOperationFilter' :2025-07-18 13:48:47.797 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webAccessPropertiesOperationFilter' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:47.803 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' :2025-07-18 13:48:47.804 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:47.808 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cachesEndpoint' :2025-07-18 13:48:47.808 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration' :2025-07-18 13:48:47.809 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=7/10, idle=7/10, active=0, waiting=0) :2025-07-18 13:48:47.809 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (711400e0-8317-4a44-8b65-5833ee4e6971) :2025-07-18 13:48:47.810 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cachesEndpoint' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:47.811 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheManager' :2025-07-18 13:48:47.811 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration' :2025-07-18 13:48:47.813 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' :2025-07-18 13:48:47.814 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheManagerCustomizers' :2025-07-18 13:48:47.814 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' :2025-07-18 13:48:47.817 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisConnectionFactory' :2025-07-18 13:48:47.817 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' :2025-07-18 13:48:47.817 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' :2025-07-18 13:48:47.821 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisConnectionDetails' :2025-07-18 13:48:47.821 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' :2025-07-18 13:48:47.822 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisConnectionDetails' via factory method to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' :2025-07-18 13:48:47.825 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' :2025-07-18 13:48:47.825 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'redisConnectionDetails' :2025-07-18 13:48:47.831 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lettuceClientResources' :2025-07-18 13:48:47.834 DEBUG main i.n.u.i.l.InternalLoggerFactory: Using SLF4J as the default logging framework :2025-07-18 13:48:47.836 DEBUG main i.l.c.r.AddressResolverGroupProvider: Starting without optional netty's non-blocking DNS resolver library :2025-07-18 13:48:47.836 DEBUG main i.l.c.r.DefaultClientResources: -Dio.netty.eventLoopThreads: 28 :2025-07-18 13:48:47.839 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lettuceMetrics' :2025-07-18 13:48:47.839 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' :2025-07-18 13:48:47.841 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'micrometerOptions' :2025-07-18 13:48:47.843 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:47.843 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'micrometerOptions' :2025-07-18 13:48:47.847 DEBUG main i.l.c.r.DefaultEventLoopGroupProvider: Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup :2025-07-18 13:48:47.853 DEBUG main i.n.u.c.GlobalEventExecutor: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 :2025-07-18 13:48:47.856 DEBUG main i.n.u.i.InternalThreadLocalMap: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 :2025-07-18 13:48:47.856 DEBUG main i.n.u.i.InternalThreadLocalMap: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 :2025-07-18 13:48:47.859 DEBUG main i.n.u.ResourceLeakDetector: -Dio.netty.leakDetection.level: simple :2025-07-18 13:48:47.859 DEBUG main i.n.u.ResourceLeakDetector: -Dio.netty.leakDetection.targetRecords: 4 :2025-07-18 13:48:47.860 DEBUG main i.n.u.ResourceLeakDetectorFactory: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@48b53f3d :2025-07-18 13:48:47.863 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (711400e0-8317-4a44-8b65-5833ee4e6971) :2025-07-18 13:48:47.863 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a :2025-07-18 13:48:47.875 DEBUG main i.n.u.i.PlatformDependent0: Java version: 21 :2025-07-18 13:48:47.875 DEBUG main i.n.u.i.PlatformDependent0: -Dio.netty.noUnsafe: false :2025-07-18 13:48:47.875 DEBUG main i.n.u.i.PlatformDependent0: sun.misc.Unsafe.theUnsafe: available :2025-07-18 13:48:47.876 DEBUG main i.n.u.i.PlatformDependent0: sun.misc.Unsafe base methods: all available :2025-07-18 13:48:47.876 DEBUG main i.n.u.i.PlatformDependent0: sun.misc.Unsafe.storeFence: available :2025-07-18 13:48:47.876 DEBUG main i.n.u.i.PlatformDependent0: java.nio.Buffer.address: available :2025-07-18 13:48:47.876 DEBUG main i.n.u.i.PlatformDependent0: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled :2025-07-18 13:48:47.876 DEBUG main i.n.u.i.PlatformDependent0: java.nio.Bits.unaligned: available, true :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent0: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @1cf6d1be :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent0: java.nio.DirectByteBuffer.(long, {int,long}): unavailable :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent: sun.misc.Unsafe: available :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.tmpdir: C:\Users\L\AppData\Local\Temp (java.io.tmpdir) :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.bitMode: 64 (sun.arch.data.model) :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent: Platform: Windows :2025-07-18 13:48:47.877 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.maxDirectMemory: -1 bytes :2025-07-18 13:48:47.878 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.uninitializedArrayAllocationThreshold: -1 :2025-07-18 13:48:47.878 DEBUG main i.n.u.i.CleanerJava9: java.nio.ByteBuffer.cleaner(): available :2025-07-18 13:48:47.878 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.noPreferDirect: false :2025-07-18 13:48:47.883 DEBUG main i.n.u.i.PlatformDependent: org.jctools-core.MpscChunkedArrayQueue: available :2025-07-18 13:48:47.889 DEBUG main r.u.Loggers: Using Slf4j logging framework :2025-07-18 13:48:47.891 DEBUG main i.l.c.e.j.EventRecorderHolder: Starting with JFR support :2025-07-18 13:48:47.900 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisConnectionFactory' via factory method to bean named 'lettuceClientResources' :2025-07-18 13:48:47.903 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=8/10, idle=8/10, active=0, waiting=0) :2025-07-18 13:48:47.903 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (0b5f5390-365a-4553-b967-f34dfcf5887c) :2025-07-18 13:48:47.960 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (0b5f5390-365a-4553-b967-f34dfcf5887c) :2025-07-18 13:48:47.960 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 :2025-07-18 13:48:47.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' :2025-07-18 13:48:47.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'cacheManagerCustomizers' :2025-07-18 13:48:47.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:47.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpoint' :2025-07-18 13:48:47.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthContributorRegistry' :2025-07-18 13:48:47.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigHealthIndicator' :2025-07-18 13:48:47.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration' :2025-07-18 13:48:47.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigManager' :2025-07-18 13:48:47.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.NacosConfigAutoConfiguration' :2025-07-18 13:48:47.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigProperties' :2025-07-18 13:48:47.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosConfigProperties' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:47.989 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosConfigManager' via factory method to bean named 'nacosConfigProperties' :2025-07-18 13:48:47.989 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosRefreshHistory' :2025-07-18 13:48:47.993 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosDiscoveryHealthIndicator' :2025-07-18 13:48:47.993 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.endpoint.NacosDiscoveryEndpointAutoConfiguration' :2025-07-18 13:48:47.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosServiceManager' :2025-07-18 13:48:47.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.NacosServiceAutoConfiguration' :2025-07-18 13:48:47.995 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryHealthIndicator' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:47.996 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslHealthIndicator' :2025-07-18 13:48:47.996 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration' :2025-07-18 13:48:47.997 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslInfo' :2025-07-18 13:48:47.998 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=9/10, idle=9/10, active=0, waiting=0) :2025-07-18 13:48:47.998 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties' :2025-07-18 13:48:47.998 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (fb41ae22-b854-4a1e-a0e7-ea59883c4124) :2025-07-18 13:48:47.999 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslInfo' via factory method to bean named 'sslBundleRegistry' :2025-07-18 13:48:47.999 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslInfo' via factory method to bean named 'management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties' :2025-07-18 13:48:48.000 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslHealthIndicator' via factory method to bean named 'sslInfo' :2025-07-18 13:48:48.002 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'diskSpaceHealthIndicator' :2025-07-18 13:48:48.002 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration' :2025-07-18 13:48:48.003 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' :2025-07-18 13:48:48.004 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' :2025-07-18 13:48:48.005 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pingHealthContributor' :2025-07-18 13:48:48.005 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration' :2025-07-18 13:48:48.007 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dbHealthContributor' :2025-07-18 13:48:48.007 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration' :2025-07-18 13:48:48.009 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' :2025-07-18 13:48:48.009 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' :2025-07-18 13:48:48.017 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' :2025-07-18 13:48:48.018 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:48.019 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' :2025-07-18 13:48:48.025 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScopeHealthIndicator' :2025-07-18 13:48:48.025 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration' :2025-07-18 13:48:48.027 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesRebinder' :2025-07-18 13:48:48.027 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' :2025-07-18 13:48:48.028 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesRebinder' via factory method to bean named 'configurationPropertiesBeans' :2025-07-18 13:48:48.031 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeHealthIndicator' via factory method to bean named 'configurationPropertiesRebinder' :2025-07-18 13:48:48.031 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'discoveryCompositeHealthContributor' :2025-07-18 13:48:48.032 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.CommonsClientAutoConfiguration$DiscoveryLoadBalancerConfiguration' :2025-07-18 13:48:48.033 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'discoveryClientHealthIndicator' :2025-07-18 13:48:48.034 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.discovery.client.health-indicator-org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties' :2025-07-18 13:48:48.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'discoveryClientHealthIndicator' via factory method to bean named 'spring.cloud.discovery.client.health-indicator-org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties' :2025-07-18 13:48:48.036 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'discoveryCompositeHealthContributor' via factory method to bean named 'discoveryClientHealthIndicator' :2025-07-18 13:48:48.040 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisHealthContributor' :2025-07-18 13:48:48.040 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration' :2025-07-18 13:48:48.043 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisHealthContributor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'nacosConfigHealthIndicator' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'nacosDiscoveryHealthIndicator' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'sslHealthIndicator' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'refreshScopeHealthIndicator' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'discoveryCompositeHealthContributor' :2025-07-18 13:48:48.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'redisHealthContributor' :2025-07-18 13:48:48.054 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry' :2025-07-18 13:48:48.054 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:48.054 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:48.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint' :2025-07-18 13:48:48.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration' :2025-07-18 13:48:48.059 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (fb41ae22-b854-4a1e-a0e7-ea59883c4124) :2025-07-18 13:48:48.059 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca :2025-07-18 13:48:48.060 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' :2025-07-18 13:48:48.062 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' :2025-07-18 13:48:48.069 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'environmentEndpoint' :2025-07-18 13:48:48.069 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration' :2025-07-18 13:48:48.070 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' :2025-07-18 13:48:48.071 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment' :2025-07-18 13:48:48.071 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' :2025-07-18 13:48:48.074 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'quartzEndpoint' :2025-07-18 13:48:48.074 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration' :2025-07-18 13:48:48.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'quartzEndpoint' via factory method to bean named 'scheduler' :2025-07-18 13:48:48.080 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sbomEndpoint' :2025-07-18 13:48:48.080 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' :2025-07-18 13:48:48.081 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' :2025-07-18 13:48:48.081 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' via constructor to bean named 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' :2025-07-18 13:48:48.082 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sbomEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:48.085 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigEndpoint' :2025-07-18 13:48:48.090 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosDiscoveryEndpoint' :2025-07-18 13:48:48.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosProperties' :2025-07-18 13:48:48.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration' :2025-07-18 13:48:48.092 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - After adding stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:48:48.092 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Connection not added, stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:48:48.093 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'spring.application.name' in PropertySource 'environmentProperties' with value of type String :2025-07-18 13:48:48.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'inetIPv6Utils' :2025-07-18 13:48:48.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.util.UtilIPv6AutoConfiguration' :2025-07-18 13:48:48.094 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'inetUtilsProperties' :2025-07-18 13:48:48.094 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.util.UtilAutoConfiguration' :2025-07-18 13:48:48.096 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'inetIPv6Utils' via factory method to bean named 'inetUtilsProperties' :2025-07-18 13:48:48.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'inetUtils' :2025-07-18 13:48:48.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'inetUtils' via factory method to bean named 'inetUtilsProperties' :2025-07-18 13:48:49.113 INFO main o.s.c.c.u.InetUtils: Cannot determine local hostname :2025-07-18 13:48:49.122 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryEndpoint' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:49.122 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryEndpoint' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:49.123 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelEndPoint' :2025-07-18 13:48:49.123 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.endpoint.SentinelEndpointAutoConfiguration' :2025-07-18 13:48:49.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelEndPoint' via factory method to bean named 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' :2025-07-18 13:48:49.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'beansEndpoint' :2025-07-18 13:48:49.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration' :2025-07-18 13:48:49.126 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.130 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cachesEndpointWebExtension' :2025-07-18 13:48:49.130 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cachesEndpointWebExtension' via factory method to bean named 'cachesEndpoint' :2025-07-18 13:48:49.132 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointWebExtension' :2025-07-18 13:48:49.132 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration' :2025-07-18 13:48:49.133 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry' :2025-07-18 13:48:49.133 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:49.133 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:49.134 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'infoEndpoint' :2025-07-18 13:48:49.134 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration' :2025-07-18 13:48:49.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'conditionsReportEndpoint' :2025-07-18 13:48:49.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration' :2025-07-18 13:48:49.137 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesReportEndpointWebExtension' :2025-07-18 13:48:49.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'configurationPropertiesReportEndpoint' :2025-07-18 13:48:49.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' :2025-07-18 13:48:49.140 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'environmentEndpointWebExtension' :2025-07-18 13:48:49.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'environmentEndpoint' :2025-07-18 13:48:49.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' :2025-07-18 13:48:49.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'logFileWebEndpoint' :2025-07-18 13:48:49.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration' :2025-07-18 13:48:49.143 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' :2025-07-18 13:48:49.144 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'logFileWebEndpoint' via factory method to bean named 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' :2025-07-18 13:48:49.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loggersEndpoint' :2025-07-18 13:48:49.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration' :2025-07-18 13:48:49.147 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem' :2025-07-18 13:48:49.150 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dumpEndpoint' :2025-07-18 13:48:49.150 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration' :2025-07-18 13:48:49.152 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsEndpoint' :2025-07-18 13:48:49.152 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration' :2025-07-18 13:48:49.153 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:49.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'quartzEndpointWebExtension' :2025-07-18 13:48:49.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.quartz-org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties' :2025-07-18 13:48:49.157 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'quartzEndpointWebExtension' via factory method to bean named 'quartzEndpoint' :2025-07-18 13:48:49.157 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'quartzEndpointWebExtension' via factory method to bean named 'management.endpoint.quartz-org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties' :2025-07-18 13:48:49.159 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sbomEndpointWebExtension' :2025-07-18 13:48:49.160 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sbomEndpointWebExtension' via factory method to bean named 'sbomEndpoint' :2025-07-18 13:48:49.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'scheduledTasksEndpoint' :2025-07-18 13:48:49.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration' :2025-07-18 13:48:49.164 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mappingsEndpoint' :2025-07-18 13:48:49.164 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration' :2025-07-18 13:48:49.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider' :2025-07-18 13:48:49.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration' :2025-07-18 13:48:49.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletMappingDescriptionProvider' :2025-07-18 13:48:49.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration' :2025-07-18 13:48:49.170 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'filterMappingDescriptionProvider' :2025-07-18 13:48:49.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshEndpoint' :2025-07-18 13:48:49.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration$RefreshEndpointConfiguration' :2025-07-18 13:48:49.173 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configDataContextRefresher' :2025-07-18 13:48:49.173 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshAutoConfiguration' :2025-07-18 13:48:49.175 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.refresh-org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshProperties' :2025-07-18 13:48:49.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configDataContextRefresher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configDataContextRefresher' via factory method to bean named 'refreshScope' :2025-07-18 13:48:49.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configDataContextRefresher' via factory method to bean named 'spring.cloud.refresh-org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshProperties' :2025-07-18 13:48:49.178 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshEndpoint' via factory method to bean named 'configDataContextRefresher' :2025-07-18 13:48:49.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'featuresEndpoint' :2025-07-18 13:48:49.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.CommonsClientAutoConfiguration$ActuatorConfiguration' :2025-07-18 13:48:49.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springCloudCommonsFeatures' :2025-07-18 13:48:49.180 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignFeature' :2025-07-18 13:48:49.180 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration' :2025-07-18 13:48:49.181 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'default.com.pig4cloud.pig.daemon.quartz.PigQuartzApplication.FeignClientSpecification' :2025-07-18 13:48:49.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteClientDetailsService.FeignClientSpecification' :2025-07-18 13:48:49.183 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteDictService.FeignClientSpecification' :2025-07-18 13:48:49.183 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteLogService.FeignClientSpecification' :2025-07-18 13:48:49.183 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteParamService.FeignClientSpecification' :2025-07-18 13:48:49.185 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteTokenService.FeignClientSpecification' :2025-07-18 13:48:49.185 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteUserService.FeignClientSpecification' :2025-07-18 13:48:49.188 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'serviceRegistryEndpoint' :2025-07-18 13:48:49.189 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration' :2025-07-18 13:48:49.189 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration' :2025-07-18 13:48:49.190 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration' via constructor to bean named 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration' :2025-07-18 13:48:49.190 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosRegistration' :2025-07-18 13:48:49.190 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.registry.NacosServiceRegistryAutoConfiguration' :2025-07-18 13:48:49.191 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosRegistration' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:49.191 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosRegistration' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties' :2025-07-18 13:48:49.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosServiceRegistry' :2025-07-18 13:48:49.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceRegistry' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:49.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceRegistry' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:49.199 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'serviceRegistryEndpoint' via factory method to bean named 'nacosServiceRegistry' :2025-07-18 13:48:49.215 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webEndpointServletHandlerMapping' :2025-07-18 13:48:49.215 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration' :2025-07-18 13:48:49.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'controllerEndpointDiscoverer' :2025-07-18 13:48:49.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter' :2025-07-18 13:48:49.221 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:49.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment' :2025-07-18 13:48:49.229 INFO main o.s.b.a.e.w.EndpointLinksResolver: Exposing 21 endpoints beneath base path '/actuator' :2025-07-18 13:48:49.243 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'controllerEndpointHandlerMapping' :2025-07-18 13:48:49.243 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' :2025-07-18 13:48:49.243 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' :2025-07-18 13:48:49.243 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:49.243 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:49.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'resourceServer' :2025-07-18 13:48:49.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' :2025-07-18 13:48:49.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'resourceAuthExceptionEntryPoint' :2025-07-18 13:48:49.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties' :2025-07-18 13:48:49.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'pigBearerTokenExtractor' :2025-07-18 13:48:49.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'opaqueTokenIntrospector' :2025-07-18 13:48:49.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration' :2025-07-18 13:48:49.269 WARN main o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer: Found 2 UserDetailsService beans, with names [com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl, com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl]. Global Authentication Manager will not use a UserDetailsService for username/password login. Consider publishing a single UserDetailsService bean. :2025-07-18 13:48:49.269 DEBUG main o.s.s.c.a.a.c.AuthenticationConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder: No authenticationProviders and no parentAuthenticationManager defined. Returning null. :2025-07-18 13:48:49.312 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceServer' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity' :2025-07-18 13:48:49.315 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webAuthorizationManagerPostProcessor' :2025-07-18 13:48:49.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authenticationManagerPostProcessor' :2025-07-18 13:48:49.371 DEBUG main o.s.s.w.DefaultSecurityFilterChain: Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, LogoutFilter, BearerTokenAuthenticationFilter, AuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, ExceptionTranslationFilter, AuthorizationFilter :2025-07-18 13:48:49.375 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'delegatingApplicationListener' :2025-07-18 13:48:49.375 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springSecurityFilterChain' :2025-07-18 13:48:49.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webSecurityExpressionHandler' :2025-07-18 13:48:49.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'privilegeEvaluator' :2025-07-18 13:48:49.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestDataValueProcessor' :2025-07-18 13:48:49.397 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.ObservationConfiguration' :2025-07-18 13:48:49.398 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'prePostAuthorizeExpressionHintsRegistrar' :2025-07-18 13:48:49.399 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.method.configuration.AuthorizationProxyConfiguration' :2025-07-18 13:48:49.400 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizationProxyFactory' :2025-07-18 13:48:49.401 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webTargetVisitor' :2025-07-18 13:48:49.401 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.method.configuration.AuthorizationProxyWebConfiguration' :2025-07-18 13:48:49.408 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizeReturnObjectHintsRegistrar' :2025-07-18 13:48:49.408 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authorizeReturnObjectHintsRegistrar' via factory method to bean named 'authorizationProxyFactory' :2025-07-18 13:48:49.410 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.method.configuration.MethodObservationConfiguration' :2025-07-18 13:48:49.411 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.feign.PigFeignClientConfiguration' :2025-07-18 13:48:49.413 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'oauthRequestInterceptor' :2025-07-18 13:48:49.414 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'oauthRequestInterceptor' via factory method to bean named 'pigBearerTokenExtractor' :2025-07-18 13:48:49.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'swagger-com.pig4cloud.pig.common.swagger.support.SwaggerProperties' :2025-07-18 13:48:49.419 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openAPIDefinition' :2025-07-18 13:48:49.431 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openAPIMetadata' :2025-07-18 13:48:49.432 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteClientDetailsService' :2025-07-18 13:48:49.433 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:49.437 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteDictService' :2025-07-18 13:48:49.438 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:49.439 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteLogService' :2025-07-18 13:48:49.439 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:49.441 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteParamService' :2025-07-18 13:48:49.441 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:49.442 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteTokenService' :2025-07-18 13:48:49.442 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:49.444 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteUserService' :2025-07-18 13:48:49.444 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:49.445 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration' :2025-07-18 13:48:49.446 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' :2025-07-18 13:48:49.446 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' :2025-07-18 13:48:49.447 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' :2025-07-18 13:48:49.448 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' :2025-07-18 13:48:49.448 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' :2025-07-18 13:48:49.449 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' :2025-07-18 13:48:49.450 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder' :2025-07-18 13:48:49.452 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$AsyncConfigurerConfiguration' :2025-07-18 13:48:49.452 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'applicationTaskExecutorAsyncConfigurer' :2025-07-18 13:48:49.453 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'applicationTaskExecutorAsyncConfigurer' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:49.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$BootstrapExecutorConfiguration' :2025-07-18 13:48:49.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' :2025-07-18 13:48:49.455 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' :2025-07-18 13:48:49.455 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultValidator' :2025-07-18 13:48:49.455 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.457 DEBUG main o.h.v.m.ResourceBundleMessageInterpolator: Loaded expression factory via original TCCL :2025-07-18 13:48:49.459 DEBUG main o.h.v.i.e.AbstractConfigurationImpl: Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator :2025-07-18 13:48:49.459 DEBUG main o.h.v.i.e.AbstractConfigurationImpl: Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory :2025-07-18 13:48:49.460 DEBUG main o.h.v.i.x.c.ValidationXmlParser: Trying to load META-INF/validation.xml for XML based Validator configuration. :2025-07-18 13:48:49.460 DEBUG main o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via user class loader :2025-07-18 13:48:49.460 DEBUG main o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via TCCL :2025-07-18 13:48:49.460 DEBUG main o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via Hibernate Validator's class loader :2025-07-18 13:48:49.461 DEBUG main o.h.v.i.x.c.ValidationXmlParser: No META-INF/validation.xml found. Using annotation based configuration only. :2025-07-18 13:48:49.461 DEBUG main o.h.v.i.e.r.TraversableResolvers: Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. :2025-07-18 13:48:49.462 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. :2025-07-18 13:48:49.462 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. :2025-07-18 13:48:49.462 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. :2025-07-18 13:48:49.462 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. :2025-07-18 13:48:49.462 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. :2025-07-18 13:48:49.462 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. :2025-07-18 13:48:49.467 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' :2025-07-18 13:48:49.469 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'error' :2025-07-18 13:48:49.469 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'beanNameViewResolver' :2025-07-18 13:48:49.470 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' :2025-07-18 13:48:49.470 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:49.470 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:49.472 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'conventionErrorViewResolver' :2025-07-18 13:48:49.473 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'errorAttributes' :2025-07-18 13:48:49.474 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'basicErrorController' :2025-07-18 13:48:49.474 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' :2025-07-18 13:48:49.476 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'localeResolver' :2025-07-18 13:48:49.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'themeResolver' :2025-07-18 13:48:49.479 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'flashMapManager' :2025-07-18 13:48:49.481 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewNameTranslator' :2025-07-18 13:48:49.482 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcValidator' :2025-07-18 13:48:49.485 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcPatternParser' :2025-07-18 13:48:49.485 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcUrlPathHelper' :2025-07-18 13:48:49.487 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcPathMatcher' :2025-07-18 13:48:49.488 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestMappingHandlerAdapter' :2025-07-18 13:48:49.490 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:49.490 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.490 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' :2025-07-18 13:48:49.496 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortResolver' :2025-07-18 13:48:49.496 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortCustomizer' :2025-07-18 13:48:49.501 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageableResolver' :2025-07-18 13:48:49.501 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageableCustomizer' :2025-07-18 13:48:49.510 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' :2025-07-18 13:48:49.512 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration' :2025-07-18 13:48:49.517 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.configuration.SpringDocConfiguration' :2025-07-18 13:48:49.518 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.feign.sentinel.handle.GlobalBizExceptionHandler' :2025-07-18 13:48:49.522 DEBUG main o.s.w.s.m.m.a.RequestMappingHandlerAdapter: ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice :2025-07-18 13:48:49.542 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcViewResolver' :2025-07-18 13:48:49.542 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:49.545 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultViewResolver' :2025-07-18 13:48:49.553 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewResolver' :2025-07-18 13:48:49.553 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:49.555 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewResolver' :2025-07-18 13:48:49.570 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'handlerFunctionAdapter' :2025-07-18 13:48:49.571 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcUriComponentsContributor' :2025-07-18 13:48:49.571 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.571 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' :2025-07-18 13:48:49.574 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'httpRequestHandlerAdapter' :2025-07-18 13:48:49.576 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' :2025-07-18 13:48:49.577 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'handlerExceptionResolver' :2025-07-18 13:48:49.577 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:49.584 DEBUG main o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver: ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice :2025-07-18 13:48:49.586 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.ReactiveSentinelCircuitBreakerAutoConfiguration' :2025-07-18 13:48:49.587 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveConfigureRulesCustomizer' :2025-07-18 13:48:49.587 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$ReactiveSentinelCustomizerConfiguration' :2025-07-18 13:48:49.589 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties' :2025-07-18 13:48:49.595 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveConfigureRulesCustomizer' via factory method to bean named 'feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties' :2025-07-18 13:48:49.600 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveSentinelCircuitBreakerFactory' :2025-07-18 13:48:49.604 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.SentinelCircuitBreakerAutoConfiguration' :2025-07-18 13:48:49.605 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configureRulesCustomizer' :2025-07-18 13:48:49.605 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$SentinelCustomizerConfiguration' :2025-07-18 13:48:49.606 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configureRulesCustomizer' via factory method to bean named 'feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties' :2025-07-18 13:48:49.614 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelCircuitBreakerFactory' :2025-07-18 13:48:49.616 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerNameResolverConfiguration' :2025-07-18 13:48:49.617 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientCircuitNameResolver' :2025-07-18 13:48:49.619 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerListenerConfiguration' :2025-07-18 13:48:49.620 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'circuitBreakerRuleChangeListener' :2025-07-18 13:48:49.621 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration' :2025-07-18 13:48:49.621 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosContextRefresher' :2025-07-18 13:48:49.622 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosContextRefresher' via factory method to bean named 'nacosConfigManager' :2025-07-18 13:48:49.622 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosContextRefresher' via factory method to bean named 'nacosRefreshHistory' :2025-07-18 13:48:49.623 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.NacosConfigSpringCloudAutoConfiguration' :2025-07-18 13:48:49.623 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosPropertySourceLocator' :2025-07-18 13:48:49.623 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosPropertySourceLocator' via factory method to bean named 'nacosConfigManager' :2025-07-18 13:48:49.625 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigSpringCloudRefreshEventListener' :2025-07-18 13:48:49.626 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosServiceDiscovery' :2025-07-18 13:48:49.626 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceDiscovery' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:49.626 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceDiscovery' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:49.627 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryClientConfiguration' :2025-07-18 13:48:49.627 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosDiscoveryClient' :2025-07-18 13:48:49.628 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryClient' via factory method to bean named 'nacosServiceDiscovery' :2025-07-18 13:48:49.629 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryHeartBeatConfiguration' :2025-07-18 13:48:49.630 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration' :2025-07-18 13:48:49.631 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosAutoServiceRegistration' :2025-07-18 13:48:49.632 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosAutoServiceRegistration' via factory method to bean named 'nacosServiceRegistry' :2025-07-18 13:48:49.632 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosAutoServiceRegistration' via factory method to bean named 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' :2025-07-18 13:48:49.632 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosAutoServiceRegistration' via factory method to bean named 'nacosRegistration' :2025-07-18 13:48:49.636 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration$SentinelJsonConfiguration' :2025-07-18 13:48:49.637 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-flow-converter' :2025-07-18 13:48:49.638 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-degrade-converter' :2025-07-18 13:48:49.639 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-system-converter' :2025-07-18 13:48:49.639 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-authority-converter' :2025-07-18 13:48:49.640 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-param-flow-converter' :2025-07-18 13:48:49.640 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration' :2025-07-18 13:48:49.641 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration' :2025-07-18 13:48:49.641 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelResourceAspect' :2025-07-18 13:48:49.642 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelDataSourceHandler' :2025-07-18 13:48:49.642 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelDataSourceHandler' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:49.642 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelDataSourceHandler' via factory method to bean named 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' :2025-07-18 13:48:49.642 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelDataSourceHandler' via factory method to bean named 'environment' :2025-07-18 13:48:49.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.feign.PigFeignAutoConfiguration' :2025-07-18 13:48:49.645 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigFeignRequestCloseInterceptor' :2025-07-18 13:48:49.646 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigFeignInnerRequestInterceptor' :2025-07-18 13:48:49.647 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.feign.SentinelFeignAutoConfiguration' :2025-07-18 13:48:49.648 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.DdlAutoConfiguration' :2025-07-18 13:48:49.649 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' :2025-07-18 13:48:49.649 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' via constructor to bean named 'dataSource' :2025-07-18 13:48:49.650 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration' :2025-07-18 13:48:49.650 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' :2025-07-18 13:48:49.650 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' :2025-07-18 13:48:49.651 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$MapperScannerRegistrarNotFoundConfiguration' :2025-07-18 13:48:49.651 DEBUG main c.b.m.a.MybatisPlusAutoConfiguration: Not found configuration for registering mapper bean using @MapperScan, MapperFactoryBean and MapperScannerConfigurer. :2025-07-18 13:48:49.652 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatisPlusSpringApplicationContextAware' :2025-07-18 13:48:49.652 INFO main c.b.m.e.s.MybatisPlusApplicationContextAware: Register ApplicationContext instances org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a :2025-07-18 13:48:49.652 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.RedisTemplateConfiguration' :2025-07-18 13:48:49.653 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisTemplate' :2025-07-18 13:48:49.654 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:49.670 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:49.671 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.672 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.678 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.679 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.680 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:49.683 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:49.684 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:49.699 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hashOperations' :2025-07-18 13:48:49.700 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'hashOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:49.705 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'valueOperations' :2025-07-18 13:48:49.706 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'stringRedisTemplate' :2025-07-18 13:48:49.706 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'stringRedisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:49.713 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'valueOperations' via factory method to bean named 'stringRedisTemplate' :2025-07-18 13:48:49.717 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'listOperations' :2025-07-18 13:48:49.717 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'listOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:49.721 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'setOperations' :2025-07-18 13:48:49.721 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'setOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:49.725 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'zSetOperations' :2025-07-18 13:48:49.725 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'zSetOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:49.736 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.RestTemplateConfiguration' :2025-07-18 13:48:49.738 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restTemplate' :2025-07-18 13:48:49.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restClientBuilder' :2025-07-18 13:48:49.760 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'deferringLoadBalancerInterceptor' :2025-07-18 13:48:49.763 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.util.SpringContextHolder' :2025-07-18 13:48:49.765 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.excel.ExcelAutoConfiguration' :2025-07-18 13:48:49.766 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteDictApiService' :2025-07-18 13:48:49.862 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dictDataProvider' :2025-07-18 13:48:49.862 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dictDataProvider' via factory method to bean named 'remoteDictApiService' :2025-07-18 13:48:49.864 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.log.LogAutoConfiguration' :2025-07-18 13:48:49.865 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysLogListener' :2025-07-18 13:48:49.865 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'security.log-com.pig4cloud.pig.common.log.config.PigLogProperties' :2025-07-18 13:48:49.868 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContext' :2025-07-18 13:48:49.873 DEBUG main o.s.c.a.AnnotationConfigApplicationContext: Refreshing FeignClientFactory-remoteLogService :2025-07-18 13:48:49.873 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:49.883 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:49.883 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:49.883 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:49.883 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:49.883 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:49.884 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyPlaceholderAutoConfiguration' :2025-07-18 13:48:49.884 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientsConfiguration' :2025-07-18 13:48:49.886 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.openfeign.client-org.springframework.cloud.openfeign.FeignClientProperties' :2025-07-18 13:48:49.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.openfeign.encoder-org.springframework.cloud.openfeign.support.FeignEncoderProperties' :2025-07-18 13:48:49.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignClientsConfiguration$DefaultFeignBuilderConfiguration' :2025-07-18 13:48:49.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignDecoder' :2025-07-18 13:48:49.890 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignEncoderPageable' :2025-07-18 13:48:49.894 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignQueryMapEncoderPageable' :2025-07-18 13:48:49.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContract' :2025-07-18 13:48:49.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignConversionService' :2025-07-18 13:48:49.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignContract' via factory method to bean named 'feignConversionService' :2025-07-18 13:48:49.900 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignRetryer' :2025-07-18 13:48:49.900 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignLoggerFactory' :2025-07-18 13:48:49.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientConfigurer' :2025-07-18 13:48:49.904 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScopeRefreshedEventListener' :2025-07-18 13:48:49.904 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration' :2025-07-18 13:48:49.906 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configPropsSingleton' :2025-07-18 13:48:49.906 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configPropsSingleton' via factory method to bean named 'envCopy' :2025-07-18 13:48:49.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeRefreshedEventListener' via factory method to bean named 'environment' :2025-07-18 13:48:49.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeRefreshedEventListener' via factory method to bean named 'encryptablePropertySourceConverter' :2025-07-18 13:48:49.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeRefreshedEventListener' via factory method to bean named 'configPropsSingleton' :2025-07-18 13:48:49.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshEventListener' :2025-07-18 13:48:49.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshEventListener' via factory method to bean named 'configDataContextRefresher' :2025-07-18 13:48:49.911 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'startupTimeMetrics' :2025-07-18 13:48:49.911 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration' :2025-07-18 13:48:49.911 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:49.913 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springApplicationAdminRegistrar' :2025-07-18 13:48:49.913 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' :2025-07-18 13:48:49.913 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' :2025-07-18 13:48:49.914 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mbeanExporter' :2025-07-18 13:48:49.914 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' :2025-07-18 13:48:49.914 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' :2025-07-18 13:48:49.915 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' :2025-07-18 13:48:49.917 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'objectNamingStrategy' :2025-07-18 13:48:49.919 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' :2025-07-18 13:48:49.919 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:49.922 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mbeanServer' :2025-07-18 13:48:49.923 DEBUG main o.s.j.s.JmxUtils: Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@2c9f9fb0 :2025-07-18 13:48:49.933 DEBUG main o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin: Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' :2025-07-18 13:48:49.957 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cachingCapability' :2025-07-18 13:48:49.957 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cachingCapability' via factory method to bean named 'cacheInterceptor' :2025-07-18 13:48:49.961 INFO main o.s.c.o.FeignClientFactoryBean: For 'pig-upms-biz' URL not provided. Will try picking an instance via load-balancing. :2025-07-18 13:48:49.962 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClient' :2025-07-18 13:48:49.962 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.loadbalancer.OkHttpFeignLoadBalancerConfiguration' :2025-07-18 13:48:49.963 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'okHttpClient' :2025-07-18 13:48:49.963 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration$OkHttpFeignConfiguration' :2025-07-18 13:48:49.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'okHttpClientBuilder' :2025-07-18 13:48:50.021 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'httpClientConnectionPool' :2025-07-18 13:48:50.022 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties' :2025-07-18 13:48:50.025 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'httpClientConnectionPool' via factory method to bean named 'spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties' :2025-07-18 13:48:50.026 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'okHttpClient' via factory method to bean named 'okHttpClientBuilder' :2025-07-18 13:48:50.026 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'okHttpClient' via factory method to bean named 'httpClientConnectionPool' :2025-07-18 13:48:50.026 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'okHttpClient' via factory method to bean named 'spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties' :2025-07-18 13:48:50.041 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'blockingLoadBalancerClient' :2025-07-18 13:48:50.041 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration' :2025-07-18 13:48:50.043 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerClientFactory' :2025-07-18 13:48:50.043 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration' :2025-07-18 13:48:50.044 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.loadbalancer-org.springframework.cloud.client.loadbalancer.LoadBalancerClientsProperties' :2025-07-18 13:48:50.047 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerClientFactory' via factory method to bean named 'spring.cloud.loadbalancer-org.springframework.cloud.client.loadbalancer.LoadBalancerClientsProperties' :2025-07-18 13:48:50.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'default.org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration.LoadBalancerClientSpecification' :2025-07-18 13:48:50.050 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'default.org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration.LoadBalancerClientSpecification' :2025-07-18 13:48:50.052 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'blockingLoadBalancerClient' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:50.055 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'xForwarderHeadersFeignTransformer' :2025-07-18 13:48:50.055 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.loadbalancer.FeignLoadBalancerAutoConfiguration' :2025-07-18 13:48:50.057 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xForwarderHeadersFeignTransformer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:50.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'okHttpClient' :2025-07-18 13:48:50.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'blockingLoadBalancerClient' :2025-07-18 13:48:50.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:50.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'xForwarderHeadersFeignTransformer' :2025-07-18 13:48:50.062 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignTargeter' :2025-07-18 13:48:50.062 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration$DefaultFeignTargeterConfiguration' :2025-07-18 13:48:50.079 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysLogListener' via factory method to bean named 'security.log-com.pig4cloud.pig.common.log.config.PigLogProperties' :2025-07-18 13:48:50.079 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysLogListener' via factory method to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteLogService' :2025-07-18 13:48:50.083 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysLogAspect' :2025-07-18 13:48:50.083 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl' :2025-07-18 13:48:50.086 DEBUG main o.s.c.a.AnnotationConfigApplicationContext: Refreshing FeignClientFactory-remoteUserService :2025-07-18 13:48:50.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:50.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:50.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:50.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:50.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:50.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:50.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyPlaceholderAutoConfiguration' :2025-07-18 13:48:50.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientsConfiguration' :2025-07-18 13:48:50.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignClientsConfiguration$DefaultFeignBuilderConfiguration' :2025-07-18 13:48:50.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignDecoder' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignEncoderPageable' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignQueryMapEncoderPageable' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContract' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignConversionService' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignContract' via factory method to bean named 'feignConversionService' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignRetryer' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignLoggerFactory' :2025-07-18 13:48:50.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientConfigurer' :2025-07-18 13:48:50.096 INFO main o.s.c.o.FeignClientFactoryBean: For 'pig-upms-biz' URL not provided. Will try picking an instance via load-balancing. :2025-07-18 13:48:50.101 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl' via constructor to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteUserService' :2025-07-18 13:48:50.101 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl' via constructor to bean named 'cacheManager' :2025-07-18 13:48:50.104 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationConsentService' :2025-07-18 13:48:50.106 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository' :2025-07-18 13:48:50.111 DEBUG main o.s.c.a.AnnotationConfigApplicationContext: Refreshing FeignClientFactory-remoteClientDetailsService :2025-07-18 13:48:50.111 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:50.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:50.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:50.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:50.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:50.122 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:50.123 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyPlaceholderAutoConfiguration' :2025-07-18 13:48:50.123 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientsConfiguration' :2025-07-18 13:48:50.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignClientsConfiguration$DefaultFeignBuilderConfiguration' :2025-07-18 13:48:50.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignDecoder' :2025-07-18 13:48:50.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignEncoderPageable' :2025-07-18 13:48:50.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignQueryMapEncoderPageable' :2025-07-18 13:48:50.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContract' :2025-07-18 13:48:50.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignConversionService' :2025-07-18 13:48:50.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignContract' via factory method to bean named 'feignConversionService' :2025-07-18 13:48:50.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignRetryer' :2025-07-18 13:48:50.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignLoggerFactory' :2025-07-18 13:48:50.125 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientConfigurer' :2025-07-18 13:48:50.126 INFO main o.s.c.o.FeignClientFactoryBean: For 'pig-upms-biz' URL not provided. Will try picking an instance via load-balancing. :2025-07-18 13:48:50.132 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository' via constructor to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteClientDetailsService' :2025-07-18 13:48:50.137 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl' :2025-07-18 13:48:50.138 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl' via constructor to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteUserService' :2025-07-18 13:48:50.138 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl' via constructor to bean named 'cacheManager' :2025-07-18 13:48:50.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.plugin.excel.ExcelHandlerConfiguration' :2025-07-18 13:48:50.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'excel-com.pig4cloud.plugin.excel.config.ExcelConfigProperties' :2025-07-18 13:48:50.144 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.plugin.excel.ExcelHandlerConfiguration' via constructor to bean named 'excel-com.pig4cloud.plugin.excel.config.ExcelConfigProperties' :2025-07-18 13:48:50.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'writerBuilderEnhancer' :2025-07-18 13:48:50.148 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'singleSheetWriteHandler' :2025-07-18 13:48:50.149 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'i18nHeaderCellWriteHandler' :2025-07-18 13:48:50.149 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'i18nHeaderCellWriteHandler' via factory method to bean named 'messageSource' :2025-07-18 13:48:50.159 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'manySheetWriteHandler' :2025-07-18 13:48:50.160 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'responseExcelReturnValueHandler' :2025-07-18 13:48:50.160 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseExcelReturnValueHandler' via factory method to bean named 'singleSheetWriteHandler' :2025-07-18 13:48:50.160 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseExcelReturnValueHandler' via factory method to bean named 'manySheetWriteHandler' :2025-07-18 13:48:50.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration' :2025-07-18 13:48:50.162 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration' via constructor to bean named 'requestMappingHandlerAdapter' :2025-07-18 13:48:50.162 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration' via constructor to bean named 'responseExcelReturnValueHandler' :2025-07-18 13:48:50.164 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nameProcessor' :2025-07-18 13:48:50.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicNameAspect' :2025-07-18 13:48:50.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dynamicNameAspect' via factory method to bean named 'nameProcessor' :2025-07-18 13:48:50.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration' :2025-07-18 13:48:50.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringbootstarter.JasyptSpringBootAutoConfiguration' :2025-07-18 13:48:50.167 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pathMappedEndpoints' :2025-07-18 13:48:50.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxAnnotationEndpointDiscoverer' :2025-07-18 13:48:50.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' :2025-07-18 13:48:50.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' :2025-07-18 13:48:50.170 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:50.170 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' :2025-07-18 13:48:50.170 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' :2025-07-18 13:48:50.171 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxAnnotationEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' :2025-07-18 13:48:50.171 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxIncludeExcludePropertyEndpointFilter' :2025-07-18 13:48:50.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxAccessPropertiesOperationFilter' :2025-07-18 13:48:50.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxAccessPropertiesOperationFilter' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:50.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer' :2025-07-18 13:48:50.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer' :2025-07-18 13:48:50.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer' :2025-07-18 13:48:50.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' :2025-07-18 13:48:50.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' :2025-07-18 13:48:50.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration' :2025-07-18 13:48:50.193 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' :2025-07-18 13:48:50.195 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration' via constructor to bean named 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' :2025-07-18 13:48:50.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpRequestFactoryBuilder' :2025-07-18 13:48:50.204 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpRequestFactorySettings' :2025-07-18 13:48:50.206 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration' :2025-07-18 13:48:50.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer' :2025-07-18 13:48:50.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restClientSsl' :2025-07-18 13:48:50.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry' :2025-07-18 13:48:50.209 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restClientBuilderConfigurer' :2025-07-18 13:48:50.210 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRestClientCustomizer' :2025-07-18 13:48:50.210 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration' :2025-07-18 13:48:50.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:50.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:50.215 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' :2025-07-18 13:48:50.216 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration' :2025-07-18 13:48:50.217 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.http.reactiveclient-org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties' :2025-07-18 13:48:50.219 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration' via constructor to bean named 'spring.http.reactiveclient-org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties' :2025-07-18 13:48:50.220 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpConnectorBuilder' :2025-07-18 13:48:50.226 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpConnectorSettings' :2025-07-18 13:48:50.228 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider' :2025-07-18 13:48:50.229 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'queryDslQuerydslPredicateOperationCustomizer' :2025-07-18 13:48:50.230 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.237 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'queryDslQuerydslPredicateOperationCustomizer' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.238 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocWebFluxSupportConfiguration' :2025-07-18 13:48:50.239 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webFluxSupportConverter' :2025-07-18 13:48:50.239 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springdocObjectMapperProvider' :2025-07-18 13:48:50.240 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springdocObjectMapperProvider' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.256 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webFluxSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.257 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider' :2025-07-18 13:48:50.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDataWebPropertiesProvider' :2025-07-18 13:48:50.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration' :2025-07-18 13:48:50.259 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webConversionServiceProvider' :2025-07-18 13:48:50.260 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'initExtraSchemas' :2025-07-18 13:48:50.267 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'localSpringDocParameterNameDiscoverer' :2025-07-18 13:48:50.268 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'additionalModelsConverter' :2025-07-18 13:48:50.268 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'additionalModelsConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.269 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'fileSupportConverter' :2025-07-18 13:48:50.269 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'fileSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.270 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'responseSupportConverter' :2025-07-18 13:48:50.270 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.270 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'schemaPropertyDeprecatingConverter' :2025-07-18 13:48:50.271 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'polymorphicModelConverter' :2025-07-18 13:48:50.271 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'polymorphicModelConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.273 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openAPIBuilder' :2025-07-18 13:48:50.274 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'securityParser' :2025-07-18 13:48:50.274 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyResolverUtils' :2025-07-18 13:48:50.275 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:50.275 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource' :2025-07-18 13:48:50.275 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.276 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:50.279 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'securityParser' :2025-07-18 13:48:50.279 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.279 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:50.283 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'modelConverterRegistrar' :2025-07-18 13:48:50.283 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageableOpenAPIConverter' :2025-07-18 13:48:50.283 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocPageableConfiguration' :2025-07-18 13:48:50.284 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pageableOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.285 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageOpenAPIConverter' :2025-07-18 13:48:50.286 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pageOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.286 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortOpenAPIConverter' :2025-07-18 13:48:50.286 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSortConfiguration' :2025-07-18 13:48:50.287 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sortOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'modelConverterRegistrar' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.303 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'operationBuilder' :2025-07-18 13:48:50.304 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'parameterBuilder' :2025-07-18 13:48:50.304 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'parameterObjectNamingStrategyCustomizer' :2025-07-18 13:48:50.305 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataRestDelegatingMethodParameterCustomizer' :2025-07-18 13:48:50.308 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:50.308 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.312 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestBodyBuilder' :2025-07-18 13:48:50.312 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder' :2025-07-18 13:48:50.312 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:50.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder' :2025-07-18 13:48:50.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder' :2025-07-18 13:48:50.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser' :2025-07-18 13:48:50.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:50.315 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDocProviders' :2025-07-18 13:48:50.316 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'routerFunctionProvider' :2025-07-18 13:48:50.316 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration' :2025-07-18 13:48:50.318 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springWebProvider' :2025-07-18 13:48:50.318 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration' :2025-07-18 13:48:50.320 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springDocProviders' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:50.322 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDocCustomizers' :2025-07-18 13:48:50.323 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'globalOpenApiCustomizer' :2025-07-18 13:48:50.328 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocKotlinConfiguration' :2025-07-18 13:48:50.330 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringDocSecurityOAuth2Configuration' :2025-07-18 13:48:50.331 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSecurityConfiguration' :2025-07-18 13:48:50.334 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringDocSecurityOAuth2Configuration' via constructor to bean named 'org.springdoc.core.configuration.SpringDocSecurityConfiguration' :2025-07-18 13:48:50.335 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringSecurityLoginEndpointConfiguration' :2025-07-18 13:48:50.335 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringSecurityLoginEndpointConfiguration' via constructor to bean named 'org.springdoc.core.configuration.SpringDocSecurityConfiguration' :2025-07-18 13:48:50.335 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration' :2025-07-18 13:48:50.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openApiResource' :2025-07-18 13:48:50.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestBuilder' :2025-07-18 13:48:50.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder' :2025-07-18 13:48:50.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder' :2025-07-18 13:48:50.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' :2025-07-18 13:48:50.340 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'responseBuilder' :2025-07-18 13:48:50.340 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder' :2025-07-18 13:48:50.340 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.340 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:50.345 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder' :2025-07-18 13:48:50.345 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder' :2025-07-18 13:48:50.345 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder' :2025-07-18 13:48:50.345 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:50.345 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders' :2025-07-18 13:48:50.345 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocCustomizers' :2025-07-18 13:48:50.358 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration' :2025-07-18 13:48:50.359 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' :2025-07-18 13:48:50.360 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'applicationAvailability' :2025-07-18 13:48:50.362 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration' :2025-07-18 13:48:50.363 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'meterRegistryCloser' :2025-07-18 13:48:50.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration' :2025-07-18 13:48:50.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loggingRebinder' :2025-07-18 13:48:50.365 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScopeLifecycle' :2025-07-18 13:48:50.365 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeLifecycle' via factory method to bean named 'configDataContextRefresher' :2025-07-18 13:48:50.366 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheAutoConfigurationValidator' :2025-07-18 13:48:50.366 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheAutoConfigurationValidator' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' :2025-07-18 13:48:50.367 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator' :2025-07-18 13:48:50.367 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:50.367 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry' :2025-07-18 13:48:50.368 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveHealthContributorRegistry' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'nacosConfigHealthIndicator' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'nacosDiscoveryHealthIndicator' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'sslHealthIndicator' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'pingHealthContributor' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'dbHealthContributor' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'refreshScopeHealthIndicator' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'discoveryCompositeHealthContributor' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'redisHealthContributor' :2025-07-18 13:48:50.369 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:50.373 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration' :2025-07-18 13:48:50.373 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' :2025-07-18 13:48:50.374 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' :2025-07-18 13:48:50.374 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' :2025-07-18 13:48:50.375 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration' :2025-07-18 13:48:50.377 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' :2025-07-18 13:48:50.378 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration' :2025-07-18 13:48:50.378 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletWebChildContextFactory' :2025-07-18 13:48:50.379 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'managementServletContext' :2025-07-18 13:48:50.379 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:50.381 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration' :2025-07-18 13:48:50.382 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveRedisTemplate' :2025-07-18 13:48:50.382 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:50.382 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:50.397 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveStringRedisTemplate' :2025-07-18 13:48:50.398 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveStringRedisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:50.401 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration' :2025-07-18 13:48:50.403 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointObjectNameFactory' :2025-07-18 13:48:50.404 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'endpointObjectNameFactory' via factory method to bean named 'mbeanServer' :2025-07-18 13:48:50.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxMBeanExporter' :2025-07-18 13:48:50.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'mbeanServer' :2025-07-18 13:48:50.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'endpointObjectNameFactory' :2025-07-18 13:48:50.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' :2025-07-18 13:48:50.412 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'eagerlyInitializeJmxEndpointExporter' :2025-07-18 13:48:50.414 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration' :2025-07-18 13:48:50.414 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'environmentManager' :2025-07-18 13:48:50.414 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentManager' via factory method to bean named 'environment' :2025-07-18 13:48:50.415 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration' :2025-07-18 13:48:50.417 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmGcMetrics' :2025-07-18 13:48:50.420 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmHeapPressureMetrics' :2025-07-18 13:48:50.421 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmMemoryMetrics' :2025-07-18 13:48:50.422 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmThreadMetrics' :2025-07-18 13:48:50.423 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'classLoaderMetrics' :2025-07-18 13:48:50.423 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmInfoMetrics' :2025-07-18 13:48:50.424 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmCompilationMetrics' :2025-07-18 13:48:50.424 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration' :2025-07-18 13:48:50.425 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'logbackMetrics' :2025-07-18 13:48:50.426 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration' :2025-07-18 13:48:50.427 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'uptimeMetrics' :2025-07-18 13:48:50.427 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'processorMetrics' :2025-07-18 13:48:50.428 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'fileDescriptorMetrics' :2025-07-18 13:48:50.429 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'diskSpaceMetrics' :2025-07-18 13:48:50.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:50.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$RedisCacheMeterBinderProviderConfiguration' :2025-07-18 13:48:50.431 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisCacheMeterBinderProvider' :2025-07-18 13:48:50.432 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$JCacheCacheMeterBinderProviderConfiguration' :2025-07-18 13:48:50.432 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jCacheCacheMeterBinderProvider' :2025-07-18 13:48:50.433 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$CaffeineCacheMeterBinderProviderConfiguration' :2025-07-18 13:48:50.434 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'caffeineCacheMeterBinderProvider' :2025-07-18 13:48:50.434 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration' :2025-07-18 13:48:50.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' :2025-07-18 13:48:50.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'simpleMeterRegistry' :2025-07-18 13:48:50.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'redisCacheMeterBinderProvider' :2025-07-18 13:48:50.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'jCacheCacheMeterBinderProvider' :2025-07-18 13:48:50.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'caffeineCacheMeterBinderProvider' :2025-07-18 13:48:50.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:50.437 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheMetricsRegistrar' :2025-07-18 13:48:50.437 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration' :2025-07-18 13:48:50.438 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' :2025-07-18 13:48:50.438 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:50.439 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'repositoryTagsProvider' :2025-07-18 13:48:50.440 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener' :2025-07-18 13:48:50.440 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider' :2025-07-18 13:48:50.442 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration' :2025-07-18 13:48:50.443 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration' :2025-07-18 13:48:50.444 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hikariDataSourceMeterBinder' :2025-07-18 13:48:50.445 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration' :2025-07-18 13:48:50.445 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder' :2025-07-18 13:48:50.445 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@79d3473e' :2025-07-18 13:48:50.446 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration' :2025-07-18 13:48:50.447 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration' :2025-07-18 13:48:50.447 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder' :2025-07-18 13:48:50.448 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' :2025-07-18 13:48:50.449 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' :2025-07-18 13:48:50.450 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' :2025-07-18 13:48:50.451 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' :2025-07-18 13:48:50.452 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder' :2025-07-18 13:48:50.453 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' :2025-07-18 13:48:50.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration' :2025-07-18 13:48:50.459 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'eagerTaskExecutorMetrics' :2025-07-18 13:48:50.460 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration' :2025-07-18 13:48:50.460 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration' :2025-07-18 13:48:50.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRestTemplateCustomizer' :2025-07-18 13:48:50.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:50.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:50.462 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration' :2025-07-18 13:48:50.462 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' :2025-07-18 13:48:50.463 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jdbcTemplate' :2025-07-18 13:48:50.463 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' :2025-07-18 13:48:50.465 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource' :2025-07-18 13:48:50.465 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' :2025-07-18 13:48:50.474 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' :2025-07-18 13:48:50.475 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'namedParameterJdbcTemplate' :2025-07-18 13:48:50.475 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' :2025-07-18 13:48:50.480 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' :2025-07-18 13:48:50.481 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration' :2025-07-18 13:48:50.482 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration' :2025-07-18 13:48:50.482 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observabilitySchedulingConfigurer' :2025-07-18 13:48:50.482 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:50.484 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerConfiguration' :2025-07-18 13:48:50.484 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.security.oauth2.authorizationserver-org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties' :2025-07-18 13:48:50.486 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerConfiguration' via constructor to bean named 'spring.security.oauth2.authorizationserver-org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties' :2025-07-18 13:48:50.487 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizationServerSettings' :2025-07-18 13:48:50.491 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration' :2025-07-18 13:48:50.492 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerJwtConfiguration$JwtDecoderConfiguration' :2025-07-18 13:48:50.495 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.security.oauth2.resourceserver-org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties' :2025-07-18 13:48:50.496 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerJwtConfiguration$JwtDecoderConfiguration' via constructor to bean named 'spring.security.oauth2.resourceserver-org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties' :2025-07-18 13:48:50.498 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$JwtConfiguration' :2025-07-18 13:48:50.498 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$OpaqueTokenConfiguration' :2025-07-18 13:48:50.499 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration' :2025-07-18 13:48:50.499 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ssl.SslObservabilityAutoConfiguration' :2025-07-18 13:48:50.500 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslMeterBinder' :2025-07-18 13:48:50.500 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslMeterBinder' via factory method to bean named 'sslInfo' :2025-07-18 13:48:50.500 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslMeterBinder' via factory method to bean named 'sslBundleRegistry' :2025-07-18 13:48:50.502 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration' :2025-07-18 13:48:50.502 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' :2025-07-18 13:48:50.503 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' :2025-07-18 13:48:50.503 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' :2025-07-18 13:48:50.504 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' :2025-07-18 13:48:50.504 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' :2025-07-18 13:48:50.505 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lifecycleProcessor' :2025-07-18 13:48:50.505 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' :2025-07-18 13:48:50.506 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' :2025-07-18 13:48:50.508 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' :2025-07-18 13:48:50.509 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration' :2025-07-18 13:48:50.509 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisIndexConfiguration#0' :2025-07-18 13:48:50.510 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisKeyspaceConfiguration#0' :2025-07-18 13:48:50.511 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisMappingConfiguration#0' :2025-07-18 13:48:50.511 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'keyValueMappingContext' :2025-07-18 13:48:50.519 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisCustomConversions' :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:50.520 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.521 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:50.523 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisReferenceResolver' :2025-07-18 13:48:50.523 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisConverter' :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.524 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:50.525 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:50.530 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisKeyValueAdapter' :2025-07-18 13:48:50.540 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisKeyValueTemplate' :2025-07-18 13:48:50.545 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'data-redis.repository-aot-processor#0' :2025-07-18 13:48:50.546 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar' :2025-07-18 13:48:50.546 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'offsetResolver' :2025-07-18 13:48:50.549 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration' :2025-07-18 13:48:50.549 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jdbcClient' :2025-07-18 13:48:50.549 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate' :2025-07-18 13:48:50.551 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' :2025-07-18 13:48:50.552 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' :2025-07-18 13:48:50.552 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' :2025-07-18 13:48:50.554 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' :2025-07-18 13:48:50.554 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' :2025-07-18 13:48:50.555 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' via constructor to bean named 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' :2025-07-18 13:48:50.555 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration' :2025-07-18 13:48:50.555 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration$JwtDecoderConfiguration' :2025-07-18 13:48:50.557 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jwtDecoder' :2025-07-18 13:48:50.557 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jwkSource' :2025-07-18 13:48:50.557 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration' :2025-07-18 13:48:50.874 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jwtDecoder' via factory method to bean named 'jwkSource' :2025-07-18 13:48:50.898 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' :2025-07-18 13:48:50.899 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' :2025-07-18 13:48:50.899 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration' :2025-07-18 13:48:50.899 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration' :2025-07-18 13:48:50.900 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' :2025-07-18 13:48:50.900 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionTemplate' :2025-07-18 13:48:50.900 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' :2025-07-18 13:48:50.902 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' :2025-07-18 13:48:50.904 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' :2025-07-18 13:48:50.905 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'multipartResolver' :2025-07-18 13:48:50.906 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RestartEndpointWithoutIntegrationConfiguration' :2025-07-18 13:48:50.906 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.PauseResumeEndpointsConfiguration' :2025-07-18 13:48:50.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration' :2025-07-18 13:48:50.908 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'compositeDiscoveryClient' :2025-07-18 13:48:50.908 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleDiscoveryClient' :2025-07-18 13:48:50.908 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration' :2025-07-18 13:48:50.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleDiscoveryProperties' :2025-07-18 13:48:50.911 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'spring.application.name' in PropertySource 'environmentProperties' with value of type String :2025-07-18 13:48:51.925 INFO main o.s.c.c.u.InetUtils: Cannot determine local hostname :2025-07-18 13:48:51.927 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleDiscoveryClient' via factory method to bean named 'simpleDiscoveryProperties' :2025-07-18 13:48:51.928 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeDiscoveryClient' via factory method to bean named 'nacosDiscoveryClient' :2025-07-18 13:48:51.928 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeDiscoveryClient' via factory method to bean named 'simpleDiscoveryClient' :2025-07-18 13:48:51.929 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.CommonsClientAutoConfiguration' :2025-07-18 13:48:51.929 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration' :2025-07-18 13:48:51.929 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'zoneConfig' :2025-07-18 13:48:51.929 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'zoneConfig' via factory method to bean named 'environment' :2025-07-18 13:48:51.930 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerEagerContextInitializer' :2025-07-18 13:48:51.931 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.loadbalancer.eager-load-org.springframework.cloud.client.loadbalancer.LoadBalancerEagerLoadProperties' :2025-07-18 13:48:51.931 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerEagerContextInitializer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:51.931 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerEagerContextInitializer' via factory method to bean named 'spring.cloud.loadbalancer.eager-load-org.springframework.cloud.client.loadbalancer.LoadBalancerEagerLoadProperties' :2025-07-18 13:48:51.932 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerChildContextInitializer' :2025-07-18 13:48:51.932 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerChildContextInitializer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:51.932 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerChildContextInitializer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:51.933 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerServiceInstanceCookieTransformer' :2025-07-18 13:48:51.933 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerServiceInstanceCookieTransformer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:51.934 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'xForwarderHeadersTransformer' :2025-07-18 13:48:51.934 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xForwarderHeadersTransformer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:51.934 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$LoadBalancerInterceptorConfig' :2025-07-18 13:48:51.935 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerInterceptor' :2025-07-18 13:48:51.935 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerRequestFactory' :2025-07-18 13:48:51.936 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration' :2025-07-18 13:48:51.937 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerRequestFactory' via factory method to bean named 'blockingLoadBalancerClient' :2025-07-18 13:48:51.938 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerInterceptor' via factory method to bean named 'blockingLoadBalancerClient' :2025-07-18 13:48:51.938 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerInterceptor' via factory method to bean named 'loadBalancerRequestFactory' :2025-07-18 13:48:51.939 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restTemplateCustomizer' :2025-07-18 13:48:51.939 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'restTemplateCustomizer' via factory method to bean named 'loadBalancerInterceptor' :2025-07-18 13:48:51.942 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$DeferringLoadBalancerInterceptorConfig' :2025-07-18 13:48:51.942 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancedRestTemplateInitializerDeprecated' :2025-07-18 13:48:51.944 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration' :2025-07-18 13:48:51.945 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.configuration.CompatibilityVerifierAutoConfiguration' :2025-07-18 13:48:51.946 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'compositeCompatibilityVerifier' :2025-07-18 13:48:51.946 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springBootVersionVerifier' :2025-07-18 13:48:51.947 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties' :2025-07-18 13:48:51.947 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springBootVersionVerifier' via factory method to bean named 'spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties' :2025-07-18 13:48:51.949 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sleuthPresentVerifier' :2025-07-18 13:48:51.949 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeCompatibilityVerifier' via factory method to bean named 'springBootVersionVerifier' :2025-07-18 13:48:51.949 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeCompatibilityVerifier' via factory method to bean named 'sleuthPresentVerifier' :2025-07-18 13:48:51.949 DEBUG main o.s.c.c.SpringBootVersionVerifier: Version found in Boot manifest [3.5.3] :2025-07-18 13:48:51.950 DEBUG main o.s.c.c.CompositeCompatibilityVerifier: All conditions are passing :2025-07-18 13:48:51.950 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration$CaffeineLoadBalancerCacheManagerConfiguration' :2025-07-18 13:48:51.951 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'caffeineLoadBalancerCacheManager' :2025-07-18 13:48:51.951 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.loadbalancer.cache-org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheProperties' :2025-07-18 13:48:51.953 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'caffeineLoadBalancerCacheManager' via factory method to bean named 'spring.cloud.loadbalancer.cache-org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheProperties' :2025-07-18 13:48:51.977 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration' :2025-07-18 13:48:51.978 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.loadbalancer.DefaultFeignLoadBalancerConfiguration' :2025-07-18 13:48:51.979 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignChildContextInitializer' :2025-07-18 13:48:51.979 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignChildContextInitializer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:51.979 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignChildContextInitializer' via factory method to bean named 'feignContext' :2025-07-18 13:48:51.980 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientBeanFactoryInitializationCodeGenerator' :2025-07-18 13:48:51.980 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClientBeanFactoryInitializationCodeGenerator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b0b7e5a' :2025-07-18 13:48:51.980 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClientBeanFactoryInitializationCodeGenerator' via factory method to bean named 'feignContext' :2025-07-18 13:48:51.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration' :2025-07-18 13:48:51.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestMatcherProvider' :2025-07-18 13:48:51.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMatcherProvider' via factory method to bean named 'dispatcherServletRegistration' :2025-07-18 13:48:51.985 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration' :2025-07-18 13:48:51.986 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration' :2025-07-18 13:48:51.986 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' :2025-07-18 13:48:51.987 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment' :2025-07-18 13:48:51.988 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration' :2025-07-18 13:48:51.991 DEBUG main o.s.c.e.EventListenerMethodProcessor: 1 @EventListener methods processed on bean 'sysJobListener': {public void com.pig4cloud.pig.daemon.quartz.event.SysJobListener.comSysJob(com.pig4cloud.pig.daemon.quartz.event.SysJobEvent)=@org.springframework.context.event.EventListener(classes={com.pig4cloud.pig.daemon.quartz.event.SysJobEvent.class}, condition="", defaultExecution=true, id="", value={com.pig4cloud.pig.daemon.quartz.event.SysJobEvent.class})} :2025-07-18 13:48:51.991 DEBUG main o.s.c.e.EventListenerMethodProcessor: 1 @EventListener methods processed on bean 'sysJobLogListener': {public void com.pig4cloud.pig.daemon.quartz.event.SysJobLogListener.saveSysJobLog(com.pig4cloud.pig.daemon.quartz.event.SysJobLogEvent)=@org.springframework.context.event.EventListener(classes={com.pig4cloud.pig.daemon.quartz.event.SysJobLogEvent.class}, condition="", defaultExecution=true, id="", value={com.pig4cloud.pig.daemon.quartz.event.SysJobLogEvent.class})} :2025-07-18 13:48:51.996 DEBUG main o.s.c.e.EventListenerMethodProcessor: 2 @EventListener methods processed on bean 'nacosAutoServiceRegistration': {public void com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.onContextClosedEvent(org.springframework.context.event.ContextClosedEvent)=@org.springframework.context.event.EventListener(classes={org.springframework.context.event.ContextClosedEvent.class}, condition="", defaultExecution=true, id="", value={org.springframework.context.event.ContextClosedEvent.class}), public void com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.onNacosDiscoveryInfoChangedEvent(com.alibaba.cloud.nacos.event.NacosDiscoveryInfoChangedEvent)=@org.springframework.context.event.EventListener(classes={}, condition="", defaultExecution=true, id="", value={})} :2025-07-18 13:48:51.997 DEBUG main o.s.c.e.EventListenerMethodProcessor: 1 @EventListener methods processed on bean 'sysLogListener': {public void com.pig4cloud.pig.common.log.event.SysLogListener.saveSysLog(com.pig4cloud.pig.common.log.event.SysLogEvent)=@org.springframework.context.event.EventListener(classes={com.pig4cloud.pig.common.log.event.SysLogEvent.class}, condition="", defaultExecution=true, id="", value={com.pig4cloud.pig.common.log.event.SysLogEvent.class})} :2025-07-18 13:48:52.030 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Registering beans for JMX exposure on startup :2025-07-18 13:48:52.030 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Auto-detecting user-defined JMX MBeans :2025-07-18 13:48:52.032 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'dataSource' has been autodetected for JMX exposure :2025-07-18 13:48:52.035 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'refreshScope' has been autodetected for JMX exposure :2025-07-18 13:48:52.036 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'environmentManager' has been autodetected for JMX exposure :2025-07-18 13:48:52.036 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure :2025-07-18 13:48:52.038 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] :2025-07-18 13:48:52.041 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] :2025-07-18 13:48:52.044 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,type=ConfigurationPropertiesRebinder] :2025-07-18 13:48:52.048 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] :2025-07-18 13:48:52.052 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase -2147483647 :2025-07-18 13:48:52.052 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'springBootLoggingLifecycle' :2025-07-18 13:48:52.052 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 0 :2025-07-18 13:48:52.052 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 1073741823 :2025-07-18 13:48:52.052 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 2147481599 :2025-07-18 13:48:52.057 DEBUG main o.s.b.w.s.f.OrderedRequestContextFilter: Filter 'requestContextFilter' configured for use :2025-07-18 13:48:52.057 DEBUG main o.s.w.f.ServerHttpObservationFilter: Filter 'webMvcObservationFilter' configured for use :2025-07-18 13:48:52.057 DEBUG main o.s.b.w.s.f.OrderedCharacterEncodingFilter: Filter 'characterEncodingFilter' configured for use :2025-07-18 13:48:52.057 DEBUG main o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1: Filter 'springSecurityFilterChain' configured for use :2025-07-18 13:48:52.057 DEBUG main o.s.b.w.s.f.OrderedFormContentFilter: Filter 'formContentFilter' configured for use :2025-07-18 13:48:52.062 INFO main i.undertow: starting server: Undertow - 2.3.18.Final :2025-07-18 13:48:52.071 INFO main o.xnio: XNIO version 3.8.16.Final :2025-07-18 13:48:52.080 INFO main o.x.nio: XNIO NIO Implementation Version 3.8.16.Final :2025-07-18 13:48:52.111 DEBUG main o.xnio: Creating worker:null, pool size:224, max pool size:224, keep alive:60000, io threads:28, stack size:0 :2025-07-18 13:48:52.130 INFO main o.j.threads: JBoss Threads version 3.5.0.Final :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-1 o.x.nio: Started channel thread 'XNIO-1 I/O-1', selector sun.nio.ch.WEPollSelectorImpl@21efbe1c :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-3 o.x.nio: Started channel thread 'XNIO-1 I/O-3', selector sun.nio.ch.WEPollSelectorImpl@78fd06c9 :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-8 o.x.nio: Started channel thread 'XNIO-1 I/O-8', selector sun.nio.ch.WEPollSelectorImpl@1e6982ae :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-4 o.x.nio: Started channel thread 'XNIO-1 I/O-4', selector sun.nio.ch.WEPollSelectorImpl@4a224ecf :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-5 o.x.nio: Started channel thread 'XNIO-1 I/O-5', selector sun.nio.ch.WEPollSelectorImpl@6568ff6c :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-19 o.x.nio: Started channel thread 'XNIO-1 I/O-19', selector sun.nio.ch.WEPollSelectorImpl@73c7a244 :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-7 o.x.nio: Started channel thread 'XNIO-1 I/O-7', selector sun.nio.ch.WEPollSelectorImpl@2708dd04 :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-2 o.x.nio: Started channel thread 'XNIO-1 I/O-2', selector sun.nio.ch.WEPollSelectorImpl@b1dacc6 :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-9 o.x.nio: Started channel thread 'XNIO-1 I/O-9', selector sun.nio.ch.WEPollSelectorImpl@3ce07e58 :2025-07-18 13:48:52.161 DEBUG main i.undertow: Configuring listener with protocol HTTP for interface 0.0.0.0 and port 5007 :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-10 o.x.nio: Started channel thread 'XNIO-1 I/O-10', selector sun.nio.ch.WEPollSelectorImpl@10b0016f :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-11 o.x.nio: Started channel thread 'XNIO-1 I/O-11', selector sun.nio.ch.WEPollSelectorImpl@6e7db34f :2025-07-18 13:48:52.161 DEBUG XNIO-1 I/O-12 o.x.nio: Started channel thread 'XNIO-1 I/O-12', selector sun.nio.ch.WEPollSelectorImpl@1d008e0d :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-13 o.x.nio: Started channel thread 'XNIO-1 I/O-13', selector sun.nio.ch.WEPollSelectorImpl@8b45363 :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-14 o.x.nio: Started channel thread 'XNIO-1 I/O-14', selector sun.nio.ch.WEPollSelectorImpl@729c3ec :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-15 o.x.nio: Started channel thread 'XNIO-1 I/O-15', selector sun.nio.ch.WEPollSelectorImpl@6100d9de :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-16 o.x.nio: Started channel thread 'XNIO-1 I/O-16', selector sun.nio.ch.WEPollSelectorImpl@3b5ef9d1 :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-17 o.x.nio: Started channel thread 'XNIO-1 I/O-17', selector sun.nio.ch.WEPollSelectorImpl@b6f2447 :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-18 o.x.nio: Started channel thread 'XNIO-1 I/O-18', selector sun.nio.ch.WEPollSelectorImpl@5b391d2c :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-6 o.x.nio: Started channel thread 'XNIO-1 I/O-6', selector sun.nio.ch.WEPollSelectorImpl@48950aef :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-20 o.x.nio: Started channel thread 'XNIO-1 I/O-20', selector sun.nio.ch.WEPollSelectorImpl@3126867c :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-22 o.x.nio: Started channel thread 'XNIO-1 I/O-22', selector sun.nio.ch.WEPollSelectorImpl@57c68eb :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-21 o.x.nio: Started channel thread 'XNIO-1 I/O-21', selector sun.nio.ch.WEPollSelectorImpl@67a0b906 :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-23 o.x.nio: Started channel thread 'XNIO-1 I/O-23', selector sun.nio.ch.WEPollSelectorImpl@684f98d8 :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-24 o.x.nio: Started channel thread 'XNIO-1 I/O-24', selector sun.nio.ch.WEPollSelectorImpl@7d796d2f :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-25 o.x.nio: Started channel thread 'XNIO-1 I/O-25', selector sun.nio.ch.WEPollSelectorImpl@7c7bd025 :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-26 o.x.nio: Started channel thread 'XNIO-1 I/O-26', selector sun.nio.ch.WEPollSelectorImpl@1fcf7a4f :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-27 o.x.nio: Started channel thread 'XNIO-1 I/O-27', selector sun.nio.ch.WEPollSelectorImpl@3e5a280e :2025-07-18 13:48:52.162 DEBUG XNIO-1 I/O-28 o.x.nio: Started channel thread 'XNIO-1 I/O-28', selector sun.nio.ch.WEPollSelectorImpl@4bde8214 :2025-07-18 13:48:52.163 DEBUG XNIO-1 Accept o.x.nio: Started channel thread 'XNIO-1 Accept', selector sun.nio.ch.WEPollSelectorImpl@63334dbd :2025-07-18 13:48:52.201 INFO main o.s.b.w.e.u.UndertowWebServer: Undertow started on port 5007 (http) with context path '/' :2025-07-18 13:48:52.201 INFO main c.u.j.c.RefreshScopeRefreshedEventListener: Refreshing cached encryptable property sources on ServletWebServerInitializedEvent :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source systemProperties refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source systemEnvironment refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source random refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source cachedrandom refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source DEFAULT_GROUP@pig-quartz.yml refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source DEFAULT_GROUP@application.yml refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source springCloudClientHostInfo refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source applicationInfo refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source quartz-config.yml refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source openapi-config.yaml refreshed :2025-07-18 13:48:52.201 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource :2025-07-18 13:48:52.201 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource :2025-07-18 13:48:52.201 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper :2025-07-18 13:48:52.201 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$LocalManagementPortPropertySource] to EncryptableEnumerablePropertySourceWrapper :2025-07-18 13:48:52.318 INFO main c.a.c.n.r.NacosServiceRegistry: nacos registry, DEFAULT_GROUP pig-quartz 169.254.32.119:5007 register finished :2025-07-18 13:48:52.319 DEBUG main o.s.c.c.d.h.DiscoveryClientHealthIndicator: Discovery Client has been initialized :2025-07-18 13:48:53.326 INFO main o.s.c.c.u.InetUtils: Cannot determine local hostname :2025-07-18 13:48:53.326 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'webServerStartStop' :2025-07-18 13:48:53.326 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 2147482623 :2025-07-18 13:48:53.326 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'webServerGracefulShutdown' :2025-07-18 13:48:53.326 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 2147483647 :2025-07-18 13:48:53.326 INFO main o.s.s.q.SchedulerFactoryBean: Starting Quartz Scheduler now :2025-07-18 13:48:53.336 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'STATE_ACCESS' is desired by: main :2025-07-18 13:48:53.337 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'STATE_ACCESS' is being obtained: main :2025-07-18 13:48:53.341 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'STATE_ACCESS' given to: main :2025-07-18 13:48:53.343 DEBUG main o.s.s.q.LocalDataSourceJobStore: Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate :2025-07-18 13:48:53.344 DEBUG main o.s.s.q.LocalDataSourceJobStore: Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate :2025-07-18 13:48:53.345 DEBUG main o.s.s.q.LocalDataSourceJobStore: Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate :2025-07-18 13:48:53.346 DEBUG main o.s.s.q.LocalDataSourceJobStore: Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate :2025-07-18 13:48:53.365 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'TRIGGER_ACCESS' is desired by: main :2025-07-18 13:48:53.365 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'TRIGGER_ACCESS' is being obtained: main :2025-07-18 13:48:53.367 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'TRIGGER_ACCESS' given to: main :2025-07-18 13:48:53.367 INFO main o.s.s.q.LocalDataSourceJobStore: ClusterManager: detected 1 failed or restarted instances. :2025-07-18 13:48:53.367 INFO main o.s.s.q.LocalDataSourceJobStore: ClusterManager: Scanning for instance "DESKTOP-G2G0TOB1752563295353"'s failed in-progress jobs. :2025-07-18 13:48:53.374 DEBUG main o.s.s.q.LocalDataSourceJobStore: ClusterManager: ......Freed 0 acquired trigger(s). :2025-07-18 13:48:53.374 DEBUG main o.s.s.q.LocalDataSourceJobStore: ClusterManager: ......Deleted 0 complete triggers(s). :2025-07-18 13:48:53.374 DEBUG main o.s.s.q.LocalDataSourceJobStore: ClusterManager: ......Scheduled 0 recoverable job(s) for recovery. :2025-07-18 13:48:53.374 DEBUG main o.s.s.q.LocalDataSourceJobStore: ClusterManager: ......Cleaned-up 0 other failed job(s). :2025-07-18 13:48:53.380 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'TRIGGER_ACCESS' returned by: main :2025-07-18 13:48:53.380 DEBUG main o.q.i.j.StdRowLockSemaphore: Lock 'STATE_ACCESS' returned by: main :2025-07-18 13:48:53.383 DEBUG main o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:48:53.383 DEBUG main o.s.s.q.LocalDataSourceJobStore: JobStore background threads started (as scheduler was started). :2025-07-18 13:48:53.383 INFO main o.q.c.QuartzScheduler: Scheduler clusteredScheduler_$_DESKTOP-G2G0TOB1752817726960 started. :2025-07-18 13:48:53.383 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'quartzScheduler' :2025-07-18 13:48:53.383 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:48:53.384 DEBUG main o.s.d.r.l.RedisMessageListenerContainer: Starting RedisMessageListenerContainer... :2025-07-18 13:48:53.384 DEBUG main o.s.d.r.l.RedisMessageListenerContainer: Postpone listening for Redis messages until actual listeners are added :2025-07-18 13:48:53.384 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'redisKeyValueAdapter' :2025-07-18 13:48:53.390 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:48:53.395 DEBUG main o.s.b.a.l.ConditionEvaluationReportLogger: ============================ CONDITIONS EVALUATION REPORT ============================ Positive matches: ----------------- AopAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.aop.auto=true) matched (OnPropertyCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) ApplicationAvailabilityAutoConfiguration#applicationAvailability matched: - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition) AuditEventsEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) AutoServiceRegistrationAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) AutoServiceRegistrationConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) BeansEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) BeansEndpointAutoConfiguration#beansEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) BlockingLoadBalancerClientAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (OnPropertyCondition) - AnyNestedCondition 2 matched 0 did not; NestedCondition on BlockingRestClassesPresentCondition.RestClientPresent @ConditionalOnClass found required class 'org.springframework.web.client.RestClient'; NestedCondition on BlockingRestClassesPresentCondition.RestTemplatePresent @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (BlockingRestClassesPresentCondition) BlockingLoadBalancerClientAutoConfiguration#blockingLoadBalancerClient matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) did not find any beans (OnBeanCondition) BlockingLoadBalancerClientAutoConfiguration#loadBalancerServiceInstanceCookieTransformer matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.core.LoadBalancerServiceInstanceCookieTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) BlockingLoadBalancerClientAutoConfiguration#xForwarderHeadersTransformer matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.blocking.XForwardedHeadersTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) found bean 'cacheInterceptor'; @ConditionalOnMissingBean (names: cacheResolver types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheAutoConfiguration#cacheManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheMeterBinderProvidersConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition) CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition) CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition) CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition) CacheMetricsAutoConfiguration matched: - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found bean 'cacheManager' (OnBeanCondition) CacheMetricsRegistrarConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'caffeineCacheMeterBinderProvider', 'simpleMeterRegistry', 'redisCacheMeterBinderProvider', 'jCacheCacheMeterBinderProvider' (OnBeanCondition) CachesEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) CachesEndpointAutoConfiguration#cachesEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) CachesEndpointAutoConfiguration#cachesEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.http.client.reactive.ClientHttpConnector', 'reactor.core.publisher.Mono' (OnClassCondition) - Detected ClientHttpConnectorBuilder (ConditionalOnClientHttpConnectorBuilderDetection) ClientHttpConnectorAutoConfiguration#clientHttpConnector matched: - @ConditionalOnMissingBean (types: org.springframework.http.client.reactive.ClientHttpConnector; SearchStrategy: all) did not find any beans (OnBeanCondition) ClientHttpConnectorAutoConfiguration#clientHttpConnectorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) ClientHttpConnectorAutoConfiguration#clientHttpConnectorSettings matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings; SearchStrategy: all) did not find any beans (OnBeanCondition) CommonsClientAutoConfiguration.ActuatorConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.features.enabled) matched (OnPropertyCondition) CommonsClientAutoConfiguration.ActuatorConfiguration#featuresEndpoint matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.health.HealthIndicator' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.discovery.DiscoveryClient; SearchStrategy: all) found beans 'nacosDiscoveryClient', 'simpleDiscoveryClient', 'compositeDiscoveryClient' (OnBeanCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration#discoveryClientHealthIndicator matched: - @ConditionalOnProperty (spring.cloud.discovery.client.health-indicator.enabled) matched (OnPropertyCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration#discoveryCompositeHealthContributor matched: - @ConditionalOnProperty (spring.cloud.discovery.client.composite-indicator.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator; SearchStrategy: all) found bean 'discoveryClientHealthIndicator' (OnBeanCondition) CompatibilityVerifierAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.compatibility-verifier.enabled) matched (OnPropertyCondition) CompositeMeterRegistryAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition) ConditionsReportEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor; SearchStrategy: all) found bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesBeans matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesBeans; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesRebinder matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesReportEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) DataSourceAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) - @ConditionalOnMissingBean (types: ?; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceAutoConfiguration.PooledDataSourceConfiguration matched: - AnyNestedCondition 2 matched 0 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) matched (DataSourceAutoConfiguration.PooledDataSourceCondition) - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceAutoConfiguration.PooledDataSourceConfiguration#jdbcConnectionDetails matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceHealthContributorAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition) DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched: - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceInitializationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceJmxConfiguration matched: - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) DataSourceJmxConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourcePoolMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition) DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition) DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) DdlAutoConfiguration matched: - @ConditionalOnClass found required class 'com.baomidou.mybatisplus.extension.ddl.IDdl' (OnClassCondition) DiskSpaceHealthContributorAutoConfiguration matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched: - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) DispatcherServletAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition) EndpointAutoConfiguration#endpointOperationParameterMapper matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) EndpointAutoConfiguration#propertiesEndpointAccessResolver matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.EndpointAccessResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) EnvironmentEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) EnvironmentEndpointAutoConfiguration#environmentEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ErrorMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ErrorMvcAutoConfiguration#basicErrorController matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration#errorAttributes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: - @ConditionalOnBooleanProperty (server.error.whitelabel.enabled=true) matched (OnPropertyCondition) - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelAutoConfiguration#dictDataProvider matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.handler.DictDataProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelAutoConfiguration#remoteDictApiService matched: - @ConditionalOnMissingBean (types: com.pig4cloud.pig.common.excel.provider.RemoteDictApiService; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#i18nHeaderCellWriteHandler matched: - @ConditionalOnBean (types: org.springframework.context.MessageSource; SearchStrategy: all) found beans 'securityMessageSource', 'messageSource'; @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.head.I18nHeaderCellWriteHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#manySheetWriteHandler matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.handler.ManySheetWriteHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#responseExcelReturnValueHandler matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.aop.ResponseExcelReturnValueHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#singleSheetWriteHandler matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.handler.SingleSheetWriteHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#writerBuilderEnhancer matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.enhance.WriterBuilderEnhancer; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) FeignAutoConfiguration#cachingCapability matched: - @ConditionalOnProperty (spring.cloud.openfeign.cache.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheInterceptor; SearchStrategy: all) found bean 'cacheInterceptor' (OnBeanCondition) FeignAutoConfiguration.DefaultFeignTargeterConfiguration matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on FeignCircuitBreakerDisabledConditions.CircuitBreakerDisabled @ConditionalOnProperty (spring.cloud.openfeign.circuitbreaker.enabled=false) matched; NestedCondition on FeignCircuitBreakerDisabledConditions.CircuitBreakerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cloud.client.circuitbreaker.CircuitBreaker' (FeignCircuitBreakerDisabledConditions) FeignAutoConfiguration.DefaultFeignTargeterConfiguration#feignTargeter matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.Targeter; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.FeignJacksonConfiguration matched: - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.Module', 'org.springframework.data.domain.Page', 'org.springframework.data.domain.Sort' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.autoconfiguration.jackson.enabled=true) matched (OnPropertyCondition) FeignAutoConfiguration.FeignJacksonConfiguration#pageJacksonModule matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.support.PageJacksonModule; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.FeignJacksonConfiguration#sortModule matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.support.SortJacksonModule; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.OkHttpFeignConfiguration matched: - @ConditionalOnClass found required class 'feign.okhttp.OkHttpClient' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: okhttp3.OkHttpClient; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.OkHttpFeignConfiguration#httpClientConnectionPool matched: - @ConditionalOnMissingBean (types: okhttp3.ConnectionPool; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.OkHttpFeignConfiguration#okHttpClientBuilder matched: - @ConditionalOnMissingBean (types: okhttp3.OkHttpClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignLoadBalancerAutoConfiguration matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient,org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found beans 'blockingLoadBalancerClient', 'loadBalancerClientFactory' (OnBeanCondition) FeignLoadBalancerAutoConfiguration#xForwarderHeadersFeignTransformer matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.loadbalancer.XForwardedHeadersTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) GlobalBizExceptionHandler matched: - @ConditionalOnExpression (#{!'${security.oauth2.client.clientId}'.isEmpty()}) resulted in true (OnExpressionCondition) HealthContributorAutoConfiguration#pingHealthContributor matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) HealthEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) HealthEndpointConfiguration#healthContributorRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched: - @ConditionalOnBooleanProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition) HealthEndpointConfiguration#healthEndpointGroups matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthHttpCodeStatusMapper matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthStatusAggregator matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointWebExtensionConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) HttpClientAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.client.ClientHttpRequestFactory' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) HttpClientAutoConfiguration#clientHttpRequestFactoryBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientAutoConfiguration#clientHttpRequestFactorySettings matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactorySettings; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientObservationsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) HttpEncodingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (server.servlet.encoding.enabled=true) matched (OnPropertyCondition) HttpEncodingAutoConfiguration#characterEncodingFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpExchangesEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) HttpMessageConvertersAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) HttpMessageConvertersAutoConfiguration#messageConverters matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) InfoEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) InfoEndpointAutoConfiguration#infoEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonConfiguration#customizer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonEndpointAutoConfiguration#endpointObjectMapper matched: - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) - @ConditionalOnBooleanProperty (management.endpoints.jackson.isolated-object-mapper=true) matched (OnPropertyCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) - @ConditionalOnPreferredJsonMapper JACKSON no property was configured and Jackson is the default (OnPreferredJsonMapperCondition) - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: ?; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcClientAutoConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcTemplateAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) JdbcTemplateConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) JmxAutoConfiguration#mbeanExporter matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxAutoConfiguration#mbeanServer matched: - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration#objectNamingStrategy matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxEndpointAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) JmxEndpointAutoConfiguration#endpointObjectNameFactory matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxEndpointAutoConfiguration#jmxAnnotationEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxEndpointAutoConfiguration#jmxMBeanExporter matched: - @ConditionalOnSingleCandidate (types: javax.management.MBeanServer; SearchStrategy: all) found a single bean 'mbeanServer' (OnBeanCondition) JvmMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) JvmMetricsAutoConfiguration#classLoaderMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmCompilationMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmGcMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmInfoMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmMemoryMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmThreadMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) LettuceConnectionConfiguration matched: - @ConditionalOnClass found required class 'io.lettuce.core.RedisClient' (OnClassCondition) - @ConditionalOnProperty (spring.data.redis.client-type=lettuce) matched (OnPropertyCondition) LettuceConnectionConfiguration#lettuceClientResources matched: - @ConditionalOnMissingBean (types: io.lettuce.core.resource.ClientResources; SearchStrategy: all) did not find any beans (OnBeanCondition) LettuceConnectionConfiguration#redisConnectionFactory matched: - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) LettuceMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'io.lettuce.core.RedisClient', 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) LettuceMetricsAutoConfiguration#micrometerOptions matched: - @ConditionalOnMissingBean (types: io.lettuce.core.metrics.MicrometerOptions; SearchStrategy: all) did not find any beans (OnBeanCondition) LifecycleAutoConfiguration#defaultLifecycleProcessor matched: - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) LifecycleMvcEndpointAutoConfiguration#environmentManager matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.environment.EnvironmentManager; SearchStrategy: all) did not find any beans (OnBeanCondition) org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration matched: - AnyNestedCondition 2 matched 0 did not; NestedCondition on BlockingRestClassesPresentCondition.RestClientPresent @ConditionalOnClass found required class 'org.springframework.web.client.RestClient'; NestedCondition on BlockingRestClassesPresentCondition.RestTemplatePresent @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (BlockingRestClassesPresentCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) found bean 'blockingLoadBalancerClient' (OnBeanCondition) org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (OnPropertyCondition) LoadBalancerAutoConfiguration#loadBalancerClientFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration#loadBalancerRequestFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration#zoneConfig matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.config.LoadBalancerZoneConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.DeferringLoadBalancerInterceptorConfig#deferringLoadBalancerInterceptor matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.DeferringLoadBalancerInterceptor; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.DeferringLoadBalancerInterceptorConfig#lbRestClientPostProcessor matched: - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.DeferringLoadBalancerInterceptor; SearchStrategy: all) found bean 'deferringLoadBalancerInterceptor'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRestClientBuilderBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.DeferringLoadBalancerInterceptorConfig#lbRestTemplateBuilderPostProcessor matched: - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.DeferringLoadBalancerInterceptor; SearchStrategy: all) found bean 'deferringLoadBalancerInterceptor'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRestTemplateBuilderBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.LoadBalancerInterceptorConfig matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition.RetryDisabled @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition.RetryTemplateMissing @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition) LoadBalancerAutoConfiguration.LoadBalancerInterceptorConfig#restTemplateCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerCacheAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.CacheManager', 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' (OnClassCondition) - AllNestedConditions 2 matched 0 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnLoadBalancerCachingEnabledCondition.LoadBalancerCacheEnabled @ConditionalOnProperty (spring.cloud.loadbalancer.cache.enabled) matched; NestedCondition on LoadBalancerCacheAutoConfiguration.OnLoadBalancerCachingEnabledCondition.LoadBalancerEnabled @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (LoadBalancerCacheAutoConfiguration.OnLoadBalancerCachingEnabledCondition) LoadBalancerCacheAutoConfiguration.CaffeineLoadBalancerCacheManagerConfiguration matched: - @ConditionalOnClass found required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) LoadBalancerCacheAutoConfiguration.CaffeineLoadBalancerCacheManagerConfiguration#caffeineLoadBalancerCacheManager matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) LogAutoConfiguration matched: - @ConditionalOnProperty (security.log.enabled) matched (OnPropertyCondition) LogFileWebEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) LogFileWebEndpointAutoConfiguration#logFileWebEndpoint matched: - Log File found logging.file.name logs/pig-quartz/debug.log (LogFileWebEndpointAutoConfiguration.LogFileCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LogFileWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) LogbackMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition) - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) LogbackMetricsAutoConfiguration#logbackMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) LoggersEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) LoggersEndpointAutoConfiguration#loggersEndpoint matched: - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition) - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ManagementContextAutoConfiguration.SameManagementContextConfiguration matched: - Management Port actual port type (SAME) matched required type (OnManagementPortCondition) MappingsEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) MappingsEndpointAutoConfiguration.ServletWebConfiguration matched: - found 'session' scope (OnWebApplicationCondition) MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) MetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) MetricsAutoConfiguration#micrometerClock matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition) MetricsEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) MetricsEndpointAutoConfiguration#metricsEndpoint matched: - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (spring.servlet.multipart.enabled=true) matched (OnPropertyCondition) MultipartAutoConfiguration#multipartConfigElement matched: - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration#multipartResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) MybatisPlusAutoConfiguration#mybatisPlusSpringApplicationContextAware matched: - @ConditionalOnMissingBean (types: com.baomidou.mybatisplus.extension.spring.MybatisPlusApplicationContextAware; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionFactory matched: - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionTemplate matched: - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration matched: - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusLanguageDriverAutoConfiguration matched: - @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition) NacosConfigAutoConfiguration#nacosConfigProperties matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.NacosConfigProperties; SearchStrategy: current) did not find any beans (OnBeanCondition) NacosConfigEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) NacosConfigEndpointAutoConfiguration#nacosConfigEndpoint matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.endpoint.NacosConfigEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) NacosConfigEndpointAutoConfiguration#nacosConfigHealthIndicator matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.endpoint.NacosConfigHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) NacosDiscoveryAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosDiscoveryAutoConfiguration#nacosProperties matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.NacosDiscoveryProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) NacosDiscoveryAutoConfiguration#nacosServiceDiscovery matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery; SearchStrategy: all) did not find any beans (OnBeanCondition) NacosDiscoveryClientConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosDiscoveryEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosDiscoveryEndpointAutoConfiguration#nacosDiscoveryEndpoint matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.endpoint.NacosDiscoveryEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) NacosDiscoveryEndpointAutoConfiguration#nacosDiscoveryHealthIndicator matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) NacosDiscoveryHeartBeatConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosServiceAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosServiceRegistryAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosServiceRegistryAutoConfiguration#nacosAutoServiceRegistration matched: - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties; SearchStrategy: all) found bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' (OnBeanCondition) NacosServiceRegistryAutoConfiguration#nacosRegistration matched: - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties; SearchStrategy: all) found bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' (OnBeanCondition) NamedParameterJdbcTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) NettyAutoConfiguration matched: - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) OAuth2AuthorizationServerAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) OAuth2AuthorizationServerConfiguration#authorizationServerSettings matched: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings; SearchStrategy: all) did not find any beans (OnBeanCondition) OAuth2AuthorizationServerJwtAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization', 'com.nimbusds.jose.jwk.source.JWKSource' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) OAuth2AuthorizationServerJwtAutoConfiguration#jwkSource matched: - @ConditionalOnMissingBean (types: com.nimbusds.jose.jwk.source.JWKSource; SearchStrategy: all) did not find any beans (OnBeanCondition) OAuth2AuthorizationServerJwtAutoConfiguration.JwtDecoderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition) OAuth2AuthorizationServerJwtAutoConfiguration.JwtDecoderConfiguration#jwtDecoder matched: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) did not find any beans (OnBeanCondition) OAuth2ResourceServerAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) did not find any beans (OnBeanCondition) Oauth2ResourceServerConfiguration.JwtConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition) ObservationAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition) ObservationAutoConfiguration#observationRegistry matched: - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched: - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched: - @ConditionalOnMissingBean (types: ?; SearchStrategy: all) did not find any beans (OnBeanCondition) ObservationAutoConfiguration.OnlyMetricsConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition) OkHttpFeignLoadBalancerConfiguration matched: - @ConditionalOnClass found required class 'feign.okhttp.OkHttpClient' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient,org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found beans 'blockingLoadBalancerClient', 'loadBalancerClientFactory' (OnBeanCondition) OkHttpFeignLoadBalancerConfiguration#feignClient matched: - AnyNestedCondition 2 matched 1 did not; NestedCondition on OnRetryNotEnabledCondition.OnLoadBalancerRetryEnabledCondition @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on OnRetryNotEnabledCondition.OnRetryFactoryCondition @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory; SearchStrategy: all) did not find any beans; NestedCondition on OnRetryNotEnabledCondition.OnNoRetryTemplateCondition @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (OnRetryNotEnabledCondition) - @ConditionalOnMissingBean (types: feign.Client; SearchStrategy: all) did not find any beans (OnBeanCondition) PersistenceExceptionTranslationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: - @ConditionalOnBooleanProperty (spring.dao.exceptiontranslation.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) PigQuartzConfig matched: - @ConditionalOnClass found required classes 'org.quartz.Scheduler', 'org.springframework.scheduling.quartz.SchedulerFactoryBean' (OnClassCondition) PigQuartzConfig#quartzScheduler matched: - @ConditionalOnMissingBean (types: org.springframework.scheduling.quartz.SchedulerFactoryBean; SearchStrategy: all) did not find any beans (OnBeanCondition) PigSecurityMessageSourceConfiguration matched: - found 'session' scope (OnWebApplicationCondition) PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) QuartzAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.quartz.Scheduler', 'org.springframework.scheduling.quartz.SchedulerFactoryBean', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) QuartzAutoConfiguration.JdbcStoreTypeConfiguration matched: - @ConditionalOnProperty (spring.quartz.job-store-type=jdbc) matched (OnPropertyCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) QuartzEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.quartz.Scheduler' (OnClassCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) QuartzEndpointAutoConfiguration#quartzEndpoint matched: - @ConditionalOnBean (types: org.quartz.Scheduler; SearchStrategy: all) found beans 'scheduler', 'quartzScheduler'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.quartz.QuartzEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) QuartzEndpointAutoConfiguration#quartzEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.quartz.QuartzEndpoint; SearchStrategy: all) found bean 'quartzEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ReactiveHealthEndpointConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) ReactiveHealthEndpointConfiguration#reactiveHealthContributorRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) ReactiveSentinelCircuitBreakerAutoConfiguration matched: - @ConditionalOnClass found required classes 'reactor.core.publisher.Mono', 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.circuitbreaker.sentinel.enabled=true) matched (OnPropertyCondition) ReactiveSentinelCircuitBreakerAutoConfiguration#reactiveSentinelCircuitBreakerFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.circuitbreaker.ReactiveCircuitBreakerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) ReactorAutoConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Hooks' (OnClassCondition) RedisAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) RedisAutoConfiguration#redisConnectionDetails matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisAutoConfiguration#stringRedisTemplate matched: - @ConditionalOnSingleCandidate (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found a single bean 'redisConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.data.redis.core.StringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisCacheConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) - Cache org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration REDIS cache type (CacheCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisHealthContributorAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory' (OnBeanCondition) RedisReactiveAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'org.springframework.data.redis.core.ReactiveRedisTemplate', 'reactor.core.publisher.Flux' (OnClassCondition) RedisReactiveAutoConfiguration#reactiveRedisTemplate matched: - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (names: reactiveRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisReactiveAutoConfiguration#reactiveStringRedisTemplate matched: - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (names: reactiveStringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisReactiveHealthContributorAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory' (OnBeanCondition) RedisReactiveHealthContributorAutoConfiguration#redisHealthContributor matched: - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisRepositoriesAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) - @ConditionalOnBooleanProperty (spring.data.redis.repositories.enabled=true) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cloud.context.scope.refresh.RefreshScope' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.refresh.enabled) matched (OnPropertyCondition) RefreshAutoConfiguration#configDataContextRefresher matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.refresh.ConfigDataContextRefresher; SearchStrategy: all) did not find any beans (OnBeanCondition) - NoneNestedConditions 0 matched 3 did not; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass did not find required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition) RefreshAutoConfiguration#loggingRebinder matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.logging.LoggingRebinder; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration#refreshScope matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.scope.refresh.RefreshScope; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration#refreshScopeLifecycle matched: - @ConditionalOnProperty (spring.cloud.refresh.on-restart.enabled) matched (OnPropertyCondition) RefreshEndpointAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration', 'org.springframework.boot.actuate.health.Health' (OnClassCondition) RefreshEndpointAutoConfiguration#refreshScopeHealthIndicator matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.health.RefreshScopeHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration#refreshEndpoint matched: - @ConditionalOnBean (types: org.springframework.cloud.context.refresh.ContextRefresher; SearchStrategy: all) found bean 'configDataContextRefresher'; @ConditionalOnMissingBean (types: org.springframework.cloud.endpoint.RefreshEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) RepositoryMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition) RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) ResourceServerTokenRelayAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.cloud.mvc.token-relay.enabled) matched (OnPropertyCondition) ResponseExcelAutoConfiguration#dynamicNameAspect matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.aop.DynamicNameAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) ResponseExcelAutoConfiguration#nameProcessor matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.processor.NameProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) - AnyNestedCondition 1 matched 1 did not; NestedCondition on NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.VirtualThreadsExecutorEnabled found non-matching nested conditions @ConditionalOnThreading did not find VIRTUAL; NestedCondition on NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.NotReactiveWebApplication NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition) RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientAutoConfiguration#restClientBuilderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientAutoConfiguration#restClientSsl matched: - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientObservationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition) RestTemplateAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) RestTemplateAutoConfiguration#restTemplateBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateConfiguration#restClientBuilder matched: - @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled=true) matched (OnPropertyCondition) RestTemplateConfiguration#restTemplate matched: - @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled=true) matched (OnPropertyCondition) RestTemplateObservationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition) RestartEndpointWithoutIntegrationConfiguration matched: - @ConditionalOnMissingClass did not find unwanted class 'org.springframework.integration.monitor.IntegrationMBeanExporter' (OnClassCondition) SbomEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) SbomEndpointAutoConfiguration#sbomEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) SbomEndpointAutoConfiguration#sbomEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) found bean 'sbomEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ScheduledTasksEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ScheduledTasksObservabilityAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) SecurityAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) SecurityAutoConfiguration#authenticationEventPublisher matched: - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition) SecurityFilterAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) SecurityFilterAutoConfiguration#securityFilterChainRegistration matched: - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition) SecurityRequestMatchersManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found bean 'dispatcherServletRegistration' (OnBeanCondition) SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.sentinel.enabled) matched (OnPropertyCondition) SentinelAutoConfiguration#blockExceptionHandler matched: - @ConditionalOnMissingBean (types: com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.BlockExceptionHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#feignSentinelBuilder matched: - @ConditionalOnProperty (spring.cloud.openfeign.sentinel.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: feign.Feign$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#requestOriginParser matched: - @ConditionalOnMissingBean (types: com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.RequestOriginParser; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#sentinelBeanPostProcessor matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnProperty (resttemplate.sentinel.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.custom.SentinelBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#sentinelDataSourceHandler matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.custom.SentinelDataSourceHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#sentinelResourceAspect matched: - @ConditionalOnMissingBean (types: com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration.SentinelConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) SentinelCircuitBreakerAutoConfiguration matched: - @ConditionalOnClass found required class 'com.alibaba.csp.sentinel.SphU' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.circuitbreaker.sentinel.enabled=true) matched (OnPropertyCondition) SentinelCircuitBreakerAutoConfiguration#sentinelCircuitBreakerFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.circuitbreaker.CircuitBreakerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) SentinelEndpointAutoConfiguration#sentinelEndPoint matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.endpoint.SentinelEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) SentinelFeignAutoConfiguration matched: - @ConditionalOnClass found required classes 'com.alibaba.csp.sentinel.SphU', 'feign.Feign' (OnClassCondition) SentinelFeignClientAutoConfiguration matched: - @ConditionalOnClass found required classes 'feign.Feign', 'org.springframework.cloud.openfeign.FeignClientFactoryBean' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.circuitbreaker.sentinel.enabled=true) matched (OnPropertyCondition) SentinelFeignClientAutoConfiguration.CircuitBreakerListenerConfiguration matched: - @ConditionalOnProperty (feign.sentinel.enable-refresh-rules=true) matched (OnPropertyCondition) SentinelFeignClientAutoConfiguration.CircuitBreakerNameResolverConfiguration#feignClientCircuitNameResolver matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.CircuitBreakerNameResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelFeignClientAutoConfiguration.ReactiveSentinelCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'reactor.core.publisher.Mono', 'reactor.core.publisher.Flux' (OnClassCondition) SentinelWebAutoConfiguration matched: - @ConditionalOnClass found required class 'com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebInterceptor' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.cloud.sentinel.enabled) matched (OnPropertyCondition) SentinelWebAutoConfiguration#sentinelWebInterceptor matched: - @ConditionalOnProperty (spring.cloud.sentinel.filter.enabled) matched (OnPropertyCondition) SentinelWebAutoConfiguration#sentinelWebMvcConfig matched: - @ConditionalOnProperty (spring.cloud.sentinel.filter.enabled) matched (OnPropertyCondition) SentinelWebAutoConfiguration#sentinelWebMvcConfigurer matched: - @ConditionalOnProperty (spring.cloud.sentinel.filter.enabled) matched (OnPropertyCondition) ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.ServiceRegistry; SearchStrategy: all) found bean 'nacosServiceRegistry' (OnBeanCondition) ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration#serviceRegistryEndpoint matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ServletEndpointManagementContextConfiguration matched: - found 'session' scope (OnWebApplicationCondition) ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) ServletManagementContextAutoConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryConfiguration.EmbeddedUndertow matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) SimpleDiscoveryClientAutoConfiguration#simpleDiscoveryProperties matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) SimpleMetricsExportAutoConfiguration matched: - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) SimpleMetricsExportAutoConfiguration#simpleConfig matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringApplicationAdminJmxAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringBootWebSecurityConfiguration matched: - found 'session' scope (OnWebApplicationCondition) SpringDataWebAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#pageableCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#sortCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#springDataWebSettings matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SpringDataWebSettings; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfigProperties matched: - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) SpringDocConfiguration#fileSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#globalOpenApiCustomizer matched: - @ConditionalOnMissingBean (names: globalOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#initExtraSchemas matched: - @ConditionalOnProperty (springdoc.enable-extra-schemas) matched (OnPropertyCondition) SpringDocConfiguration#openAPIBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.OpenAPIService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#operationBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#parameterBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#parameterObjectNamingStrategyCustomizer matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.ParameterObjectNamingStrategyCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#polymorphicModelConverter matched: - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#requestBodyBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#responseSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#schemaPropertyDeprecatingConverter matched: - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#securityParser matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springDocCustomizers matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.SpringDocCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springDocProviders matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springdocObjectMapperProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.ObjectMapperProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.QuerydslProvider matched: - @ConditionalOnClass found required class 'org.springframework.data.querydsl.binding.QuerydslBindingsFactory' (OnClassCondition) SpringDocConfiguration.QuerydslProvider#queryDslQuerydslPredicateOperationCustomizer matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.QuerydslPredicateOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched: - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition) SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.SpringDocWebFluxSupportConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) SpringDocConfiguration.SpringDocWebFluxSupportConfiguration#webFluxSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.WebFluxSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.WebConversionServiceConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition) SpringDocKotlinConfiguration matched: - @ConditionalOnClass found required class 'kotlin.coroutines.Continuation' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-kotlin:true}}) resulted in true (OnExpressionCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocPageableConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.domain.Pageable' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocPageableConfiguration#dataRestDelegatingMethodParameterCustomizer matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocPageableConfiguration#pageOpenAPIConverter matched: - @ConditionalOnClass found required classes 'org.springframework.data.web.PagedModel', 'org.springframework.data.web.config.SpringDataWebSettings' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocPageableConfiguration#pageableOpenAPIConverter matched: - @ConditionalOnProperty (springdoc.model-converters.pageable-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageableOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocSecurityConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.web.SecurityFilterChain' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-spring-security:true}}) resulted in true (OnExpressionCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocSecurityConfiguration.SpringDocSecurityOAuth2Configuration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService' (OnClassCondition) SpringDocSecurityConfiguration.SpringSecurityLoginEndpointConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.Filter' (OnClassCondition) SpringDocSortConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.domain.Sort' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocSortConfiguration#sortOpenAPIConverter matched: - @ConditionalOnProperty (springdoc.sort-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SortOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocWebMvcConfiguration#openApiResource matched: - @ConditionalOnExpression (#{(${springdoc.use-management-port:false} == false ) and ${springdoc.enable-default-api-docs:true}}) resulted in true (OnExpressionCondition) - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#requestBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.service.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#responseBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#springWebProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SqlInitializationAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.sql.init.enabled=true) matched (OnPropertyCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'spring.sql.init.mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) SslAutoConfiguration#sslBundleRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition) SslHealthContributorAutoConfiguration matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) SslHealthContributorAutoConfiguration#sslHealthIndicator matched: - @ConditionalOnMissingBean (names: sslHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) SslHealthContributorAutoConfiguration#sslInfo matched: - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition) SslObservabilityAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found beans 'sslBundleRegistry', 'simpleMeterRegistry' (OnBeanCondition) StartupTimeMetricsListenerAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) SystemMetricsAutoConfiguration#diskSpaceMetrics matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#fileDescriptorMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#processorMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#uptimeMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) TaskExecutorConfigurations.AsyncConfigurerConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.AsyncConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorConfigurations.AsyncConfigurerConfiguration#applicationTaskExecutorAsyncConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.AsyncConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) TaskExecutorConfigurations.TaskExecutorConfiguration matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on TaskExecutorConfigurations.OnExecutorCondition.ModelCondition @ConditionalOnProperty (spring.task.execution.mode=force) did not find property 'spring.task.execution.mode'; NestedCondition on TaskExecutorConfigurations.OnExecutorCondition.ExecutorBeanCondition @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (TaskExecutorConfigurations.OnExecutorCondition) TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched: - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition) - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry' (OnBeanCondition) TaskSchedulingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) ThreadDumpEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched: - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionManagerCustomizationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) UtilAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.util.enabled) matched (OnPropertyCondition) UtilAutoConfiguration#inetUtils matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.commons.util.InetUtils; SearchStrategy: all) did not find any beans (OnBeanCondition) UtilIPv6AutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) UtilIPv6AutoConfiguration#inetIPv6Utils matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.util.InetIPv6Utils; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration matched: - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition) - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition) ValidationAutoConfiguration#defaultValidator matched: - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration#methodValidationPostProcessor matched: - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#endpointMediaTypes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#pathMappedEndpoints matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#webEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched: - found 'session' scope (OnWebApplicationCondition) WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration#formContentFilter matched: - @ConditionalOnBooleanProperty (spring.mvc.formcontent.filter.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#viewNameTranslator matched: - @ConditionalOnMissingBean (names: viewNameTranslator; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) WebMvcEndpointManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcObservationAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) WebMvcObservationAutoConfiguration#webMvcObservationFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) WebSocketServletAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration matched: - @ConditionalOnClass found required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration#websocketServletWebServerCustomizer matched: - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) Negative matches: ----------------- ActiveMQAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=false) did not find property 'spring.aop.proxy-target-class' (OnPropertyCondition) AopAutoConfiguration.ClassProxyingConfiguration: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) AppOpticsMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition) ArtemisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) AtlasMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition) AuditAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) Matched: - @ConditionalOnBooleanProperty (management.auditevents.enabled=true) matched (OnPropertyCondition) AuditEventsEndpointAutoConfiguration#auditEventsEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator: Did not match: - @ConditionalOnBooleanProperty (management.health.livenessstate.enabled=true) did not find property 'management.health.livenessstate.enabled' (OnPropertyCondition) AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator: Did not match: - @ConditionalOnBooleanProperty (management.health.readinessstate.enabled=true) did not find property 'management.health.readinessstate.enabled' (OnPropertyCondition) AvailabilityProbesAutoConfiguration: Did not match: - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition) BatchAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) BatchObservationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition) BlockingLoadBalancerClientAutoConfiguration.BlockingLoadBalancerRetryConfig: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) BraveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition) Cache2kCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition) CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition) CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition) CaffeineCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.CaffeineCacheConfiguration unknown cache type (CacheCondition) Matched: - @ConditionalOnClass found required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) CassandraAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) CassandraRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ClientHttpConnectorAutoConfiguration.ReactorNetty: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) CloudFoundryActuatorAutoConfiguration: Did not match: - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (management.cloudfoundry.enabled=true) matched (OnPropertyCondition) CloudHypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.Link' (OnClassCondition) CodecsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CompositeMeterRegistryConfiguration: Did not match: - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition) ConnectionFactoryHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) ConnectionPoolMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition) CouchbaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) CouchbaseHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: Did not match: - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) DataSourceCheckpointRestoreConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition) DataSourceConfiguration.Dbcp2: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourceConfiguration.Generic: Did not match: - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' dataSource (OnBeanCondition) Matched: - @ConditionalOnProperty (spring.datasource.type) matched (OnPropertyCondition) DataSourceConfiguration.OracleUcp: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourceConfiguration.Tomcat: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DatadogMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition) DdlAutoConfiguration#ddlApplicationRunner: Did not match: - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.ddl.IDdl; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.ddl.IDdl (OnBeanCondition) DefaultFeignLoadBalancerConfiguration#feignClient: Did not match: - @ConditionalOnMissingBean (types: feign.Client; SearchStrategy: all) found beans of type 'feign.Client' feignClient (OnBeanCondition) Matched: - AnyNestedCondition 2 matched 1 did not; NestedCondition on OnRetryNotEnabledCondition.OnLoadBalancerRetryEnabledCondition @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on OnRetryNotEnabledCondition.OnRetryFactoryCondition @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory; SearchStrategy: all) did not find any beans; NestedCondition on OnRetryNotEnabledCondition.OnNoRetryTemplateCondition @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (OnRetryNotEnabledCondition) DefaultFeignLoadBalancerConfiguration#feignRetryClient: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: Did not match: - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) DynatraceMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition) ElasticMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition) ElasticsearchClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition) ElasticsearchDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition) ElasticsearchReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) ElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) ElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) ElasticsearchRestHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition) EmbeddedLdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration#virtualThreadsUndertowDeploymentInfoCustomizer: Did not match: - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) ErrorWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) FeignAcceptGzipEncodingAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientEnabled @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled=false) found different value in property 'spring.cloud.openfeign.okhttp.enabled'; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientPresent @ConditionalOnMissingClass found unwanted class 'feign.okhttp.OkHttpClient' (OkHttpFeignClientBeanMissingCondition) Matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.compression.response.enabled) matched (OnPropertyCondition) FeignAutoConfiguration.CircuitBreakerPresentFeignTargeterConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.openfeign.circuitbreaker.enabled=true) did not find property 'spring.cloud.openfeign.circuitbreaker.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cloud.client.circuitbreaker.CircuitBreaker' (OnClassCondition) FeignAutoConfiguration.Http2ClientFeignConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.http2client.Http2Client' (OnClassCondition) FeignAutoConfiguration.HttpClient5FeignConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.hc5.ApacheHttp5Client' (OnClassCondition) FeignAutoConfiguration.Oauth2FeignConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager' (OnClassCondition) FeignAutoConfiguration.OkHttpFeignConfiguration#feignClient: Did not match: - @ConditionalOnMissingBean (types: feign.Client; SearchStrategy: all) found beans of type 'feign.Client' feignClient (OnBeanCondition) FeignContentGzipEncodingAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientEnabled @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled=false) found different value in property 'spring.cloud.openfeign.okhttp.enabled'; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientPresent @ConditionalOnMissingClass found unwanted class 'feign.okhttp.OkHttpClient' (OkHttpFeignClientBeanMissingCondition) Matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.compression.request.enabled) matched (OnPropertyCondition) FeignHalAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.config.WebConverters' (OnClassCondition) FlywayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FlywayEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FreeMarkerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) GangliaMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition) GenericCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration unknown cache type (CacheCondition) GraphQlAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlObservationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlQueryByExampleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlQuerydslAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) GraphQlRSocketAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlReactiveQueryByExampleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlReactiveQuerydslAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) GraphQlWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlWebFluxSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlWebMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlWebMvcSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphiteMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition) GroovyTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) GsonAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) GsonHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) H2ConsoleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition) HazelcastAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastJpaDependencyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HealthEndpointReactiveWebExtensionConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) HeapDumpWebEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint the configured access for endpoint 'heapdump' is NONE (OnAvailableEndpointCondition) HibernateJpaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManager' (OnClassCondition) HibernateMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManagerFactory' (OnClassCondition) Http2ClientFeignLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.http2client.Http2Client' (OnClassCondition) HttpClient5FeignLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.hc5.ApacheHttp5Client' (OnClassCondition) HttpExchangesAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (management.httpexchanges.recording.enabled=true) matched (OnPropertyCondition) HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration: Did not match: - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - found 'session' scope (OnWebApplicationCondition) HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) HttpHandlerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) HumioMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition) HypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) IdentifierGeneratorAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cloud.commons.util.InetUtils; SearchStrategy: all) did not find any beans of type org.springframework.cloud.commons.util.InetUtils (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cloud.commons.util.InetUtils' (OnClassCondition) InfinispanCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) InfluxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition) InfoContributorAutoConfiguration#buildInfoContributor: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) Matched: - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#envInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#gitInfoContributor: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) Matched: - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#javaInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#osInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#processInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.process.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#sslInfo: Did not match: - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition) Matched: - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition) InfoContributorAutoConfiguration#sslInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition) IntegrationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) IntegrationGraphEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition) JCacheCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.JCacheCacheConfiguration unknown cache type (CacheCondition) Matched: - @ConditionalOnClass found required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) JdbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) JedisConnectionConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.commons.pool2.impl.GenericObjectPool', 'redis.clients.jedis.Jedis' (OnClassCondition) JerseyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) JerseySameManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) JerseyServerMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener' (OnClassCondition) JerseyWebEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) JettyMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition) JmsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition) JmsHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) JmxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition) JndiConnectionFactoryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) JndiDataSourceAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'spring.datasource.jndi-name' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) JooqAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) JpaRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) JsonbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) JsonbHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) JtaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.transaction.Transaction' (OnClassCondition) JvmMetricsAutoConfiguration#virtualThreadMetrics: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.java21.instrument.binder.jdk.VirtualThreadMetrics' (OnClassCondition) KafkaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) KafkaMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition) KairosMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition) LdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) LdapHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition) LdapRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) LettuceConnectionConfiguration#redisConnectionFactoryVirtualThreads: Did not match: - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found beans of type 'org.springframework.data.redis.connection.RedisConnectionFactory' redisConnectionFactory (OnBeanCondition) LiquibaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) LiquibaseEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) LoadBalancerAutoConfiguration.RetryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) LoadBalancerBeanPostProcessorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) LoadBalancerCacheAutoConfiguration.DefaultLoadBalancerCacheManagerConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineCacheManagerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cache.caffeine.CaffeineCacheManager'; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineClassMissing @ConditionalOnMissingClass found unwanted class 'com.github.benmanes.caffeine.cache.Caffeine' (LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition) Matched: - @ConditionalOnClass found required class 'com.stoyanr.evictor.ConcurrentMapWithTimedEviction' (OnClassCondition) LoadBalancerCacheAutoConfiguration.LoadBalancerCacheManagerWarnConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineCacheManagerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cache.caffeine.CaffeineCacheManager'; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineClassMissing @ConditionalOnMissingClass found unwanted class 'com.github.benmanes.caffeine.cache.Caffeine' (LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition) LoadBalancerNacosAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.loadbalancer.nacos.enabled=true) did not find property 'spring.cloud.loadbalancer.nacos.enabled' (OnPropertyCondition) LoadBalancerStatsAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.loadbalancer.stats.micrometer.enabled=true) did not find property 'spring.cloud.loadbalancer.stats.micrometer.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) Log4J2MetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition) MailHealthContributorAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.mail.javamail.JavaMailSenderImpl; SearchStrategy: all) did not find any beans of type org.springframework.mail.javamail.JavaMailSenderImpl (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) MailSenderAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition) MailSenderValidatorAutoConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.mail.test-connection=true) did not find property 'spring.mail.test-connection' (OnPropertyCondition) ManagementContextAutoConfiguration.DifferentManagementContextConfiguration: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) ManagementWebSecurityAutoConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) Matched: - found 'session' scope (OnWebApplicationCondition) MappingsEndpointAutoConfiguration.ReactiveWebConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) MessageSourceAutoConfiguration: Did not match: - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) MetricsAspectsAutoConfiguration: Did not match: - @ConditionalOnBooleanProperty (management.observations.annotations.enabled=true) did not find property 'management.observations.annotations.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition) MicrometerTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) MongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) MongoMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) MongoReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.ReactiveMongoTemplate' (OnClassCondition) MongoReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MultipleOpenApiSupportConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 3 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi (MultipleOpenApiSupportCondition) Matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) - Ancestor org.springdoc.webmvc.core.configuration.MultipleOpenApiSupportConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) MustacheAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) MybatisPlusInnerInterceptorAutoConfiguration: Did not match: - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor (OnBeanCondition) MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.LegacyVelocityConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.mybatis.scripting.velocity.Driver' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriver' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition) NacosConfigServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.cloud.config.server.config.ConfigServerProperties' (OnClassCondition) NacosConfigSpringCloudAutoConfiguration#smartConfigurationPropertiesRebinder: Did not match: - no matched (NonDefaultBehaviorCondition) Matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder; SearchStrategy: current) did not find any beans (OnBeanCondition) NacosDiscoveryClientConfiguration#nacosWatch: Did not match: - @ConditionalOnProperty (spring.cloud.nacos.discovery.watch.enabled) did not find property 'spring.cloud.nacos.discovery.watch.enabled' (OnPropertyCondition) NacosDiscoveryHeartBeatConfiguration#nacosDiscoveryHeartBeatPublisher: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition.NacosDiscoveryHeartBeatEnabled @ConditionalOnProperty (spring.cloud.nacos.discovery.heart-beat.enabled) did not find property 'spring.cloud.nacos.discovery.heart-beat.enabled'; NestedCondition on NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition.SpringBootAdminHeartBeatEnabled @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ?; NestedCondition on NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition.GatewayLocatorHeartBeatEnabled @ConditionalOnProperty (spring.cloud.gateway.discovery.locator.enabled) did not find property 'spring.cloud.gateway.discovery.locator.enabled' (NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition) NacosReactiveDiscoveryClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) Neo4jAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) NewRelicMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition) NoOpCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration unknown cache type (CacheCondition) NoOpMeterRegistryConfiguration: Did not match: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition) NoopTracerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) OAuth2AuthorizationServerConfiguration#registeredClientRepository: Did not match: - OAuth2 Registered Clients Configured Condition registered clients is not available (RegisteredClientsConfiguredCondition) OAuth2AuthorizationServerWebSecurityConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) OAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition) OAuth2ClientWebSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository' (OnClassCondition) OAuth2LoadBalancerClientAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.oauth2.load-balanced.enabled) did not find property 'spring.cloud.oauth2.load-balanced.enabled' (OnPropertyCondition) OAuth2ResourceServerJwtConfiguration.JwtConverterConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnAuthoritiesClaimName @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.authorities-claim-name) did not find property 'spring.security.oauth2.resourceserver.jwt.authorities-claim-name'; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnPrincipalClaimName @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.principal-claim-name) did not find property 'spring.security.oauth2.resourceserver.jwt.principal-claim-name'; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnAuthorityPrefix @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.authority-prefix) did not find property 'spring.security.oauth2.resourceserver.jwt.authority-prefix' (OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByIssuerUri: Did not match: - OpenID Connect Issuer URI Condition did not find issuer-uri property (IssuerUriCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByJwkKeySetUri: Did not match: - @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.jwk-set-uri) did not find property 'spring.security.oauth2.resourceserver.jwt.jwk-set-uri' (OnPropertyCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByPublicKeyValue: Did not match: - Public Key Value Condition did not find public-key-location property (KeyValueCondition) OAuth2ResourceServerJwtConfiguration.OAuth2SecurityFilterChainConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) OAuth2ResourceServerOpaqueTokenConfiguration.OAuth2SecurityFilterChainConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) OAuth2ResourceServerOpaqueTokenConfiguration.OpaqueTokenIntrospectionClientConfiguration: Did not match: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector; SearchStrategy: all) found beans of type 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector' opaqueTokenIntrospector (OnBeanCondition) ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration: Did not match: - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition) - @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ? (OnBeanCondition) ObservationAutoConfiguration.MetricsWithTracingConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) ObservationAutoConfiguration.ObservedAspectConfiguration: Did not match: - @ConditionalOnBooleanProperty (management.observations.annotations.enabled=true) did not find property 'management.observations.annotations.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) ObservationAutoConfiguration.OnlyTracingConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) OkHttpFeignLoadBalancerConfiguration#feignRetryClient: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) OpenTelemetryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition) OpenTelemetryLoggingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition) OpenTelemetryTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) OtlpLoggingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition) OtlpMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition) OtlpTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) PauseResumeEndpointsConfiguration#pauseEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.cloud.context.restart.RestartEndpoint; SearchStrategy: all) did not find any beans of type org.springframework.cloud.context.restart.RestartEndpoint (OnBeanCondition) PauseResumeEndpointsConfiguration#resumeEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.cloud.context.restart.RestartEndpoint; SearchStrategy: all) did not find any beans of type org.springframework.cloud.context.restart.RestartEndpoint (OnBeanCondition) PigFeignAutoConfiguration#feignSentinelBuilder: Did not match: - @ConditionalOnProperty (feign.sentinel.enabled) did not find property 'feign.sentinel.enabled' (OnPropertyCondition) ProjectInfoAutoConfiguration#buildProperties: Did not match: - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) ProjectInfoAutoConfiguration#gitProperties: Did not match: - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) PrometheusExemplarsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) PrometheusMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry' (OnClassCondition) PulsarAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) PulsarReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) QuartzAutoConfiguration#quartzScheduler: Did not match: - @ConditionalOnMissingBean (types: org.springframework.scheduling.quartz.SchedulerFactoryBean; SearchStrategy: all) found beans of type 'org.springframework.scheduling.quartz.SchedulerFactoryBean' &quartzScheduler (OnBeanCondition) QuartzAutoConfiguration.JdbcStoreTypeConfiguration#quartzDataSourceScriptDatabaseInitializer: Did not match: - QuartzDatabase Initialization spring.quartz.jdbc.initialize-schema is NEVER (QuartzAutoConfiguration.JdbcStoreTypeConfiguration.OnQuartzDatasourceInitializationCondition) R2dbcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) R2dbcInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) R2dbcObservationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) R2dbcProxyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) R2dbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) RSocketGraphQlClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) RSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketRequesterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) RSocketServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) RSocketStrategiesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RabbitAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) RabbitHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition) RabbitMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition) ReactiveCloudFoundryActuatorAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ReactiveCompositeDiscoveryClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ReactiveElasticsearchClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition) ReactiveElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) ReactiveManagementContextAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveManagementWebSecurityAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveMultipartAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveOAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition) ReactiveOAuth2ClientWebSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.web.server.ServerOAuth2AuthorizedClientRepository' (OnClassCondition) ReactiveOAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveUserDetailsServiceAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.PasswordConfigured @ConditionalOnProperty (spring.security.user.password) did not find property 'spring.security.user.password'; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.NameConfigured @ConditionalOnProperty (spring.security.user.name) did not find property 'spring.security.user.name'; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.MissingAlternative @ConditionalOnMissingClass found unwanted class 'org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector' (ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured) Matched: - @ConditionalOnClass found required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) ReactiveWebServerFactoryAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactorLoadBalancerClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) RedisAutoConfiguration#redisTemplate: Did not match: - @ConditionalOnMissingBean (names: redisTemplate; SearchStrategy: all) found beans named redisTemplate (OnBeanCondition) RedisHealthContributorAutoConfiguration#redisHealthContributor: Did not match: - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) found beans named redisHealthContributor (OnBeanCondition) RefreshAutoConfiguration#legacyContextRefresher: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass did not find required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition) RepositoryRestMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) RestClientAutoConfiguration#restClientBuilder: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found beans of type 'org.springframework.web.client.RestClient$Builder' restClientBuilder (OnBeanCondition) RestartEndpointWithIntegrationConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.monitor.IntegrationMBeanExporter' (OnClassCondition) RestartEndpointWithoutIntegrationConfiguration#restartEndpointWithoutIntegration: Did not match: - @ConditionalOnAvailableEndpoint the configured access for endpoint 'restart' is NONE (OnAvailableEndpointCondition) Saml2RelyingPartyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) SecurityDataConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition) SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) SendGridAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelXmlConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) SentinelEndpointAutoConfiguration#sentinelHealthIndicator: Did not match: - @ConditionalOnEnabledHealthIndicator management.health.sentinel.enabled is false (OnEnabledHealthIndicatorCondition) Matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.endpoint.SentinelHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelFeignAutoConfiguration#feignSentinelBuilder: Did not match: - @ConditionalOnProperty (feign.sentinel.enabled) did not find property 'feign.sentinel.enabled' (OnPropertyCondition) SentinelWebFluxAutoConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required class 'com.alibaba.csp.sentinel.adapter.reactor.SentinelReactorTransformer' (OnClassCondition) ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration: Did not match: - @ConditionalOnBooleanProperty (management.server.add-application-context-header=true) did not find property 'management.server.add-application-context-header' (OnPropertyCondition) ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer: Did not match: - @ConditionalOnClass did not find required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration: Did not match: - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) ServletWebServerFactoryConfiguration.EmbeddedJetty: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedTomcat: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) SessionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) SessionsEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) ShutdownEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint the configured access for endpoint 'shutdown' is NONE (OnAvailableEndpointCondition) SignalFxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition) SimpleCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration unknown cache type (CacheCondition) SimpleReactiveDiscoveryClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) SpringBootAdminClientAutoConfiguration: Did not match: - Spring Boot Client is disabled, because 'spring.boot.admin.client.url' is empty. (SpringBootAdminClientEnabledCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) SpringBootAdminClientCloudFoundryAutoConfiguration: Did not match: - Spring Boot Client is disabled, because 'spring.boot.admin.client.url' is empty. (SpringBootAdminClientEnabledCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) SpringBootWebSecurityConfiguration.SecurityFilterChainConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration: Did not match: - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) SpringDocConfiguration#oas31ModelConverter: Did not match: - @ConditionalOnProperty (springdoc.explicit-object-schema=true) did not find property 'springdoc.explicit-object-schema' (OnPropertyCondition) SpringDocConfiguration#propertiesResolverForSchema: Did not match: - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition) SpringDocConfiguration#propertyCustomizingConverter: Did not match: - @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) did not find any beans of type org.springdoc.core.customizers.PropertyCustomizer (OnBeanCondition) SpringDocConfiguration#springdocBeanFactoryPostProcessor: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled'; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 3 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi (CacheOrGroupedOpenApiCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) SpringDocConfiguration#springdocBeanFactoryPostProcessor2: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) SpringDocConfiguration.SpringDocActuatorConfiguration: Did not match: - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition) SpringDocConfiguration.SpringDocRepositoryRestConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) SpringDocDataRestConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) SpringDocFunctionCatalogConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition) SpringDocGroovyConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.lang.MetaClass' (OnClassCondition) SpringDocHateoasConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.server.LinkRelationProvider' (OnClassCondition) SpringDocJacksonKotlinModuleConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.kotlin.KotlinModule' (OnClassCondition) SpringDocJavadocConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.therapi.runtimejavadoc.CommentFormatter' (OnClassCondition) SpringDocKotlinConfiguration.KotlinReflectDependingConfiguration: Did not match: - @ConditionalOnClass did not find required class 'kotlin.reflect.full.KClasses' (OnClassCondition) SpringDocKotlinxConfiguration: Did not match: - @ConditionalOnClass did not find required class 'kotlinx.coroutines.flow.Flow' (OnClassCondition) SpringDocSecurityConfiguration.SpringDocSecurityOAuth2ClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.annotation.RegisteredOAuth2AuthorizedClient' (OnClassCondition) SpringDocSecurityConfiguration.SpringDocSecurityOAuth2Configuration#springDocSecurityOAuth2Customizer: Did not match: - @ConditionalOnProperty (springdoc.show-oauth2-endpoints) did not find property 'springdoc.show-oauth2-endpoints' (OnPropertyCondition) SpringDocSecurityConfiguration.SpringSecurityLoginEndpointConfiguration#springSecurityLoginEndpointCustomizer: Did not match: - @ConditionalOnProperty (springdoc.show-login-endpoint) did not find property 'springdoc.show-login-endpoint' (OnPropertyCondition) SpringDocSortConfiguration#dataRestDelegatingMethodParameterCustomizer: Did not match: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) found beans of type 'org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer' dataRestDelegatingMethodParameterCustomizer (OnBeanCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider: Did not match: - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource: Did not match: - @ConditionalOnExpression (#{${springdoc.use-management-port:false} and ${springdoc.enable-default-api-docs:true}}) resulted in false (OnExpressionCondition) SpringNativeClientAutoConfiguration: Did not match: - Spring Boot Client is disabled, because 'spring.boot.admin.client.url' is empty. (SpringBootAdminClientEnabledCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) SslObservabilityAutoConfiguration#sslInfoProvider: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) found beans of type 'org.springframework.boot.info.SslInfo' sslInfo (OnBeanCondition) StackdriverMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition) StartupEndpointAutoConfiguration: Did not match: - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition) StatsdMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition) TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition) TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads: Did not match: - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter: Did not match: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition) TaskSchedulingConfigurations.TaskSchedulerConfiguration: Did not match: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) ThymeleafAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition) TomcatMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.catalina.Manager' (OnClassCondition) TransactionAutoConfiguration#transactionalOperator: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.AspectJTransactionManagementConfiguration: Did not match: - @ConditionalOnBean did not find required type 'org.springframework.transaction.aspectj.AbstractTransactionAspect' (OnBeanCondition) - @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ? (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=false) did not find property 'spring.aop.proxy-target-class' (OnPropertyCondition) UserDetailsServiceAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.PasswordConfigured @ConditionalOnProperty (spring.security.user.password) did not find property 'spring.security.user.password'; NestedCondition on UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.NameConfigured @ConditionalOnProperty (spring.security.user.name) did not find property 'spring.security.user.name'; NestedCondition on UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.MissingAlternative @ConditionalOnMissingClass found unwanted class 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector' (UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured) Matched: - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WavefrontAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition) WavefrontMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) WavefrontTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) WebClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebClientObservationConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) WebFluxEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) WebFluxObservationAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebMvcAutoConfiguration#hiddenHttpMethodFilter: Did not match: - @ConditionalOnBooleanProperty (spring.mvc.hiddenmethod.filter.enabled=true) did not find property 'spring.mvc.hiddenmethod.filter.enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.mvc.problemdetails.enabled=true) did not find property 'spring.mvc.problemdetails.enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarVersionLocator (OnEnabledResourceChainCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) WebServiceTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.client.core.WebServiceTemplate' (OnClassCondition) WebServicesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) WebSessionIdResolverAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) WebSocketReactiveAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) WritableEnvironmentEndpointAutoConfiguration: Did not match: - @ConditionalOnProperty (management.endpoint.env.post.enabled) did not find property 'management.endpoint.env.post.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'org.springframework.boot.actuate.env.EnvironmentEndpoint', 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (OnClassCondition) XADataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.transaction.TransactionManager' (OnClassCondition) ZipkinAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'zipkin2.reporter.Encoding' (OnClassCondition) Exclusions: ----------- None Unconditional classes: ---------------------- com.pig4cloud.pig.common.feign.sentinel.SentinelAutoConfiguration com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration com.pig4cloud.pig.common.mybatis.MybatisAutoConfiguration com.alibaba.cloud.nacos.NacosConfigSpringCloudAutoConfiguration com.pig4cloud.pig.common.core.util.SpringContextHolder com.pig4cloud.pig.common.excel.ExcelAutoConfiguration org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect com.ulisesbocchio.jasyptspringbootstarter.JasyptSpringBootAutoConfiguration com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationConsentService org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration com.pig4cloud.pig.common.feign.PigFeignAutoConfiguration org.springframework.cloud.client.CommonsClientAutoConfiguration com.alibaba.cloud.nacos.NacosConfigAutoConfiguration org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration com.pig4cloud.pig.common.core.config.RedisTemplateConfiguration org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration com.pig4cloud.pig.common.core.config.RestTemplateConfiguration org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration cn.hutool.extra.spring.SpringUtil org.springdoc.core.configuration.SpringDocSpecPropertiesConfiguration org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration :2025-07-18 13:48:53.397 INFO main c.p.p.d.q.PigQuartzApplication: Started PigQuartzApplication in 11.167 seconds (process running for 11.742) :2025-07-18 13:48:53.398 DEBUG main o.s.b.a.ApplicationAvailabilityBean: Application availability state LivenessState changed to CORRECT :2025-07-18 13:48:53.404 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:48:53.406 INFO main c.a.c.n.r.NacosContextRefresher: [Nacos Config] Listening config: dataId=application.yml, group=DEFAULT_GROUP :2025-07-18 13:48:53.407 INFO main c.a.c.n.r.NacosContextRefresher: [Nacos Config] Listening config: dataId=pig-quartz.yml, group=DEFAULT_GROUP :2025-07-18 13:48:53.407 DEBUG main o.s.b.a.ApplicationAvailabilityBean: Application availability state ReadinessState changed to ACCEPTING_TRAFFIC :2025-07-18 13:48:53.916 DEBUG RMI TCP Connection(1)-192.168.3.17 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:48:53.917 INFO RMI TCP Connection(2)-192.168.3.17 i.u.servlet: Initializing Spring DispatcherServlet 'dispatcherServlet' :2025-07-18 13:48:53.917 INFO RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Initializing Servlet 'dispatcherServlet' :2025-07-18 13:48:53.917 DEBUG RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected StandardServletMultipartResolver :2025-07-18 13:48:53.917 DEBUG RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected AcceptHeaderLocaleResolver :2025-07-18 13:48:53.917 DEBUG RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected FixedThemeResolver :2025-07-18 13:48:53.918 DEBUG RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@5c34413d :2025-07-18 13:48:53.918 DEBUG RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected org.springframework.web.servlet.support.SessionFlashMapManager@41a58ac5 :2025-07-18 13:48:53.919 DEBUG RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data :2025-07-18 13:48:53.919 INFO RMI TCP Connection(2)-192.168.3.17 o.s.w.s.DispatcherServlet: Completed initialization in 2 ms :2025-07-18 13:48:53.923 DEBUG RMI TCP Connection(1)-192.168.3.17 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:48:53.945 DEBUG boundedElastic-1 i.l.c.RedisClient: Trying to get a Redis connection for: redis://******@192.168.10.101 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.numHeapArenas: 56 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.numDirectArenas: 56 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.pageSize: 8192 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.maxOrder: 9 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.chunkSize: 4194304 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.smallCacheSize: 256 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.normalCacheSize: 64 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.cacheTrimInterval: 8192 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.useCacheForAllThreads: false :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 :2025-07-18 13:48:54.037 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false :2025-07-18 13:48:54.042 DEBUG boundedElastic-1 i.n.b.ByteBufUtil: -Dio.netty.allocator.type: pooled :2025-07-18 13:48:54.042 DEBUG boundedElastic-1 i.n.b.ByteBufUtil: -Dio.netty.threadLocalDirectBufferSize: 0 :2025-07-18 13:48:54.042 DEBUG boundedElastic-1 i.n.b.ByteBufUtil: -Dio.netty.maxThreadLocalCharBufferSize: 16384 :2025-07-18 13:48:54.044 DEBUG boundedElastic-1 i.l.c.r.KqueueProvider: Starting without optional kqueue library :2025-07-18 13:48:54.045 DEBUG boundedElastic-1 i.l.c.r.IOUringProvider: Starting without optional io_uring library :2025-07-18 13:48:54.045 DEBUG boundedElastic-1 i.l.c.r.EpollProvider: Starting without optional epoll library :2025-07-18 13:48:54.047 DEBUG boundedElastic-1 i.l.c.r.DefaultEventLoopGroupProvider: Allocating executor io.netty.channel.nio.NioEventLoopGroup :2025-07-18 13:48:54.047 DEBUG boundedElastic-1 i.l.c.r.DefaultEventLoopGroupProvider: Creating executor io.netty.channel.nio.NioEventLoopGroup :2025-07-18 13:48:54.048 DEBUG boundedElastic-1 i.n.c.MultithreadEventLoopGroup: -Dio.netty.eventLoopThreads: 56 :2025-07-18 13:48:54.049 DEBUG boundedElastic-1 i.n.c.n.NioEventLoop: -Dio.netty.noKeySetOptimization: false :2025-07-18 13:48:54.049 DEBUG boundedElastic-1 i.n.c.n.NioEventLoop: -Dio.netty.selectorAutoRebuildThreshold: 512 :2025-07-18 13:48:54.066 DEBUG boundedElastic-1 i.l.c.r.DefaultEventLoopGroupProvider: Adding reference to io.netty.channel.nio.NioEventLoopGroup@79ee6867, existing ref count 0 :2025-07-18 13:48:54.088 DEBUG boundedElastic-1 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 13:48:54.088 DEBUG boundedElastic-1 i.l.c.AbstractRedisClient: Connecting to Redis at 192.168.10.101/:6379 :2025-07-18 13:48:54.090 DEBUG boundedElastic-1 i.n.c.DefaultChannelId: -Dio.netty.processId: 28820 (auto-detected) :2025-07-18 13:48:54.091 DEBUG boundedElastic-1 i.n.u.NetUtil: -Djava.net.preferIPv4Stack: false :2025-07-18 13:48:54.091 DEBUG boundedElastic-1 i.n.u.NetUtil: -Djava.net.preferIPv6Addresses: false :2025-07-18 13:48:54.094 DEBUG boundedElastic-1 i.n.u.NetUtilInitializations: Loopback interface: loopback_0 (Software Loopback Interface 1, 0:0:0:0:0:0:0:1) :2025-07-18 13:48:54.095 DEBUG boundedElastic-1 i.n.u.NetUtil: Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200 :2025-07-18 13:48:54.097 DEBUG boundedElastic-1 i.n.c.DefaultChannelId: -Dio.netty.machineId: b8:1e:a4:ff:fe:b7:88:f2 (auto-detected) :2025-07-18 13:48:54.106 DEBUG boundedElastic-1 i.n.b.ChannelInitializerExtensions: -Dio.netty.bootstrap.extensions: null :2025-07-18 13:48:54.116 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, [id: 0xd7f16827] (inactive), epid=0x1, chid=0x1] channelRegistered() :2025-07-18 13:48:54.118 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.maxCapacityPerThread: 4096 :2025-07-18 13:48:54.118 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.ratio: 8 :2025-07-18 13:48:54.118 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.chunkSize: 32 :2025-07-18 13:48:54.118 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.blocking: false :2025-07-18 13:48:54.118 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.batchFastThreadLocalOnly: true :2025-07-18 13:48:54.122 DEBUG lettuce-nioEventLoop-4-1 i.n.b.AbstractByteBuf: -Dio.netty.buffer.checkAccessible: true :2025-07-18 13:48:54.122 DEBUG lettuce-nioEventLoop-4-1 i.n.b.AbstractByteBuf: -Dio.netty.buffer.checkBounds: true :2025-07-18 13:48:54.122 DEBUG lettuce-nioEventLoop-4-1 i.n.u.ResourceLeakDetectorFactory: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7db293d6 :2025-07-18 13:48:54.158 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:48:54.160 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:54.165 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 148 bytes, 1 commands in the stack :2025-07-18 13:48:54.165 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:48:54.169 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:54.169 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HELLO, output=GenericMapOutput [output={server=redis, version=6.0.20, proto=3, id=8434, mode=standalone, role=master}, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 13:48:54.171 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, [AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]], promise) :2025-07-18 13:48:54.171 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:54.171 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:54.175 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 170 bytes, 2 commands in the stack :2025-07-18 13:48:54.175 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 2 commands :2025-07-18 13:48:54.175 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:54.175 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 13:48:54.176 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:48:54.176 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:54.176 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 13:48:54.176 DEBUG lettuce-nioEventLoop-4-1 i.l.c.RedisHandshake: Error applying connection metadata java.util.concurrent.CompletionException: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1498) at java.base/java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1219) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2194) at io.lettuce.core.protocol.AsyncCommand.doCompleteExceptionally(AsyncCommand.java:143) at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124) at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115) at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67) at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:769) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:704) at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:621) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151) at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120) ... 22 common frames omitted :2025-07-18 13:48:54.178 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelActive() :2025-07-18 13:48:54.179 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] activateEndpointAndExecuteBufferedCommands 0 command(s) buffered :2025-07-18 13:48:54.179 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] activating endpoint :2025-07-18 13:48:54.179 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] flushCommands() :2025-07-18 13:48:54.179 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] flushCommands() Flushing 0 commands :2025-07-18 13:48:54.180 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] channelActive() :2025-07-18 13:48:54.180 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelActive() done :2025-07-18 13:48:54.180 DEBUG lettuce-nioEventLoop-4-1 i.l.c.AbstractRedisClient: Connecting to Redis at 192.168.10.101/:6379: Success :2025-07-18 13:48:54.190 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:54.191 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:54.192 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:48:54.192 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:54.193 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:48:54.196 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:48:54.196 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:48:54.196 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:54.196 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578889 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987270 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:17.266 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:49:17.266 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:49:20.201 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:49:20.202 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:49:20.202 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:49:20.215 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:49:20.227 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:49:20.228 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:49:20.229 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:49:20.242 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:20.249 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:20.252 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:20.258 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:20.258 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:20.258 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:49:20.258 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:49:20.258 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:20.262 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:49:20.262 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:49:20.262 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:49:20.262 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578915 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987296 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:20.267 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:20.268 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2d125cff] :2025-07-18 13:49:20.279 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:20.279 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:20.297 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator, authentication required: false :2025-07-18 13:49:20.297 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator :2025-07-18 13:49:20.297 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator :2025-07-18 13:49:20.297 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator :2025-07-18 13:49:20.298 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator :2025-07-18 13:49:20.298 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator", parameters={} :2025-07-18 13:49:20.298 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator root web endpoint :2025-07-18 13:49:20.300 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:20.302 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{_links={self=[Link@7244cfda href = 'http://169.254.32.119:5007/actuator'], nacosconfig=[Link@331920 (truncated)...] :2025-07-18 13:49:20.302 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:20.303 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:20.305 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:49:20.305 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 13:49:20.305 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:49:20.306 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:49:20.306 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:49:20.306 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:49:20.306 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:49:20.306 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:20.307 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:20.307 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:49:20.307 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:20.307 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:21.873 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:49:23.394 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:49:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:49:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:49:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:49:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:49:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:49:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:49:35.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:49:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:35.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:35.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:49:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:49:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:35.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:49:35.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:49:35.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:49:35.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6041e520] :2025-07-18 13:49:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:46.631 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:49:47.267 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:49:47.267 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:49:53.384 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:49:53.398 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:49:53.407 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:49:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:49:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:49:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:49:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:49:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:49:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:49:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:49:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:55.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:49:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:49:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:49:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:49:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:49:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3004ff98] :2025-07-18 13:49:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:10.233 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:50:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:50:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@328921e3] :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:17.268 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:50:17.268 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:50:23.423 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:50:23.894 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 13:50:27.948 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 13:50:28.394 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 13:50:31.746 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 13:50:33.774 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 13:50:34.872 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 13:50:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:50:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:50:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:50:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:50:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:50:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:50:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:50:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:50:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:50:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:50:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@40c2ed20] :2025-07-18 13:50:35.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:35.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:35.807 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 13:50:38.754 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 13:50:39.255 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:50:40.038 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 13:50:44.815 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 13:50:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:50:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 13:50:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:50:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:50:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:50:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:50:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:50:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:50:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:47.269 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:50:47.269 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:50:53.394 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:50:53.409 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:50:53.430 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:50:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:50:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:50:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:50:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:50:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:50:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:50:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:50:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:50:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:50:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:50:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2b375349] :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:51:07.486 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:51:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:51:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:51:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:51:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:51:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:51:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:51:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:51:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:51:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:15.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:51:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:51:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:51:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:51:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:51:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:51:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:51:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@afa36ab] :2025-07-18 13:51:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:51:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:51:17.269 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:51:17.269 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:51:23.445 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:51:35.276 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:51:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:51:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:51:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:51:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:51:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:51:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:51:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:51:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:51:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:51:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:51:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@10784f55] :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:51:47.271 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:51:47.271 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:51:53.395 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:51:53.416 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:51:53.462 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:51:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:51:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:51:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:51:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:51:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:51:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:51:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:51:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:51:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:55.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:51:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:51:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:51:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:51:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3083087c] :2025-07-18 13:51:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:51:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:00.389 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 13:52:03.702 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:52:08.400 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 13:52:08.925 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 13:52:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:52:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:52:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:52:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:52:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:52:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:52:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:52:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:15.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:15.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:15.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:52:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:52:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:52:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:52:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:52:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:52:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b9acf9e] :2025-07-18 13:52:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:15.899 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 13:52:17.272 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:52:17.272 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:52:19.785 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 13:52:21.783 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 13:52:23.483 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:52:23.961 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 13:52:28.107 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:52:30.361 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 13:52:32.762 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 13:52:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:52:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:52:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:52:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:52:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:52:35.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:52:35.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:52:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:52:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:52:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:52:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@23b13a15] :2025-07-18 13:52:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:41.572 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 13:52:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:52:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 13:52:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:52:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:52:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:52:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:52:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:47.273 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:52:47.273 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:52:53.398 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:52:53.414 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:52:53.483 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:52:55.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:52:55.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:52:55.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:52:55.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:52:55.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:52:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:52:55.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:52:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:55.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:55.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:52:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:52:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c91696b] :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:56.857 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:53:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:53:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:53:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:53:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:53:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:53:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:53:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:53:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:53:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:15.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:53:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:53:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:53:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:53:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:53:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:53:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:53:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c474d4a] :2025-07-18 13:53:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:53:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:53:17.274 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:53:17.274 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:53:22.929 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:53:23.499 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:53:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:53:35.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:53:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:35.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:35.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:53:35.350 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:53:35.350 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:53:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:53:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:53:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:53:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:53:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@30d23501] :2025-07-18 13:53:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:53:35.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:53:36.880 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 13:53:47.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:53:47.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:53:48.854 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 13:53:49.459 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 13:53:51.001 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:53:53.399 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:53:53.416 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:53:53.540 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:53:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:53:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:53:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:53:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:53:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:53:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:53:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:53:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:53:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:53:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:53:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:53:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:53:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:53:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:53:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:53:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7694ad03] :2025-07-18 13:53:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:53:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:00.057 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 13:54:05.794 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 13:54:08.691 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 13:54:12.096 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 13:54:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:54:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:54:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:54:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:54:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:54:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:54:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:54:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:54:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:54:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:54:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:54:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:54:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:54:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7b327447] :2025-07-18 13:54:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:15.481 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:54:17.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:54:17.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:54:21.969 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 13:54:23.556 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:54:25.484 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:54:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:54:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:54:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:54:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:54:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:54:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:54:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@153f078f] :2025-07-18 13:54:35.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:35.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:38.331 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 13:54:39.149 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:54:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:54:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 13:54:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:54:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:54:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:54:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:54:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:54:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:47.276 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:54:47.276 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:54:53.400 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:54:53.417 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:54:53.588 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:54:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:54:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:54:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:54:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:54:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:54:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:54:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:54:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:54:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:54:55.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:55.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@263b8f2e] :2025-07-18 13:54:55.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:55.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:07.195 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:55:13.375 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 13:55:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:55:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:55:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:55:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:55:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:55:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:55:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:55:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:55:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:55:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:55:15.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:55:15.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@517bd0aa] :2025-07-18 13:55:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:55:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:17.277 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:55:17.277 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:55:23.631 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:55:29.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 13:55:29.990 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 13:55:30.854 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:55:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:55:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:55:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:55:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@17b9d8ac] :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:44.214 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 13:55:47.278 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:55:47.278 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:55:51.804 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 13:55:53.401 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:55:53.420 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:55:53.634 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:55:54.062 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:55:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:55:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:55:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:55:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:55:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:55:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:55:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6d6a0a07] :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:55.599 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 13:56:00.232 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 13:56:13.575 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 13:56:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:56:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:56:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:56:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:56:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:56:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ccfca54] :2025-07-18 13:56:15.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:15.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:17.279 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:56:17.279 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:56:18.207 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 13:56:23.653 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:56:23.873 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:56:35.089 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:56:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:56:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:56:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:56:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:56:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:56:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@e56280c] :2025-07-18 13:56:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:56:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 13:56:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:56:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:56:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:56:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:56:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:56:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:47.279 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:56:47.279 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:56:49.870 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 13:56:53.402 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:56:53.412 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:56:53.672 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:56:53.892 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:56:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:56:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:56:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:56:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:56:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:56:55.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:56:55.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:56:55.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:55.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:56:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:56:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:56:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:56:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:56:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:56:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c5f4d89] :2025-07-18 13:56:55.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:55.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:57:09.762 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 13:57:10.521 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 13:57:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:57:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:57:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:57:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:57:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:57:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:57:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:57:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:57:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:57:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:57:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:57:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c505d00] :2025-07-18 13:57:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:57:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:57:17.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:57:17.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:57:23.152 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:57:23.706 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:57:28.366 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:57:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:57:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:57:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:57:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:57:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:57:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:57:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:57:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@308b03d4] :2025-07-18 13:57:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:57:35.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:57:37.812 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 13:57:42.507 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 13:57:47.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:57:47.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:57:48.366 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 13:57:52.091 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:57:53.403 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:57:53.423 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:57:53.701 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:57:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:57:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:57:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:57:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:57:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:57:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:57:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:57:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:57:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@30f0cef8] :2025-07-18 13:57:55.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:57:55.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:05.184 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 13:58:10.931 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 13:58:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:58:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:58:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:58:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:58:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:58:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@525853c5] :2025-07-18 13:58:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:17.281 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:58:17.281 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:58:18.527 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:58:23.713 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:58:26.361 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 13:58:31.846 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:35.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:58:35.349 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:58:35.349 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ba122a5] :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:44.336 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:58:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:58:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 13:58:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:58:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:58:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:58:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:58:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:58:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:47.283 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:58:47.283 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:58:50.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 13:58:51.053 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 13:58:53.404 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:58:53.422 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:58:53.754 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:58:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:58:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:58:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:58:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:58:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:58:55.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:58:55.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:58:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:55.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:55.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:55.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:58:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:58:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:58:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:55.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4516a04f] :2025-07-18 13:58:55.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:55.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:11.844 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:59:12.517 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 13:59:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:59:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:59:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:59:15.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:59:15.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:15.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:59:15.350 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:59:15.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:59:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:59:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78082d94] :2025-07-18 13:59:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:59:15.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:17.285 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:59:17.285 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:59:23.759 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:59:23.820 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 13:59:29.416 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:59:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:59:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:59:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:59:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:59:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c9d902a] :2025-07-18 13:59:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:59:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:36.503 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 13:59:40.279 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 13:59:47.286 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:59:47.286 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:59:53.406 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 13:59:53.437 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 13:59:53.774 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 13:59:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:59:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 13:59:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:59:55.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:59:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:59:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:59:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:59:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:59:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:59:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:59:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:59:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:59:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@45551263] :2025-07-18 13:59:55.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:59:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:56.792 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:00:02.853 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:00:03.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:00:04.488 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:00:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:00:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:00:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:00:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:00:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:00:15.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:00:15.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:00:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:15.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:00:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:00:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:00:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:00:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:00:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:00:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@230f5ae7] :2025-07-18 14:00:15.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:15.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:17.287 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:00:17.287 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:00:23.783 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:00:28.600 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:00:30.688 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:00:31.595 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:00:34.458 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:00:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:00:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:00:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:00:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:00:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:00:35.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:00:35.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:00:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:00:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:00:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:00:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:00:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:00:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:00:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3334c6d2] :2025-07-18 14:00:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:00:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:00:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:00:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:47.288 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:00:47.288 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:00:53.408 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:00:53.424 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:00:53.796 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:00:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:00:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:00:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:00:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:00:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:00:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:00:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:00:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:00:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:00:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:00:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:00:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:00:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:00:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@986978e] :2025-07-18 14:00:55.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:55.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:56.667 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:00:59.665 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:01:09.828 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:01:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:01:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:01:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:01:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:01:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:01:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:01:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:01:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:01:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:15.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:01:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:01:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:01:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:01:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:01:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:01:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:01:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2cd1fedf] :2025-07-18 14:01:15.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:01:15.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:01:16.321 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 14:01:17.289 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:01:17.289 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:01:23.810 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:01:24.637 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:01:26.058 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:01:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:01:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:01:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:01:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:01:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:01:35.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:01:35.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:01:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:01:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:35.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:35.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:01:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:01:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:01:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:01:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:01:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:01:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:01:35.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@589ffdb5] :2025-07-18 14:01:35.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:01:35.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:01:39.344 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:01:47.289 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:01:47.289 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:01:48.398 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:01:51.004 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:01:53.409 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:01:53.443 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:01:53.829 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:01:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:01:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:01:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:01:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:01:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:01:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:01:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:01:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:01:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@14f20557] :2025-07-18 14:01:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:01:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:01:56.380 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:02:11.140 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:02:12.125 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:02:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:02:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:02:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:02:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:02:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:02:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:15.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:02:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:02:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:02:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2151b51f] :2025-07-18 14:02:15.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:15.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:17.291 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:02:17.291 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:02:18.890 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:02:23.840 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:02:25.354 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:02:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:02:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:02:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:02:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:02:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:02:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:02:35.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:02:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:02:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:02:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:02:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@23ce80ea] :2025-07-18 14:02:35.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:35.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:40.822 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:02:44.427 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:02:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:02:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:02:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:02:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:02:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:02:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:02:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:02:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:02:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:45.345 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:47.291 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:02:47.291 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:02:53.410 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:02:53.426 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:02:53.845 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:02:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:02:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:55.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:02:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:02:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:02:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:02:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:02:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579730 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988111 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:02:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@20b6a56c] :2025-07-18 14:02:55.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:55.837 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:03:03.228 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 14:03:08.860 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:03:12.777 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:03:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:03:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:03:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:03:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:03:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:03:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:03:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:03:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:03:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:03:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:03:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:03:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:03:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:03:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:03:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:03:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@648cb150] :2025-07-18 14:03:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:03:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:03:15.835 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:03:17.292 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:03:17.292 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:03:23.865 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:03:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:03:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:03:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:03:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:03:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:03:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:03:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:03:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:03:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:03:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:03:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d992b35] :2025-07-18 14:03:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:03:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:03:36.564 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:03:40.011 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:03:47.293 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:03:47.293 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:03:49.104 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:03:51.596 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:03:52.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:03:53.412 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:03:53.425 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:03:53.877 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:03:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:03:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:03:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:03:55.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:03:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:03:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:03:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:03:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:03:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:03:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d5f3ae9] :2025-07-18 14:03:55.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:03:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:06.218 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:04:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:04:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:04:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:15.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:15.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:15.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:04:15.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:04:15.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:04:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@d55a319] :2025-07-18 14:04:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:17.294 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:04:17.294 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:04:22.111 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:04:23.912 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:04:24.974 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:04:29.997 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:35.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:35.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:04:35.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:04:35.353 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:04:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:04:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:04:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:04:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@32db5e01] :2025-07-18 14:04:35.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:35.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:41.864 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:04:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:04:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:04:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:04:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:47.295 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:04:47.295 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:04:50.135 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 14:04:52.328 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:04:53.413 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:04:53.430 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:04:53.925 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:04:55.119 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:55.387 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:55.396 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:55.396 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:55.396 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:04:55.396 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:04:55.396 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:55.401 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:04:55.401 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:04:55.401 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:04:55.401 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:04:55.401 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:55.402 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@51504fc] :2025-07-18 14:04:55.402 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:55.402 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:05:00.912 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:05:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:05:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:05:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:05:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:05:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:15.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:05:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:05:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:15.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:05:15.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:05:15.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:05:15.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:05:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:05:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3486342] :2025-07-18 14:05:15.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:05:15.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:05:17.296 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:05:17.296 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:05:22.720 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:05:23.925 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:05:31.618 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:05:32.047 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:05:33.189 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:05:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:05:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:05:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:05:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:05:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:05:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:05:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:05:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:05:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:05:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:05:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:05:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:05:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6287caf2] :2025-07-18 14:05:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:05:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:05:41.827 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:05:47.297 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:05:47.297 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:05:48.644 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:05:53.416 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:05:53.434 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:05:53.941 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:05:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:05:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:05:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:05:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:05:55.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:05:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:05:55.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:05:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:05:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:05:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:05:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:05:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:05:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:05:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:05:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:05:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c3705c3] :2025-07-18 14:05:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:05:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:09.125 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:06:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:06:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:06:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:06:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:06:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:06:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@723c16cf] :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:15.757 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:06:17.299 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:06:17.299 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:06:18.868 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:06:23.957 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:06:27.902 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:06:28.819 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:06:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:06:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:06:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:06:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:06:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:06:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:06:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:06:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:06:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:06:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:06:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@f17f664] :2025-07-18 14:06:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:37.042 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 14:06:45.047 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:06:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:06:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:06:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:06:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:06:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:06:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:47.300 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:06:47.300 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:06:49.046 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:06:53.418 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:06:53.448 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:06:53.966 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:06:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:06:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:06:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:06:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:06:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:06:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:06:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:06:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:06:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:06:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:06:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:06:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@259bf038] :2025-07-18 14:06:55.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:55.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:07:12.500 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:07:13.722 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:07:14.406 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:07:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:07:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:07:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:07:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:07:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:07:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:07:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:07:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:07:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@31d34d6] :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:07:17.301 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:07:17.301 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:07:23.230 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:07:23.979 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:07:34.550 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:07:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:07:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:07:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:07:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:07:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:07:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:07:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:07:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:07:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:07:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:07:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:07:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@44b8cfbb] :2025-07-18 14:07:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:07:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:07:37.925 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:07:47.302 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:07:47.302 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:07:53.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:07:53.419 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:07:53.445 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:07:54.008 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:07:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:07:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:07:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:07:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:07:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:07:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:07:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:07:55.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:07:55.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@554e19eb] :2025-07-18 14:07:55.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:07:55.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:03.911 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:08:05.310 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:08:13.913 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:08:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:08:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:08:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:08:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:08:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:08:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:08:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:08:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:08:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:08:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:08:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:08:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:08:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:08:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65b437f6] :2025-07-18 14:08:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:15.624 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:08:17.302 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:08:17.302 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:08:23.948 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 14:08:24.013 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:08:33.521 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:08:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:08:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:08:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:08:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:08:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:08:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:08:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:08:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:08:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@195eb279] :2025-07-18 14:08:35.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:35.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:37.183 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:08:45.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:47.303 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:08:47.303 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:08:52.953 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:08:53.419 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:08:53.435 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:08:54.025 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:08:54.252 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:08:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:08:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:08:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:08:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:55.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:55.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:08:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:08:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:08:55.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@272544dd] :2025-07-18 14:08:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:03.210 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:09:14.838 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:09:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:09:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:09:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:09:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:09:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:09:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:09:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:09:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:09:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:09:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:09:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@60b6bcaf] :2025-07-18 14:09:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:17.304 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:09:17.304 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:09:24.036 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:09:27.278 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:09:27.958 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:09:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:09:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:09:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:09:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:09:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:09:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@49dabba5] :2025-07-18 14:09:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:35.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:37.429 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:09:41.803 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:09:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:47.305 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:09:47.305 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:09:53.420 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:09:53.435 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:09:54.052 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:09:54.552 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:09:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:09:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:09:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:09:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:09:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:09:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:09:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c28c9f6] :2025-07-18 14:09:55.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:55.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:59.924 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:10:10.858 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@560fc551 is alive :2025-07-18 14:10:12.382 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:10:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:10:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:10:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:10:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:10:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:10:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:10:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:10:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:10:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:10:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f502319] :2025-07-18 14:10:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:10:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:10:17.306 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:10:17.306 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:10:18.059 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:10:24.054 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:10:25.317 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:10:33.409 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:10:34.784 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:10:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:10:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:10:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6944dda3] :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:10:44.596 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:10:47.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:10:47.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:10:53.421 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:10:53.437 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:10:54.079 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:10:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:10:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:10:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:10:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:55.379 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:55.388 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:55.388 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:55.388 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:10:55.388 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:10:55.389 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:55.395 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:10:55.395 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:10:55.395 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:10:55.395 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:10:55.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:10:55.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4013d42d] :2025-07-18 14:10:55.397 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:10:55.397 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:06.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a is alive :2025-07-18 14:11:14.372 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:11:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:11:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:11:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:15.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:11:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:11:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:15.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:11:15.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:11:15.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:11:15.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:11:15.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:15.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@d0f02a5] :2025-07-18 14:11:15.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:15.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:17.310 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:11:17.310 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:11:18.295 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:11:19.905 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@560fc551: (connection has passed maxLifetime) :2025-07-18 14:11:19.910 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ead5f4b2-5b71-4a8c-a856-57e838618da3) :2025-07-18 14:11:19.981 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ead5f4b2-5b71-4a8c-a856-57e838618da3) :2025-07-18 14:11:19.981 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c :2025-07-18 14:11:20.001 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:11:21.582 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521 is alive :2025-07-18 14:11:24.094 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:11:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:11:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:11:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:11:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:11:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:11:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:11:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:11:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:11:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:11:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:11:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:11:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:11:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@35ca16af] :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:39.515 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:11:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:11:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:11:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:11:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:11:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:11:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:11:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:11:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:45.934 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:11:47.311 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:11:47.311 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:11:53.219 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@183e8c8a: (connection has passed maxLifetime) :2025-07-18 14:11:53.221 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (08a0e81e-e137-402b-85ad-00a7b699aa86) :2025-07-18 14:11:53.353 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (08a0e81e-e137-402b-85ad-00a7b699aa86) :2025-07-18 14:11:53.353 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 :2025-07-18 14:11:53.423 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:11:53.437 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:11:54.142 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:11:55.361 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:11:55.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:11:55.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:55.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:55.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:55.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:55.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:11:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:11:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:55.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:11:55.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:11:55.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:11:55.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:11:55.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:55.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@72b6f454] :2025-07-18 14:11:55.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:55.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:12:07.233 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:12:09.139 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:12:13.451 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:12:13.863 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:12:15.315 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a is alive :2025-07-18 14:12:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:12:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:12:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:12:15.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:12:15.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:12:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:12:15.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:12:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:12:15.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:15.369 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:15.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:12:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:12:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64f5fa18] :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:12:17.312 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:12:17.312 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:12:21.502 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2c6ef521: (connection has passed maxLifetime) :2025-07-18 14:12:21.503 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (2d45508b-b2eb-40dd-b16c-460d498bf862) :2025-07-18 14:12:21.616 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (2d45508b-b2eb-40dd-b16c-460d498bf862) :2025-07-18 14:12:21.616 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 :2025-07-18 14:12:24.139 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:12:34.210 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:12:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:35.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:35.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:12:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:12:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:35.389 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:12:35.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:12:35.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:12:35.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:12:35.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:12:35.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c1418aa] :2025-07-18 14:12:35.392 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:12:35.392 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:12:38.469 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6c0c027a: (connection has passed maxLifetime) :2025-07-18 14:12:38.470 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (541ed16f-6f59-4b0a-9fe7-105b878c5f5e) :2025-07-18 14:12:38.564 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (541ed16f-6f59-4b0a-9fe7-105b878c5f5e) :2025-07-18 14:12:38.564 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 :2025-07-18 14:12:47.312 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:12:47.312 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:12:53.426 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:12:53.446 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:12:54.153 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:12:54.787 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e is alive :2025-07-18 14:12:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:12:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:12:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:12:55.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:12:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:12:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:12:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:12:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:12:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5f318385] :2025-07-18 14:12:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:12:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:02.651 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:13:12.120 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c is alive :2025-07-18 14:13:12.727 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:13:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:13:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:13:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:13:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:15.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:15.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:15.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:15.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:13:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:13:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:13:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:13:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:13:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:13:15.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:15.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a25c1e3] :2025-07-18 14:13:15.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:15.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:17.314 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:13:17.314 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:13:24.172 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:13:28.671 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:13:31.944 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:13:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:13:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:13:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1147f4b9] :2025-07-18 14:13:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:36.040 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 is alive :2025-07-18 14:13:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:13:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:13:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:47.315 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:13:47.315 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:13:53.428 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:13:53.440 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:13:53.622 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:13:54.190 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:13:54.316 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:13:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:13:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:13:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:13:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:13:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:13:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6bf1b773] :2025-07-18 14:13:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:01.587 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:14:05.895 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca is alive :2025-07-18 14:14:07.923 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4c410a6e: (connection has passed maxLifetime) :2025-07-18 14:14:07.923 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (00810b0b-5c29-41b4-8467-9360adff7c0e) :2025-07-18 14:14:07.995 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (00810b0b-5c29-41b4-8467-9360adff7c0e) :2025-07-18 14:14:07.995 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 :2025-07-18 14:14:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:14:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:14:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:14:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:14:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:14:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:14:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:14:15.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:14:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:14:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:14:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:14:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:14:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:14:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@20375e9] :2025-07-18 14:14:15.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:15.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:15.733 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5a6bdcca: (connection has passed maxLifetime) :2025-07-18 14:14:15.733 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (8877d887-d1dd-49df-80e9-08966a16097e) :2025-07-18 14:14:15.774 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 is alive :2025-07-18 14:14:15.808 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (8877d887-d1dd-49df-80e9-08966a16097e) :2025-07-18 14:14:15.808 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@48146fea :2025-07-18 14:14:15.960 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 is alive :2025-07-18 14:14:17.317 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:14:17.317 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:14:19.968 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:14:24.217 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:14:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:14:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:14:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:14:35.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:14:35.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:14:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:14:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:14:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:14:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@99f5ff] :2025-07-18 14:14:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:43.892 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:14:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:14:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:14:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:14:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:45.349 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:47.317 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:14:47.317 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:14:53.429 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:14:53.443 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:14:54.229 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:14:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:14:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:14:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:14:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:14:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:14:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:14:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2394bbb8] :2025-07-18 14:14:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:04.259 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c is alive :2025-07-18 14:15:05.452 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:15:09.317 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:15:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:15.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:15.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:15:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:15:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3f7cd658] :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:17.318 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:15:17.318 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:15:17.953 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@28202dee is alive :2025-07-18 14:15:18.725 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 is alive :2025-07-18 14:15:24.255 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:15:34.769 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d is alive :2025-07-18 14:15:35.080 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:15:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:15:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:15:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:35.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:35.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:35.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:15:35.348 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:15:35.348 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:35.353 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:15:35.353 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:15:35.353 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:15:35.353 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:15:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:15:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c1e30ae] :2025-07-18 14:15:35.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:15:35.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:47.320 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:15:47.320 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:15:49.722 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:15:53.363 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 is alive :2025-07-18 14:15:53.430 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:15:53.442 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:15:54.269 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:15:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:15:55.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:55.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:55.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:55.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:55.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:15:55.348 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:15:55.348 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:15:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:15:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:15:55.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:15:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:15:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@8f915d9] :2025-07-18 14:15:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:15:55.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:58.145 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:15:59.565 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48146fea is alive :2025-07-18 14:16:00.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 is alive :2025-07-18 14:16:09.929 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 is alive :2025-07-18 14:16:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:16:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:16:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:16:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:16:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:16:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:16:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:16:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:16:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:16:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ef5becc] :2025-07-18 14:16:15.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:15.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:17.322 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:16:17.322 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:16:24.282 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:16:24.382 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7d47602d: (connection has passed maxLifetime) :2025-07-18 14:16:24.382 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (b602fae2-dacc-44ba-9988-9495ea5a5326) :2025-07-18 14:16:24.443 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (b602fae2-dacc-44ba-9988-9495ea5a5326) :2025-07-18 14:16:24.445 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3 :2025-07-18 14:16:28.062 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:16:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:16:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:16:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:16:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:16:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:16:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:16:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:16:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:16:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:16:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:16:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7af55dfe] :2025-07-18 14:16:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:16:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:16:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:16:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:16:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:16:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:16:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:16:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:16:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:45.344 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:47.324 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:16:47.324 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:16:53.431 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:16:53.471 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:16:54.299 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:16:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:16:55.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:16:55.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:16:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:16:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:16:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:16:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:16:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:16:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@729e8236] :2025-07-18 14:16:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:55.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:56.397 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c is alive :2025-07-18 14:16:56.409 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:16:58.176 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055 is alive :2025-07-18 14:17:00.874 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@28202dee: (connection has passed maxLifetime) :2025-07-18 14:17:00.875 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (56349d84-904f-4fa5-a34b-55cb0493d3c3) :2025-07-18 14:17:00.970 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (56349d84-904f-4fa5-a34b-55cb0493d3c3) :2025-07-18 14:17:00.970 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6065f052 :2025-07-18 14:17:01.412 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 is alive :2025-07-18 14:17:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:17:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:17:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:17:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:17:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:15.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:17:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:17:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ffb5df5] :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:17:17.325 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:17:17.325 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:17:20.012 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:17:21.555 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@d7c0055: (connection has passed maxLifetime) :2025-07-18 14:17:21.557 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (2d2da8be-7e2b-4cc0-bfea-def6367cf4bb) :2025-07-18 14:17:21.647 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (2d2da8be-7e2b-4cc0-bfea-def6367cf4bb) :2025-07-18 14:17:21.647 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@38e2dba6 :2025-07-18 14:17:24.320 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:17:30.759 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 is alive :2025-07-18 14:17:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:17:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:17:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:17:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:17:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:17:35.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:17:35.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:17:35.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:17:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:35.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:35.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:35.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:35.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:17:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:17:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:17:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:17:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:17:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:17:35.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:17:35.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a1ba11b] :2025-07-18 14:17:35.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:17:35.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:17:37.856 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92 is alive :2025-07-18 14:17:43.344 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48146fea is alive :2025-07-18 14:17:47.326 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:17:47.326 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:17:48.286 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:17:52.451 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 is alive :2025-07-18 14:17:53.432 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:17:53.441 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:17:54.335 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:17:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:17:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:17:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:17:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:17:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:17:55.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:17:55.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:17:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:17:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:55.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:17:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:17:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:55.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:17:55.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:17:55.380 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:17:55.380 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:17:55.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:17:55.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4c085c46] :2025-07-18 14:17:55.380 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:17:55.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:04.083 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 is alive :2025-07-18 14:18:04.419 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3 is alive :2025-07-18 14:18:12.283 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:18:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:18:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:18:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:18:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:15.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:18:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:18:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:18:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@50c2eada] :2025-07-18 14:18:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:17.327 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:18:17.327 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:18:21.574 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5f293b92: (connection has passed maxLifetime) :2025-07-18 14:18:21.577 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (36231270-178e-4b20-b1a7-66c56e351c03) :2025-07-18 14:18:21.652 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (36231270-178e-4b20-b1a7-66c56e351c03) :2025-07-18 14:18:21.652 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@69a94d75 :2025-07-18 14:18:24.341 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:18:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:18:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:18:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:35.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:35.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:35.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:18:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:18:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:18:35.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4a771b04] :2025-07-18 14:18:35.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:35.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:41.079 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:18:42.468 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6065f052 is alive :2025-07-18 14:18:44.097 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 is alive :2025-07-18 14:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:18:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:47.327 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:18:47.327 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:18:48.535 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c is alive :2025-07-18 14:18:53.433 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:18:53.473 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:18:54.354 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:18:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:18:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:18:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5e66f04e] :2025-07-18 14:18:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:05.399 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:19:05.606 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e2dba6 is alive :2025-07-18 14:19:08.154 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 is alive :2025-07-18 14:19:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:19:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:19:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:19:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:19:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:19:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:19:15.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:19:15.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:19:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:15.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:15.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:15.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:19:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:19:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:19:15.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:19:15.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3e68e465] :2025-07-18 14:19:15.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:19:15.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:17.328 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:19:17.328 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:19:24.364 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:19:27.102 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48146fea is alive :2025-07-18 14:19:29.397 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:19:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:35.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:35.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:19:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:19:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:35.383 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:19:35.383 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:19:35.383 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:19:35.383 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580730 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989111 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:19:35.385 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:19:35.385 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@54cd1153] :2025-07-18 14:19:35.385 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:19:35.386 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:44.419 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3 is alive :2025-07-18 14:19:44.679 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 is alive :2025-07-18 14:19:47.329 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:19:47.329 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:19:53.435 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:19:53.453 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:19:53.814 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:19:54.408 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:19:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:19:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:19:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:19:55.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:55.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:19:55.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:19:55.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:19:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:19:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25f0d2be] :2025-07-18 14:19:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:19:55.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:58.234 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 is alive :2025-07-18 14:20:07.733 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@69a94d75 is alive :2025-07-18 14:20:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:20:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:20:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:20:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:20:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:20:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:20:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:20:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:20:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:20:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@15bf9c59] :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:16.979 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:20:17.330 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:20:17.330 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:20:23.964 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6065f052 is alive :2025-07-18 14:20:24.420 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:20:26.786 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 is alive :2025-07-18 14:20:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:20:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:20:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:20:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:20:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:20:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:20:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:20:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:35.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:20:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:20:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c63f679] :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:40.673 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c is alive :2025-07-18 14:20:42.800 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:45.548 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 is alive :2025-07-18 14:20:47.331 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:20:47.331 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:20:49.564 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e2dba6 is alive :2025-07-18 14:20:53.435 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:20:53.452 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:20:54.443 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:20:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:20:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:20:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:20:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:20:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:20:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:20:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3824c9b8] :2025-07-18 14:20:55.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:21:10.857 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48146fea is alive :2025-07-18 14:21:11.023 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:21:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:21:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:21:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:21:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:21:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:21:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:21:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:21:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:21:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:21:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:21:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:21:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@79009b88] :2025-07-18 14:21:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:21:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:21:17.331 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:21:17.331 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:21:24.387 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3 is alive :2025-07-18 14:21:24.439 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:21:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:21:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:21:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:21:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:35.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:35.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:35.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:21:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:21:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:21:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:21:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65e5435] :2025-07-18 14:21:35.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:21:35.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:21:36.909 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 is alive :2025-07-18 14:21:40.310 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:21:47.332 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:21:47.332 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:21:52.385 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 is alive :2025-07-18 14:21:53.437 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:21:53.468 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:21:53.811 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@69a94d75 is alive :2025-07-18 14:21:54.446 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:21:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:21:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:21:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:21:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:21:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@947b0d7] :2025-07-18 14:21:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:21:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:04.124 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:22:05.460 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6065f052 is alive :2025-07-18 14:22:09.473 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 is alive :2025-07-18 14:22:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:22:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:22:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:15.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:22:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:22:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:22:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4e0b1a06] :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:17.333 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:22:17.333 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:22:22.942 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 is alive :2025-07-18 14:22:24.497 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:22:32.802 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:22:32.811 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c is alive :2025-07-18 14:22:33.525 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e2dba6 is alive :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:22:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:22:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:22:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5419ae67] :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:22:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:22:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:47.334 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:22:47.334 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:22:53.438 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:22:53.455 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:22:54.480 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:22:54.614 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48146fea is alive :2025-07-18 14:22:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:55.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:22:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:22:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69771764] :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:59.572 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:23:04.360 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3 is alive :2025-07-18 14:23:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:23:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:23:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:23:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:23:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:23:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:23:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:23:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:23:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:23:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:23:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:23:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:23:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:23:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:23:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e964c57] :2025-07-18 14:23:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:23:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:23:17.335 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:23:17.335 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:23:23.631 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:23:24.482 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:23:29.136 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 is alive :2025-07-18 14:23:31.616 INFO lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Unexpected exception during request: java.net.SocketException: Connection reset java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:255) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:356) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:31.620 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelInactive() :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] deactivating endpoint handler :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] notifyQueuedCommands adding 0 command(s) to buffer :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] flushCommands() :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelInactive() done :2025-07-18 14:23:31.622 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] channelInactive() :2025-07-18 14:23:31.622 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:31.622 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 1, delay 1ms :2025-07-18 14:23:31.623 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelUnregistered() :2025-07-18 14:23:31.701 INFO lettuce-eventExecutorLoop-1-1 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was /192.168.10.101:6379 :2025-07-18 14:23:31.701 DEBUG lettuce-eventExecutorLoop-1-1 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:31.703 DEBUG lettuce-eventExecutorLoop-1-1 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:31.704 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.CommandHandler: [channel=0x1c62e7e3, [id: 0xe01911c9] (inactive), epid=0x1, chid=0x2] channelRegistered() :2025-07-18 14:23:31.809 WARN lettuce-nioEventLoop-4-2 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:31.811 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:31.811 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 2, delay 2ms :2025-07-18 14:23:31.811 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.CommandHandler: [channel=0x1c62e7e3, [id: 0xe01911c9] (inactive), epid=0x1, chid=0x2] channelUnregistered() :2025-07-18 14:23:31.899 DEBUG lettuce-eventExecutorLoop-1-2 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:31.899 DEBUG lettuce-eventExecutorLoop-1-2 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:31.900 DEBUG lettuce-eventExecutorLoop-1-2 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:31.901 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.CommandHandler: [channel=0xfea8453d, [id: 0xccffdd70] (inactive), epid=0x1, chid=0x3] channelRegistered() :2025-07-18 14:23:32.020 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.022 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.022 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 3, delay 4ms :2025-07-18 14:23:32.022 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.CommandHandler: [channel=0xfea8453d, [id: 0xccffdd70] (inactive), epid=0x1, chid=0x3] channelUnregistered() :2025-07-18 14:23:32.099 DEBUG lettuce-eventExecutorLoop-1-3 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.099 DEBUG lettuce-eventExecutorLoop-1-3 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.100 DEBUG lettuce-eventExecutorLoop-1-3 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.100 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.CommandHandler: [channel=0xad58647d, [id: 0xf51b3a15] (inactive), epid=0x1, chid=0x4] channelRegistered() :2025-07-18 14:23:32.222 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.222 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.222 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 4, delay 8ms :2025-07-18 14:23:32.223 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.CommandHandler: [channel=0xad58647d, [id: 0xf51b3a15] (inactive), epid=0x1, chid=0x4] channelUnregistered() :2025-07-18 14:23:32.298 DEBUG lettuce-eventExecutorLoop-1-4 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.299 DEBUG lettuce-eventExecutorLoop-1-4 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.299 DEBUG lettuce-eventExecutorLoop-1-4 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.300 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.CommandHandler: [channel=0x4fc54671, [id: 0xe66fa2d3] (inactive), epid=0x1, chid=0x5] channelRegistered() :2025-07-18 14:23:32.511 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.511 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.511 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 5, delay 16ms :2025-07-18 14:23:32.511 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.CommandHandler: [channel=0x4fc54671, [id: 0xe66fa2d3] (inactive), epid=0x1, chid=0x5] channelUnregistered() :2025-07-18 14:23:32.598 DEBUG lettuce-eventExecutorLoop-1-5 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.598 DEBUG lettuce-eventExecutorLoop-1-5 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.598 DEBUG lettuce-eventExecutorLoop-1-5 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.598 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.CommandHandler: [channel=0x57f811d6, [id: 0x24278ea0] (inactive), epid=0x1, chid=0x6] channelRegistered() :2025-07-18 14:23:32.801 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.801 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.801 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 6, delay 32ms :2025-07-18 14:23:32.801 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.CommandHandler: [channel=0x57f811d6, [id: 0x24278ea0] (inactive), epid=0x1, chid=0x6] channelUnregistered() :2025-07-18 14:23:32.899 DEBUG lettuce-eventExecutorLoop-1-6 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.899 DEBUG lettuce-eventExecutorLoop-1-6 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.900 DEBUG lettuce-eventExecutorLoop-1-6 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.900 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.CommandHandler: [channel=0x98bbcda1, [id: 0xbc123935] (inactive), epid=0x1, chid=0x7] channelRegistered() :2025-07-18 14:23:33.068 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:33.068 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:33.068 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 7, delay 64ms :2025-07-18 14:23:33.068 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.CommandHandler: [channel=0x98bbcda1, [id: 0xbc123935] (inactive), epid=0x1, chid=0x7] channelUnregistered() :2025-07-18 14:23:33.198 DEBUG lettuce-eventExecutorLoop-1-7 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:33.198 DEBUG lettuce-eventExecutorLoop-1-7 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:33.199 DEBUG lettuce-eventExecutorLoop-1-7 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:33.199 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.CommandHandler: [channel=0x69470fb4, [id: 0xdca92166] (inactive), epid=0x1, chid=0x8] channelRegistered() :2025-07-18 14:23:33.317 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:33.317 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:33.317 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 8, delay 128ms :2025-07-18 14:23:33.317 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.CommandHandler: [channel=0x69470fb4, [id: 0xdca92166] (inactive), epid=0x1, chid=0x8] channelUnregistered() :2025-07-18 14:23:33.498 DEBUG lettuce-eventExecutorLoop-1-8 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:33.498 DEBUG lettuce-eventExecutorLoop-1-8 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:33.499 DEBUG lettuce-eventExecutorLoop-1-8 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:33.499 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.CommandHandler: [channel=0x8cd83cd5, [id: 0xac93feaf] (inactive), epid=0x1, chid=0x9] channelRegistered() :2025-07-18 14:23:33.568 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:33.568 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:33.568 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 9, delay 256ms :2025-07-18 14:23:33.568 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.CommandHandler: [channel=0x8cd83cd5, [id: 0xac93feaf] (inactive), epid=0x1, chid=0x9] channelUnregistered() :2025-07-18 14:23:33.899 DEBUG lettuce-eventExecutorLoop-1-9 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:33.899 DEBUG lettuce-eventExecutorLoop-1-9 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:33.899 DEBUG lettuce-eventExecutorLoop-1-9 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:33.900 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.CommandHandler: [channel=0xa7f6f3dc, [id: 0x2b3d6800] (inactive), epid=0x1, chid=0xa] channelRegistered() :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:23:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:23:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:23:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:23:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:23:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:35.360 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.360 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7a3ffd6c: (connection is dead) :2025-07-18 14:23:35.360 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (02ed56cd-36b6-470f-957e-6710f080c72e) :2025-07-18 14:23:35.360 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.361 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4a28d075: (connection is dead) :2025-07-18 14:23:35.361 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c535664 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.361 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2c535664: (connection is dead) :2025-07-18 14:23:35.361 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.361 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@ff0bc24: (connection is dead) :2025-07-18 14:23:35.362 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.362 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2c147d49: (connection is dead) :2025-07-18 14:23:35.362 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48146fea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.362 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@48146fea: (connection is dead) :2025-07-18 14:23:35.362 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.362 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2b7f0ee3: (connection is dead) :2025-07-18 14:23:35.363 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6065f052 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.363 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6065f052: (connection is dead) :2025-07-18 14:23:35.364 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38e2dba6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.364 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@38e2dba6: (connection is dead) :2025-07-18 14:23:35.365 WARN XNIO-1 task-2 c.z.h.p.PoolBase: HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69a94d75 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.366 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@69a94d75: (connection is dead) :2025-07-18 14:23:43.902 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: connection timed out after 10000 ms: /192.168.10.101:6379 io.netty.channel.ConnectTimeoutException: connection timed out after 10000 ms: /192.168.10.101:6379 at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:263) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:43.902 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:43.902 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 10, delay 512ms :2025-07-18 14:23:43.903 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.CommandHandler: [channel=0xa7f6f3dc, [id: 0x2b3d6800] (inactive), epid=0x1, chid=0xa] channelUnregistered() :2025-07-18 14:23:44.499 INFO lettuce-eventExecutorLoop-1-10 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:44.499 DEBUG lettuce-eventExecutorLoop-1-10 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:44.500 DEBUG lettuce-eventExecutorLoop-1-10 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:44.500 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.CommandHandler: [channel=0xa34b155b, [id: 0x5de48941] (inactive), epid=0x1, chid=0xb] channelRegistered() :2025-07-18 14:23:47.337 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=0/10, idle=0/10, active=0, waiting=1) :2025-07-18 14:23:53.438 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:23:54.502 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: connection timed out after 10000 ms: /192.168.10.101:6379 io.netty.channel.ConnectTimeoutException: connection timed out after 10000 ms: /192.168.10.101:6379 at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:263) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:54.502 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:54.502 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 11, delay 1024ms :2025-07-18 14:23:54.502 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.CommandHandler: [channel=0xa34b155b, [id: 0x5de48941] (inactive), epid=0x1, chid=0xb] channelUnregistered() :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:23:55.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:55.599 INFO lettuce-eventExecutorLoop-1-11 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:55.599 DEBUG lettuce-eventExecutorLoop-1-11 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:55.599 DEBUG lettuce-eventExecutorLoop-1-11 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:55.599 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.CommandHandler: [channel=0x50b9eea0, [id: 0xdb2e2d82] (inactive), epid=0x1, chid=0xc] channelRegistered() :2025-07-18 14:23:56.425 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Failed to create/setup connection (02ed56cd-36b6-470f-957e-6710f080c72e): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:56.426 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.ConnectException: Connection timed out: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:56.440 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (f885204a-d871-46a8-b225-44e1c23ef323) :2025-07-18 14:24:05.349 DEBUG XNIO-1 task-2 c.z.h.p.HikariPool: HikariPool-1 - Timeout failure stats (total=0/10, idle=0/10, active=0, waiting=4) :2025-07-18 14:24:05.352 WARN XNIO-1 task-2 o.s.b.a.j.DataSourceHealthIndicator: DataSource health check failed org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:84) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:342) at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.getProduct(DataSourceHealthIndicator.java:122) at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doDataSourceHealthCheck(DataSourceHealthIndicator.java:105) at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doHealthCheck(DataSourceHealthIndicator.java:100) at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:82) at org.springframework.boot.actuate.health.HealthIndicator.getHealth(HealthIndicator.java:37) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.getHealth(HealthEndpointWebExtension.java:94) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.getHealth(HealthEndpointWebExtension.java:47) at org.springframework.boot.actuate.health.HealthEndpointSupport.getLoggedHealth(HealthEndpointSupport.java:172) at org.springframework.boot.actuate.health.HealthEndpointSupport.getContribution(HealthEndpointSupport.java:145) at org.springframework.boot.actuate.health.HealthEndpointSupport.getAggregateContribution(HealthEndpointSupport.java:156) at org.springframework.boot.actuate.health.HealthEndpointSupport.getContribution(HealthEndpointSupport.java:141) at org.springframework.boot.actuate.health.HealthEndpointSupport.getHealth(HealthEndpointSupport.java:110) at org.springframework.boot.actuate.health.HealthEndpointSupport.getHealth(HealthEndpointSupport.java:81) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.health(HealthEndpointWebExtension.java:80) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.health(HealthEndpointWebExtension.java:69) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:281) at org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker.invoke(ReflectiveOperationInvoker.java:74) at org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation.invoke(AbstractDiscoveredOperation.java:60) at org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$ServletWebOperationAdapter.handle(AbstractWebMvcEndpointHandlerMapping.java:327) at org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(AbstractWebMvcEndpointHandlerMapping.java:434) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:191) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:986) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:891) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:125) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:177) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:135) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:319) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$4(HandlerMappingIntrospector.java:267) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:240) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:114) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms (total=0, active=0, idle=0, waiting=4) at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:709) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:188) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:146) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:127) at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160) at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118) at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81) ... 167 common frames omitted Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ... 1 common frames omitted Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.ConnectException: Connection timed out: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:24:05.356 WARN XNIO-1 task-2 o.s.b.a.h.HealthEndpointSupport: Health contributor org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator (db) took 30004ms to respond :2025-07-18 14:24:05.462 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:05.462 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] writeToDisconnectedBuffer() buffering (disconnected) command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:05.462 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:05.615 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: connection timed out after 10000 ms: /192.168.10.101:6379 io.netty.channel.ConnectTimeoutException: connection timed out after 10000 ms: /192.168.10.101:6379 at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:263) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:24:05.615 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:24:05.615 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.ConnectionWatchdog: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 12, delay 2048ms :2025-07-18 14:24:05.615 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.CommandHandler: [channel=0x50b9eea0, [id: 0xdb2e2d82] (inactive), epid=0x1, chid=0xc] channelUnregistered() :2025-07-18 14:24:05.873 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Failed to create/setup connection (f885204a-d871-46a8-b225-44e1c23ef323): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:24:05.873 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Software caused connection abort: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:24:05.899 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (8f8d2918-29a2-400b-8f6b-cf7798cd0e0c) :2025-07-18 14:24:06.355 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (8f8d2918-29a2-400b-8f6b-cf7798cd0e0c) :2025-07-18 14:24:06.355 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 :2025-07-18 14:24:06.399 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (c9b824f4-4773-45eb-b3f8-5f6dcf1c6df8) :2025-07-18 14:24:06.465 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:24:06.475 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:24:06.480 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (c9b824f4-4773-45eb-b3f8-5f6dcf1c6df8) :2025-07-18 14:24:06.481 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 :2025-07-18 14:24:06.481 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:06.485 WARN XNIO-1 task-3 o.s.b.a.h.HealthEndpointSupport: Health contributor org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator (db) took 11130ms to respond :2025-07-18 14:24:06.488 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:06.488 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] writeToDisconnectedBuffer() buffering (disconnected) command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:06.488 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xf0034a2e, /192.168.3.17:49422 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:06.508 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:24:06.513 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (b82d54f4-b58b-41f2-a281-58a6ac8457f8) :2025-07-18 14:24:06.638 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (b82d54f4-b58b-41f2-a281-58a6ac8457f8) :2025-07-18 14:24:06.638 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 :2025-07-18 14:24:06.669 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (45c83ffe-5018-4481-a9a3-8672327cedaf) :2025-07-18 14:24:06.742 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (45c83ffe-5018-4481-a9a3-8672327cedaf) :2025-07-18 14:24:06.742 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 :2025-07-18 14:24:06.774 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (f25f42cf-2f9d-4315-82b3-55385557dba4) :2025-07-18 14:24:06.891 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (f25f42cf-2f9d-4315-82b3-55385557dba4) :2025-07-18 14:24:06.891 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 :2025-07-18 14:24:06.923 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (431557f6-cb06-4cef-afda-1c813ade02d0) :2025-07-18 14:24:07.166 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (431557f6-cb06-4cef-afda-1c813ade02d0) :2025-07-18 14:24:07.166 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 :2025-07-18 14:24:07.196 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (192f6d03-2f5b-455a-b866-4e3afe47e009) :2025-07-18 14:24:07.375 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (192f6d03-2f5b-455a-b866-4e3afe47e009) :2025-07-18 14:24:07.375 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 :2025-07-18 14:24:07.407 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (b2023456-91f8-44ed-8518-94e1b227542d) :2025-07-18 14:24:07.506 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (b2023456-91f8-44ed-8518-94e1b227542d) :2025-07-18 14:24:07.506 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 :2025-07-18 14:24:07.538 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ec81087c-b6b2-41ff-b8ed-91ae34337928) :2025-07-18 14:24:07.700 INFO lettuce-eventExecutorLoop-1-12 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:24:07.700 DEBUG lettuce-eventExecutorLoop-1-12 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:24:07.701 DEBUG lettuce-eventExecutorLoop-1-12 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:24:07.701 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, [id: 0xca8ead53] (inactive), epid=0x1, chid=0xd] channelRegistered() :2025-07-18 14:24:07.725 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:07.725 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.756 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 148 bytes, 1 commands in the stack :2025-07-18 14:24:07.756 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:07.756 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:07.756 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=HELLO, output=GenericMapOutput [output={server=redis, version=6.0.20, proto=3, id=8439, mode=standalone, role=master}, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 14:24:07.756 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, [AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]], promise) :2025-07-18 14:24:07.757 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.757 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 170 bytes, 2 commands in the stack :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 2 commands :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.RedisHandshake: Error applying connection metadata java.util.concurrent.CompletionException: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1498) at java.base/java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1219) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2194) at io.lettuce.core.protocol.AsyncCommand.doCompleteExceptionally(AsyncCommand.java:143) at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124) at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115) at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67) at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:769) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:704) at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:621) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151) at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120) ... 22 common frames omitted :2025-07-18 14:24:07.828 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] channelActive() :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] activateEndpointAndExecuteBufferedCommands 2 command(s) buffered :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] activating endpoint :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] flushCommands() :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] flushCommands() Flushing 2 commands :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() channelWrite command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() channelWrite command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() channelFlush :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.ConnectionWatchdog: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] channelActive() :2025-07-18 14:24:07.829 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] channelActive() done :2025-07-18 14:24:07.829 INFO lettuce-nioEventLoop-4-13 i.l.c.p.ReconnectionHandler: Reconnected to 192.168.10.101/:6379, Channel channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379 :2025-07-18 14:24:07.835 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 1024 bytes, 2 commands in the stack :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 2 commands :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581003 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989384 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: false :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 20 bytes, 1 commands in the stack :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:07.836 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581003 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989384 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:07.836 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:07.837 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@363b16d7] :2025-07-18 14:24:07.836 DEBUG XNIO-1 task-2 i.u.r.error-response: Setting error code 503 for exchange HttpServerExchange{ GET /actuator/health} java.lang.RuntimeException: null at io.undertow.server.HttpServerExchange.setStatusCode(HttpServerExchange.java:1492) at io.undertow.servlet.spec.HttpServletResponseImpl.setStatus(HttpServletResponseImpl.java:301) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:245) at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:136) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:986) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:891) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:125) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:177) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:135) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:319) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$4(HandlerMappingIntrospector.java:267) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:240) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:114) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:24:07.837 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:07.837 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@45eb1c72] :2025-07-18 14:24:07.837 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:07.837 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 503 SERVICE_UNAVAILABLE :2025-07-18 14:24:07.837 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:07.838 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:07.838 DEBUG XNIO-1 task-3 i.u.r.io: UT005013: An IOException occurred java.io.IOException: 你的主机中的软件中止了一个已建立的连接。 at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:54) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:102) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:153) at io.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:641) at io.undertow.conduits.ChunkedStreamSinkConduit.flush(ChunkedStreamSinkConduit.java:277) at io.undertow.conduits.ChunkedStreamSinkConduit.terminateWrites(ChunkedStreamSinkConduit.java:330) at org.xnio.conduits.ConduitStreamSinkChannel.shutdownWrites(ConduitStreamSinkChannel.java:178) at io.undertow.channels.DetachableStreamSinkChannel.shutdownWrites(DetachableStreamSinkChannel.java:79) at io.undertow.servlet.spec.ServletOutputStreamImpl.close(ServletOutputStreamImpl.java:658) at io.undertow.servlet.spec.HttpServletResponseImpl.closeStreamAndWriter(HttpServletResponseImpl.java:511) at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:606) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:335) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1512) at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:24:07.838 DEBUG XNIO-1 task-2 i.u.r.io: UT005013: An IOException occurred java.io.IOException: 你的主机中的软件中止了一个已建立的连接。 at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:54) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:102) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:153) at io.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:641) at io.undertow.conduits.ChunkedStreamSinkConduit.flush(ChunkedStreamSinkConduit.java:277) at io.undertow.conduits.ChunkedStreamSinkConduit.terminateWrites(ChunkedStreamSinkConduit.java:330) at org.xnio.conduits.ConduitStreamSinkChannel.shutdownWrites(ConduitStreamSinkChannel.java:178) at io.undertow.channels.DetachableStreamSinkChannel.shutdownWrites(DetachableStreamSinkChannel.java:79) at io.undertow.servlet.spec.ServletOutputStreamImpl.close(ServletOutputStreamImpl.java:658) at io.undertow.servlet.spec.HttpServletResponseImpl.closeStreamAndWriter(HttpServletResponseImpl.java:511) at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:606) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:335) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:24:07.840 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ec81087c-b6b2-41ff-b8ed-91ae34337928) :2025-07-18 14:24:07.840 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 :2025-07-18 14:24:07.872 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d8342e66-a714-4bb1-a1f6-a99ce5d15925) :2025-07-18 14:24:08.002 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d8342e66-a714-4bb1-a1f6-a99ce5d15925) :2025-07-18 14:24:08.002 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 :2025-07-18 14:24:08.035 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Connection not added, stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:24:15.401 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:24:15.401 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:24:15.401 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:24:15.402 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:24:15.402 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:24:15.402 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:24:15.402 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:24:15.402 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:15.403 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:15.431 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:15.463 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:15.463 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:15.464 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:15.464 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:15.464 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:15.492 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:24:15.492 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:15.492 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:15.492 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:15.493 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:15.493 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ef25473] :2025-07-18 14:24:15.494 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:15.494 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator, authentication required: false :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator", parameters={} :2025-07-18 14:24:15.536 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator root web endpoint :2025-07-18 14:24:15.537 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:15.537 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{_links={self=[Link@4196a427 href = 'http://169.254.32.119:5007/actuator'], nacosconfig=[Link@512c81 (truncated)...] :2025-07-18 14:24:15.537 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:15.537 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:15.549 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:24:15.549 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:24:15.549 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:24:15.549 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:24:15.550 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:24:15.550 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:24:15.550 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:24:15.550 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:15.550 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:15.550 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:24:15.551 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:15.551 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:17.338 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:24:17.338 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:24:35.162 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:24:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:24:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:24:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ced6a7d] :2025-07-18 14:24:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:35.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:36.527 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:24:47.340 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:24:47.340 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:24:53.440 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:24:53.454 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:24:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:24:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:24:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:24:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:24:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:24:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5261220e] :2025-07-18 14:24:55.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:00.891 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:25:06.552 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:25:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:25:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:25:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:25:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:25:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:25:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@76b4eca4] :2025-07-18 14:25:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:17.341 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:25:17.341 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:25:25.769 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:25:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:25:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7fa93540] :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:36.608 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:25:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:45.937 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:25:46.698 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:25:47.343 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:25:47.343 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:25:48.709 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:25:49.197 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:25:52.217 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:25:52.234 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:25:53.250 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:25:53.440 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:25:53.458 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:25:53.473 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:25:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:25:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:25:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:25:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:25:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:25:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:25:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:25:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a63c1b6] :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:55.972 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:26:00.548 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:26:03.922 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:26:06.581 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:26:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:26:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:26:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:26:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:26:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:26:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:26:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:26:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:26:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@47362201] :2025-07-18 14:26:15.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:26:15.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:26:17.345 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:26:17.345 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:26:21.787 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:26:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:26:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:26:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:35.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:26:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:26:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:35.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:26:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:26:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6461f9d] :2025-07-18 14:26:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:26:35.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:26:36.599 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:26:45.444 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:26:47.345 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:26:47.345 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:26:53.441 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:26:53.456 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:26:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:26:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:26:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:26:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:26:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:26:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:26:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:26:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:26:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:26:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:26:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:26:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:26:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b548cf] :2025-07-18 14:26:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:26:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:06.848 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:27:13.002 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:27:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:27:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:27:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:27:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:15.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:27:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:27:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:27:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:15.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3df86a0f] :2025-07-18 14:27:15.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:15.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:17.347 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:27:17.347 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:27:25.132 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:27:26.022 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:27:31.075 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:27:31.504 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:27:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:27:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:27:35.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:27:35.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:27:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:27:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:27:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:27:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:27:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:27:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:27:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@937e41d] :2025-07-18 14:27:35.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:35.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:36.592 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:27:37.274 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:27:39.446 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:27:40.019 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:27:42.036 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:27:43.950 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:27:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:27:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:27:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:27:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:47.348 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:27:47.348 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:27:53.443 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:27:53.460 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:27:53.927 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:27:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:27:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:27:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:27:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:55.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:27:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:27:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:27:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1dfb6d58] :2025-07-18 14:27:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:28:01.209 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:28:07.283 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:28:08.545 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:28:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:28:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:28:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:28:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:28:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:28:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5418cad0] :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:28:17.349 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:28:17.349 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:28:32.213 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:28:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:35.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:28:35.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:28:35.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5207b007] :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:28:37.342 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:28:47.350 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:28:47.350 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:28:53.445 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:28:53.460 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:28:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:28:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:28:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:28:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:28:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:55.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:28:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:28:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:28:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:28:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:28:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:28:55.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:28:55.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69011e2a] :2025-07-18 14:28:55.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:28:55.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:00.993 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:29:04.328 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:29:05.343 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:29:07.326 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:29:13.433 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:29:13.807 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:29:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:29:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:29:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:29:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:15.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:15.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:29:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:29:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:15.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:29:15.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:29:15.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:29:15.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:29:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2514010f] :2025-07-18 14:29:15.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:15.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:17.351 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:29:17.351 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:29:20.967 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:29:25.415 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:29:26.790 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:29:27.343 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:29:31.920 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:35.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:35.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:29:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:29:35.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:29:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:29:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:29:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:29:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5eb02dce] :2025-07-18 14:29:35.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:35.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:37.440 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:29:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:29:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:29:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:29:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:47.417 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:29:47.417 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:29:47.417 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:29:50.849 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:29:53.445 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:29:53.469 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:29:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:29:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:29:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:29:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:29:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:29:55.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:29:55.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:29:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:55.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:55.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:55.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:55.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:29:55.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:29:55.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:29:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5437721a] :2025-07-18 14:29:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:58.491 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:30:07.447 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:30:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:30:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:30:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:30:15.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:30:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:30:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:30:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:30:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:30:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:30:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5ffc53ec] :2025-07-18 14:30:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:17.108 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:30:17.419 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:30:17.419 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:30:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:30:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:30:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:30:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:30:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:30:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:30:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:30:35.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:30:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:30:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:30:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:30:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:30:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:30:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@58317b6f] :2025-07-18 14:30:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:35.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:37.467 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:30:43.523 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:30:44.329 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:30:44.665 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:30:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:30:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:30:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:47.421 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:30:47.421 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:30:53.447 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:30:53.458 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:55.338 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:55.339 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:55.345 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:55.345 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:55.345 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:30:55.345 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:30:55.345 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:55.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:30:55.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:30:55.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:30:55.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:30:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b407746] :2025-07-18 14:30:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:55.349 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:55.785 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:30:56.111 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:31:05.342 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:31:07.535 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:31:11.394 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:31:11.887 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:31:13.557 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:31:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:31:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:31:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:31:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:15.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:15.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:15.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:31:15.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:31:15.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:31:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:31:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:31:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:31:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1a701751] :2025-07-18 14:31:15.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:15.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:17.422 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:31:17.422 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:31:19.892 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:31:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:31:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:31:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:31:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:35.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:35.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:35.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:31:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:31:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:35.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:31:35.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:31:35.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:31:35.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:31:35.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:35.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4fc7a3f] :2025-07-18 14:31:35.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:35.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:37.520 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:31:39.097 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:31:40.795 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:31:47.424 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:31:47.424 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:31:53.448 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:31:53.463 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:31:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:31:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:31:55.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:31:55.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:31:55.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:31:55.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:31:55.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:31:55.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:55.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:55.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:55.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:55.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:55.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:31:55.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:31:55.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42cc675b] :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:55.783 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:32:03.858 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:32:07.545 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:32:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:32:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:32:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:32:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:15.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:32:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:32:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:32:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@21f2c30a] :2025-07-18 14:32:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:17.425 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:32:17.425 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:32:22.716 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:32:23.987 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:32:31.271 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:32:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:32:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:32:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:35.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:35.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:35.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:35.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:32:35.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:32:35.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:32:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:32:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:32:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:32:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25b83aa0] :2025-07-18 14:32:35.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:35.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:37.551 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:32:38.140 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:32:38.415 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:47.427 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:32:47.427 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:32:49.713 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:32:53.448 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:32:53.470 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:32:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:32:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:32:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:32:55.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:32:55.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:32:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:32:55.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:32:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:55.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:55.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:32:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:32:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:32:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:32:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:32:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:32:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@ff9a1e4] :2025-07-18 14:32:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:57.363 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:33:00.181 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:33:00.326 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:33:07.567 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:33:07.861 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:33:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:33:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:33:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:33:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:33:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:33:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:33:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:33:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:33:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:33:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:33:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:33:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12a3385b] :2025-07-18 14:33:15.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:33:15.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:33:17.429 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:33:17.429 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:33:24.487 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:33:34.182 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:33:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:33:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:33:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:33:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:33:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:33:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:33:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:33:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:33:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7e09f0f7] :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:33:37.590 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:33:47.431 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:33:47.431 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:33:48.898 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:33:53.064 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:33:53.449 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:33:53.473 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:33:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:33:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:33:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:33:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:33:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:33:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:33:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:33:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:33:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:33:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:33:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:33:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:33:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:33:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6853a526] :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:01.908 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:34:03.309 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:34:07.602 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:34:14.201 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:34:15.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:34:15.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:34:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:34:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:34:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:34:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:34:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:34:15.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@43093e87] :2025-07-18 14:34:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:17.432 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:34:17.432 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:34:20.494 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:34:20.720 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:34:34.087 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:34:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:34:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:34:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:35.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:34:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:34:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:34:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@602f61f] :2025-07-18 14:34:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:37.621 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:34:41.385 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:34:43.332 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:47.096 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:34:47.434 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:34:47.434 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:34:53.450 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:34:53.467 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:34:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:34:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:34:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:34:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:34:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:34:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:34:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:34:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:55.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:55.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:34:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:34:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:34:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:34:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:34:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:34:55.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:55.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4a2f520c] :2025-07-18 14:34:55.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:55.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:55.835 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:35:07.637 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:35:08.769 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:35:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:35:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:35:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:35:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:35:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:35:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:35:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1e957573] :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:35:17.435 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:35:17.435 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:35:27.564 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:35:31.987 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:35:35.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:35.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:35:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:35:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6e38ce48] :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:35:37.671 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:35:41.107 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:35:42.630 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:35:47.437 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:35:47.437 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:35:50.349 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:35:53.451 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:35:53.467 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:35:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:35:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:35:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:35:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:35:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:35:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:35:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:35:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:35:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:35:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:35:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:35:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:35:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@620ad548] :2025-07-18 14:35:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:35:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:35:57.567 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:36:02.933 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:36:03.225 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:36:07.677 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:36:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:36:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:36:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:36:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:36:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:36:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:36:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:36:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:36:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:36:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581730 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990111 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5eda828c] :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:17.437 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:36:17.437 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:36:18.461 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:36:22.573 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:36:29.302 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:36:33.866 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:36:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:36:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:36:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:36:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:36:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:36:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:36:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:36:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:36:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:36:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:36:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:36:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:36:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:36:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c678c1c] :2025-07-18 14:36:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:37.698 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:36:43.805 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:36:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:36:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:36:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:36:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:47.439 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:36:47.439 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:36:51.235 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:36:53.452 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:36:53.468 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:36:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:36:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:36:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:36:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:55.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:36:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:36:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:36:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:36:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:36:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:36:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@733510d] :2025-07-18 14:36:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:55.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:37:07.702 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:37:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:37:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:37:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:37:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:37:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:37:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:37:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:37:15.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:37:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:37:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:37:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:37:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:37:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@72bbf2e4] :2025-07-18 14:37:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:37:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:37:17.439 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:37:17.439 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:37:20.300 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:37:20.816 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:37:20.944 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:37:21.953 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:37:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:37:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:37:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:37:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:37:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:37:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:37:35.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:37:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:37:35.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:35.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:35.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:35.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:35.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:37:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:37:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:37:35.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:37:35.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1023e8cc] :2025-07-18 14:37:35.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:37:35.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:37:37.723 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:37:44.260 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:37:45.286 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:37:45.537 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:37:47.440 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:37:47.440 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:37:47.633 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:37:53.454 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:37:53.466 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:37:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:37:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:37:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:37:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:37:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:37:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:37:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:37:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:37:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:37:55.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:37:55.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5bad29e5] :2025-07-18 14:37:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:37:55.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:02.835 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:38:07.729 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:38:09.653 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:38:15.273 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:38:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:38:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:38:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:15.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:15.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:15.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:38:15.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:38:15.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:38:15.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:15.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@71a985bb] :2025-07-18 14:38:15.391 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:15.391 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:17.442 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:38:17.442 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:38:20.634 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:38:31.776 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:38:35.295 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:38:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:38:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:38:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:38:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:38:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:38:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:38:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:38:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:38:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:38:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:38:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:38:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:38:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:38:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@67466ba7] :2025-07-18 14:38:35.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:35.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:37.752 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:38:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:38:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:38:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:38:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:38:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:38:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:38:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:38:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:38:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:45.349 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:47.444 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:38:47.444 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:38:53.455 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:38:53.470 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:38:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:38:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:38:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:38:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:38:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:38:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:38:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:38:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:38:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:38:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:55.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:38:55.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:38:55.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:38:55.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:38:55.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:55.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1755b270] :2025-07-18 14:38:55.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:55.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:59.493 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:39:01.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:39:03.270 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:39:07.776 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:39:14.324 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:39:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:39:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:39:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:39:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:39:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:39:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:39:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:39:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:39:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:39:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:39:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:39:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@72da9c25] :2025-07-18 14:39:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:39:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:39:17.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:39:17.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:39:27.639 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:39:27.839 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:39:30.166 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:39:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:39:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:39:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:39:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:39:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:39:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:39:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:39:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:39:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:39:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:39:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4dee7c3f] :2025-07-18 14:39:35.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:39:35.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:39:37.796 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:39:44.918 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:39:47.212 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:39:47.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:39:47.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:39:53.457 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:39:53.478 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:39:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:39:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:39:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:39:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:39:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:39:55.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:39:55.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:39:55.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:39:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:39:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:39:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@157a35bb] :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:39:55.577 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:40:01.242 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:40:07.405 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:40:07.874 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:40:15.364 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:40:15.364 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:40:15.364 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:40:15.365 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:40:15.366 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:40:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:40:15.367 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:40:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:15.371 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:15.427 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:15.456 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:15.456 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:15.456 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:40:15.456 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:40:15.456 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:15.463 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:40:15.463 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:40:15.463 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:40:15.463 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:40:15.463 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:15.464 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6851a644] :2025-07-18 14:40:15.464 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:15.464 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:17.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:40:17.445 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:40:19.746 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:40:23.970 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:40:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:40:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:40:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:40:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:40:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:40:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:40:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:40:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:40:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:40:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:40:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:40:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:40:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:40:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1004c556] :2025-07-18 14:40:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:37.858 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:40:38.686 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:40:40.602 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:40:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:47.447 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:40:47.447 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:40:53.458 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:40:53.471 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:40:53.641 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:40:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:40:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:40:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:40:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:40:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:40:55.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:40:55.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:40:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:55.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:40:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:40:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:40:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:40:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:40:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:40:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@20968a11] :2025-07-18 14:40:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:41:07.701 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:41:08.058 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:41:09.995 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:41:10.142 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:41:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:41:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:41:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:41:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:41:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:41:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:41:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:41:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:41:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:41:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:41:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:41:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:41:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@183d5aff] :2025-07-18 14:41:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:41:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:41:17.447 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:41:17.447 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:41:21.287 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:41:31.586 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:41:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:41:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:41:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:41:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:41:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:41:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:41:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:41:35.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:41:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:41:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:41:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:41:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:41:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:41:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:41:35.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:41:35.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6f5d5877] :2025-07-18 14:41:35.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:41:35.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:41:38.073 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:41:42.204 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:41:47.214 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:41:47.448 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:41:47.448 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:41:50.818 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:41:53.460 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:41:53.473 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:41:54.234 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:41:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:41:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:41:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:41:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:41:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:41:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:41:55.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:41:55.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:41:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:55.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:55.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:55.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:55.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:41:55.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:41:55.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@13851ce6] :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:07.715 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:42:08.085 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:42:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:42:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:42:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:15.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:42:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:42:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:42:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12469ac7] :2025-07-18 14:42:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:17.450 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:42:17.450 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:42:17.883 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:42:19.923 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:42:20.781 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:42:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:42:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:42:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:42:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:42:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:42:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:42:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:42:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:42:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:42:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:42:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:42:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:42:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:42:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@76c70248] :2025-07-18 14:42:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:38.110 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:42:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:47.452 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:42:47.452 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:42:49.699 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:42:52.350 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:42:52.453 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:42:53.462 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:42:53.483 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:42:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:55.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:42:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:42:55.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:42:55.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@32e261e7] :2025-07-18 14:42:55.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:55.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:01.083 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:43:08.131 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:43:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:15.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:43:15.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:43:15.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:43:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:43:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1516f1d4] :2025-07-18 14:43:15.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:43:15.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:15.960 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:43:16.321 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:43:17.453 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:43:17.453 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:43:33.181 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:43:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:43:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:43:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:43:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:43:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c6d32e8] :2025-07-18 14:43:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:43:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:38.150 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:43:39.490 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:43:41.003 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:43:45.103 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:43:47.455 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:43:47.455 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:43:53.463 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:43:53.481 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:43:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:43:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:55.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:43:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:43:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:43:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:43:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@63b66225] :2025-07-18 14:43:55.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:43:55.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:55.686 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:43:57.076 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:43:59.247 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:44:08.419 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:44:12.682 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:44:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:15.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:15.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:44:15.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:44:15.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:15.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:44:15.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:44:15.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:44:15.384 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:44:15.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:15.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2f2ec8ff] :2025-07-18 14:44:15.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:15.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:17.456 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:44:17.456 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:44:34.709 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:44:34.772 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:44:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:44:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:44:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:35.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:35.387 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:35.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:35.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:35.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:44:35.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:44:35.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:35.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:44:35.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:44:35.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:44:35.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:44:35.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:35.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@13f5e83d] :2025-07-18 14:44:35.396 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:35.396 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:38.423 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:44:39.720 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:44:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:44:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:44:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:44:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:44:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:47.456 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:44:47.456 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:44:53.464 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:44:53.477 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:44:54.463 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:44:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:44:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:44:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:44:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:44:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:44:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:44:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:44:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:44:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:44:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:44:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6267527d] :2025-07-18 14:44:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:00.333 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:45:04.061 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:45:08.445 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:15.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:45:15.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:45:15.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@e49dae1] :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:17.457 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:45:17.457 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:45:19.152 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:45:27.771 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694 is alive :2025-07-18 14:45:32.516 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:45:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:45:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:45:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:45:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:45:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:45:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:45:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:45:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:45:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:45:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:45:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:45:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:45:35.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:45:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@98aac44] :2025-07-18 14:45:35.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:35.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:36.268 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:45:36.777 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:45:38.465 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:45:38.570 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:45:43.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:45:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:47.457 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:45:47.457 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:45:53.466 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:45:53.478 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:45:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:45:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:45:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:45:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:45:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:45:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:45:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:55.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:45:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:45:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@661e2f20] :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:46:02.132 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:46:08.645 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:46:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:46:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:46:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:46:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:46:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:46:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:46:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:46:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:46:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:15.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:15.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:46:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:46:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:46:15.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:46:15.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@34c31451] :2025-07-18 14:46:15.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:46:15.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:46:17.064 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:46:17.075 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1 is alive :2025-07-18 14:46:17.458 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:46:17.458 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:46:27.308 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:46:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:46:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:46:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:46:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:46:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:46:35.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:46:35.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:46:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:46:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:35.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:35.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:46:35.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:46:35.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5131c68a] :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:46:38.582 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:46:39.393 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@38e6e694: (connection has passed maxLifetime) :2025-07-18 14:46:39.394 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d12a6b38-3033-413e-b150-33021b788619) :2025-07-18 14:46:39.519 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d12a6b38-3033-413e-b150-33021b788619) :2025-07-18 14:46:39.519 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 :2025-07-18 14:46:44.530 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@f4b5cf1: (connection has passed maxLifetime) :2025-07-18 14:46:44.531 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (8c6c5990-60b2-4fa4-8342-5d84fbd8a33c) :2025-07-18 14:46:44.600 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (8c6c5990-60b2-4fa4-8342-5d84fbd8a33c) :2025-07-18 14:46:44.600 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d :2025-07-18 14:46:44.709 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:46:47.460 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:46:47.460 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:46:47.842 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:46:53.144 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:46:53.467 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:46:53.477 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:46:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:46:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:46:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:46:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:46:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:46:55.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:46:55.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:46:55.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:46:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:46:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:46:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:46:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:46:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78628b2c] :2025-07-18 14:46:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:46:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:05.122 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:47:08.590 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:47:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:47:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:47:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:47:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:47:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:47:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:47:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:47:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:47:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:47:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:47:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:47:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:47:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:47:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@31b5e3b1] :2025-07-18 14:47:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:15.461 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:47:17.462 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:47:17.462 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:47:17.892 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:47:21.427 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:47:31.624 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:47:34.062 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@8a47384 is alive :2025-07-18 14:47:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:47:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:47:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:47:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:47:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:47:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:47:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:47:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:47:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:47:35.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:35.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5329d3b8] :2025-07-18 14:47:35.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:35.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:38.614 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:47:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:47:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:47:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:47:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:47.464 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:47:47.464 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:47:50.546 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:47:53.468 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:47:53.483 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:47:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:47:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:47:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:47:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:47:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:47:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:47:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:47:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:55.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:47:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:47:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:47:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:47:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:47:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:47:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3fec8ed6] :2025-07-18 14:47:55.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:59.419 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246 is alive :2025-07-18 14:48:08.618 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:48:15.297 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4aae2246: (connection has passed maxLifetime) :2025-07-18 14:48:15.297 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (9ffadb20-b8c1-4ebe-a588-3c862fdb8879) :2025-07-18 14:48:15.380 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:48:15.380 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:48:15.380 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:48:15.381 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:48:15.381 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:48:15.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:48:15.381 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:48:15.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:48:15.382 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:15.401 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:15.406 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:15.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:15.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:48:15.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:48:15.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:15.409 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:48:15.409 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:48:15.409 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:48:15.409 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:48:15.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:48:15.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@83c99df] :2025-07-18 14:48:15.410 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:48:15.410 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:48:15.420 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (9ffadb20-b8c1-4ebe-a588-3c862fdb8879) :2025-07-18 14:48:15.420 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb :2025-07-18 14:48:17.465 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:48:17.465 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:48:18.931 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:48:23.442 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:48:28.088 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:48:29.084 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909 is alive :2025-07-18 14:48:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:48:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:48:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:48:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:48:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:48:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:48:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:48:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:48:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:48:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:48:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a8ae690] :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:48:38.647 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:48:40.423 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1ed16909: (connection has passed maxLifetime) :2025-07-18 14:48:40.423 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (6003e6f5-4501-4220-959d-5d316bf00cb4) :2025-07-18 14:48:40.492 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (6003e6f5-4501-4220-959d-5d316bf00cb4) :2025-07-18 14:48:40.492 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 :2025-07-18 14:48:41.222 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:48:43.362 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@8a47384: (connection has passed maxLifetime) :2025-07-18 14:48:43.362 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (349c9a4c-baff-4389-b7eb-12a20aef9466) :2025-07-18 14:48:43.425 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (349c9a4c-baff-4389-b7eb-12a20aef9466) :2025-07-18 14:48:43.425 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d :2025-07-18 14:48:47.224 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:48:47.466 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:48:47.466 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:48:51.089 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:48:53.469 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:48:53.507 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:48:54.654 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@90b3743 is alive :2025-07-18 14:48:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:48:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:48:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:48:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:48:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:48:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:48:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:48:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:48:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:55.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:48:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:48:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:55.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:48:55.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:48:55.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:48:55.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:48:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:48:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c7a2645] :2025-07-18 14:48:55.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:48:55.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:48:56.129 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@90b3743: (connection has passed maxLifetime) :2025-07-18 14:48:56.129 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (77ae5fc8-3271-44ea-ba6c-23e099997c56) :2025-07-18 14:48:56.186 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (77ae5fc8-3271-44ea-ba6c-23e099997c56) :2025-07-18 14:48:56.187 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 :2025-07-18 14:48:57.219 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935 is alive :2025-07-18 14:49:08.657 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:49:13.157 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:49:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:49:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:49:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:49:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:49:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:49:15.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:49:15.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:49:15.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:15.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:49:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:49:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:49:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c389c1c] :2025-07-18 14:49:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:17.468 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:49:17.468 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:49:19.596 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:49:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:49:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:49:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:49:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:49:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:49:35.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:49:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:49:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:49:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:49:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@200a8aba] :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:38.703 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:49:41.501 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:49:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:49:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:49:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:49:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:49:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:49:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:49:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:49:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:47.470 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:49:47.470 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:49:53.470 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:49:53.488 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:49:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:49:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:49:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:49:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:49:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:49:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:49:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2ac69c54] :2025-07-18 14:49:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:50:02.292 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:50:07.913 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5c0c1935: (connection has passed maxLifetime) :2025-07-18 14:50:07.914 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (b604dbeb-3b2b-4e13-b9c0-c93d34e07f9e) :2025-07-18 14:50:07.978 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (b604dbeb-3b2b-4e13-b9c0-c93d34e07f9e) :2025-07-18 14:50:07.978 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a :2025-07-18 14:50:08.682 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:50:10.089 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 14:50:11.103 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:50:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:50:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:50:15.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:50:15.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:50:15.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:50:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:50:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:50:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:50:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:50:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:50:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:50:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@691181fb] :2025-07-18 14:50:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:50:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:50:16.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:50:17.471 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:50:17.471 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:50:20.350 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 14:50:34.501 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:50:34.601 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:50:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:50:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:50:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:50:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:50:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:50:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:50:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:50:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:50:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:35.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:35.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:50:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:50:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:35.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:50:35.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:50:35.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:50:35.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:50:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:50:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4a3ef121] :2025-07-18 14:50:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:50:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:50:37.057 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eed79 is alive :2025-07-18 14:50:38.706 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:50:39.957 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 14:50:43.665 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 14:50:47.472 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:50:47.472 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:50:53.471 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:50:53.485 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:50:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:50:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:50:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:50:55.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:50:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:55.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:55.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:55.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:50:55.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:50:55.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:55.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:50:55.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:50:55.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:50:55.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:50:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:50:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@45c172e9] :2025-07-18 14:50:55.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:50:55.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:00.926 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:51:07.567 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3 is alive :2025-07-18 14:51:08.727 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:51:13.116 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7eed79: (connection has passed maxLifetime) :2025-07-18 14:51:13.116 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (f2da9095-5dad-4ab9-86cb-842234e0f9e0) :2025-07-18 14:51:13.171 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (f2da9095-5dad-4ab9-86cb-842234e0f9e0) :2025-07-18 14:51:13.171 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 :2025-07-18 14:51:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:51:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:51:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:15.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:15.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:15.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:15.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:51:15.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:51:15.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6639a013] :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:17.473 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:51:17.473 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:51:24.480 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:51:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:51:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:51:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:51:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:51:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:51:35.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:51:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:51:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:51:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:51:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:51:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:51:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:51:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:51:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f5137d3] :2025-07-18 14:51:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:38.754 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:51:41.134 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:51:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:51:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:51:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:51:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:51:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:51:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:51:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:47.474 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:51:47.474 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:51:53.472 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:51:53.491 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:51:54.323 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:51:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:51:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:51:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:51:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:51:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:51:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:51:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:51:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:51:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:51:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:51:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:51:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:51:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:51:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3afbed46] :2025-07-18 14:51:55.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:55.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:57.285 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 14:52:00.765 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 14:52:04.762 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 14:52:05.227 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:52:08.752 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:52:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:52:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:52:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:52:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:52:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:52:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:52:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:52:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:52:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:52:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:52:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:52:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:52:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:52:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:52:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:52:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6215e805] :2025-07-18 14:52:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:52:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:52:17.475 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:52:17.475 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:52:23.833 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:52:28.004 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2 is alive :2025-07-18 14:52:31.144 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 14:52:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:52:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:52:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:52:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:52:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:52:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:52:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:52:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:52:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1ec3ee2f] :2025-07-18 14:52:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:52:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:52:38.777 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:52:39.424 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 14:52:41.704 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6cd5e3c2: (connection has passed maxLifetime) :2025-07-18 14:52:41.706 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (20daab1f-9436-47d5-83fb-491e276b595c) :2025-07-18 14:52:41.780 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (20daab1f-9436-47d5-83fb-491e276b595c) :2025-07-18 14:52:41.781 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@362f85db :2025-07-18 14:52:47.475 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:52:47.475 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:52:51.244 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:52:53.472 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:52:53.494 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:52:55.383 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:52:55.383 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:52:55.383 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:52:55.383 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:52:55.384 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:52:55.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:52:55.384 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:52:55.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:52:55.385 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:55.537 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:55.811 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:55.811 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:55.811 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:52:55.811 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:52:55.812 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:55.892 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:52:55.892 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:52:55.893 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:52:55.893 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582731 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991112 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:52:55.893 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:52:55.893 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4b6eaa7a] :2025-07-18 14:52:55.894 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:52:55.894 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:52:57.559 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 14:53:08.789 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:53:15.291 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:53:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:53:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:53:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:53:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:53:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:53:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19bc66c9] :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:17.477 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:53:17.477 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:53:18.538 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1cd935b3: (connection has passed maxLifetime) :2025-07-18 14:53:18.539 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (62529d3a-7842-4cce-a4ac-46cef74fef67) :2025-07-18 14:53:18.615 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (62529d3a-7842-4cce-a4ac-46cef74fef67) :2025-07-18 14:53:18.615 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 :2025-07-18 14:53:19.974 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:53:34.212 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:35.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:53:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:53:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7bb60e89] :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:38.795 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:53:40.694 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:53:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:53:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:53:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:53:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:53:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:53:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:53:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:47.478 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:53:47.478 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:53:53.472 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:53:53.487 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:53:53.535 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 14:53:53.796 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:53:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:53:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:53:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:55.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:53:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:53:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:53:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:53:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:53:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:53:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@358713cd] :2025-07-18 14:53:55.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:55.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:59.432 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 14:54:03.840 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:54:08.812 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:54:15.368 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:54:15.368 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:54:15.368 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:54:15.368 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:54:15.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:15.374 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:15.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:54:15.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:54:15.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:54:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:54:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5bec5299] :2025-07-18 14:54:15.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:54:15.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:54:17.479 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:54:17.479 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:54:18.621 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 14:54:28.316 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:54:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:54:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:54:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:54:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:54:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:54:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:54:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@460a48ef] :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:54:37.582 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 14:54:38.829 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:54:38.891 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 14:54:41.957 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 14:54:47.480 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:54:47.480 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:54:53.473 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:54:53.498 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:54:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:54:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:54:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:54:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:54:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:54:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:55.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:54:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:54:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:54:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:54:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:54:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:54:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:54:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@11fc2e12] :2025-07-18 14:54:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:54:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:54:57.893 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:54:58.812 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:55:08.880 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:55:11.140 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 14:55:11.451 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 14:55:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:55:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:55:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:55:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:55:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:55:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:55:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:55:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:55:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:55:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:55:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:55:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:55:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:55:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2769266b] :2025-07-18 14:55:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:17.481 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:55:17.481 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:55:26.082 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:55:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:55:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:55:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:55:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:55:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:55:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:55:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:55:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:55:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:55:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19ee07b0] :2025-07-18 14:55:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:35.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:38.882 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:55:42.365 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:55:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:55:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:55:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:55:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:55:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:55:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:55:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:55:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:55:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:46.305 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 14:55:47.482 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:55:47.482 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:55:53.474 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:55:53.490 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:55:54.101 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 14:55:54.532 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:55.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:55:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:55:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e76298b] :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:56:06.098 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 14:56:08.912 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:56:15.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:15.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:56:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:56:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:56:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:56:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65d4696d] :2025-07-18 14:56:15.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:56:15.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:56:17.484 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:56:17.484 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:56:20.857 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:56:26.341 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 14:56:33.395 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 14:56:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:56:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:56:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:56:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:56:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:35.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:56:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:56:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:56:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:56:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:56:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:56:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:56:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42937f28] :2025-07-18 14:56:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:56:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:56:37.653 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:56:38.358 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 14:56:38.937 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:56:47.005 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:56:47.484 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:56:47.484 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:56:48.067 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 14:56:53.475 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:56:53.489 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:56:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:56:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:56:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:56:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:56:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:56:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:56:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:56:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:56:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:56:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:56:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@775e718f] :2025-07-18 14:56:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:56:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:04.286 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 14:57:08.946 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:57:12.672 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:15.339 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:15.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:15.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:15.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:15.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:57:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:57:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:57:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:57:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:57:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:57:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2c5ea18b] :2025-07-18 14:57:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:15.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:17.485 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:57:17.485 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:57:30.943 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:57:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:57:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:57:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:57:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:57:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:57:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:57:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:57:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:35.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:57:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:57:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:57:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:57:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:57:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:57:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4b779efa] :2025-07-18 14:57:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:38.967 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:57:39.077 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 14:57:41.862 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:47.486 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:57:47.486 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:57:48.770 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 14:57:53.476 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:57:53.520 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:57:53.574 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:57:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:55.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:57:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:57:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5608013c] :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:08.343 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:58:08.997 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:58:10.727 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 14:58:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:58:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:58:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:58:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:58:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:58:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:58:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:58:15.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:15.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:58:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:58:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:58:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:58:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:58:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:58:15.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:15.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1cad4806] :2025-07-18 14:58:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:16.494 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:58:17.486 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:58:17.486 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:58:24.994 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 14:58:29.201 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:58:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:58:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:58:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:58:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:58:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@36cf33c] :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:36.550 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:58:37.824 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 14:58:39.002 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:58:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:58:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 14:58:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:58:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:47.487 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:58:47.487 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:58:53.478 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:58:53.492 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:55.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:58:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:58:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:58:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:58:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:58:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:58:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@128bc9a1] :2025-07-18 14:58:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:57.122 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 14:59:00.491 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:59:09.018 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:59:15.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:15.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:15.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:15.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:59:15.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:59:15.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@122bbd05] :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:59:15.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:59:17.489 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:59:17.489 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:59:19.516 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 14:59:28.308 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:59:31.846 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 14:59:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:59:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:59:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:59:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:59:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:59:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@395e10a0] :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:59:39.036 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 14:59:41.059 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 14:59:43.440 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 14:59:47.489 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:59:47.489 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:59:52.840 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 14:59:53.481 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 14:59:53.493 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 14:59:55.113 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 14:59:55.343 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 14:59:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:59:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 14:59:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:59:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:55.394 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:55.394 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:55.394 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:59:55.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:59:55.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:59:55.408 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:59:55.408 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@9bbf6cf] :2025-07-18 14:59:55.409 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:59:55.409 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:01.920 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:00:09.068 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:00:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:00:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:00:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:00:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:00:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:00:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:00:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c38093b] :2025-07-18 15:00:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:17.491 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:00:17.491 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:00:22.227 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:00:25.004 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:00:35.363 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:00:35.363 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:00:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:00:35.364 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:00:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:35.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:35.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:35.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:35.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:35.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:00:35.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:00:35.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:35.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:00:35.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:00:35.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:00:35.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:00:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@76673dbf] :2025-07-18 15:00:35.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:35.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:37.298 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:00:39.066 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:00:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:00:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:00:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:00:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:00:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:00:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:00:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:00:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:00:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:45.956 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:00:47.493 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:00:47.493 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:00:49.955 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:00:53.483 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:00:53.498 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:00:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:00:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:00:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5fb08b7a] :2025-07-18 15:00:55.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:55.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:01:08.083 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 15:01:09.107 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:01:09.683 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:01:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:01:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:01:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:01:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:01:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:01:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:01:15.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:01:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:01:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@47e9b65e] :2025-07-18 15:01:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:01:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:01:17.495 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:01:17.495 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:01:24.630 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:01:28.536 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 15:01:34.184 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:01:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:35.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:01:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:01:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:01:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:01:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:01:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:01:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:01:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@204891f8] :2025-07-18 15:01:35.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:01:35.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:01:36.170 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:01:38.110 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:01:38.848 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:01:39.097 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:01:39.496 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:01:47.496 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:01:47.496 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:01:53.484 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:01:53.497 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:01:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:01:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:01:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:01:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:01:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:01:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:01:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:01:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:01:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2a10afbd] :2025-07-18 15:01:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:01:55.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:05.904 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:02:09.127 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:02:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:02:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:02:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:02:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:15.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:02:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:02:15.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:02:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12f21d84] :2025-07-18 15:02:15.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:15.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:17.497 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:02:17.497 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:02:20.807 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:02:32.745 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:02:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:02:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:02:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:02:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:02:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:02:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:02:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:02:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:02:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3226ad8d] :2025-07-18 15:02:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:35.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:36.762 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:02:39.165 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:02:42.791 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:02:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:02:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:02:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:02:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:02:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:02:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:02:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:02:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:02:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:47.498 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:02:47.498 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:02:53.485 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:02:53.493 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:02:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:02:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:02:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:02:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:02:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:02:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:02:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:02:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:02:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:02:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1bbd6270] :2025-07-18 15:02:55.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:55.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:56.684 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 15:02:59.730 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:03:09.184 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:03:13.024 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:03:15.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:03:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:03:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:03:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:03:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:03:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:03:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:03:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:03:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6304653a] :2025-07-18 15:03:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:03:15.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:03:15.779 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:03:16.014 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 15:03:17.400 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:03:17.499 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:03:17.499 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:03:23.314 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:03:23.881 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:03:32.781 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:03:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:35.346 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:03:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:03:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:03:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:03:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:03:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:03:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:03:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@44ed4458] :2025-07-18 15:03:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:03:35.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:03:39.201 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:03:47.501 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:03:47.501 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:03:51.925 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:03:53.486 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:03:53.505 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:03:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:03:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:03:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:55.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:55.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:03:55.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:03:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:03:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:03:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:03:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:03:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:03:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5be4f65f] :2025-07-18 15:03:55.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:03:55.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:09.218 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:04:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:04:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:04:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:04:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:04:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:04:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:04:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:04:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:04:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:04:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:04:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:04:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:04:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:04:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@c253674] :2025-07-18 15:04:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:16.608 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:04:17.502 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:04:17.502 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:04:20.932 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:04:25.424 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:04:25.424 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:04:25.424 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:04:25.425 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:04:25.425 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:04:25.425 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:04:25.426 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:04:25.426 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:25.438 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:25.442 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:25.449 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:25.449 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:25.449 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:04:25.449 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:04:25.449 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583420 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:04:25.455 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:25.455 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c00fda3] :2025-07-18 15:04:25.456 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:25.456 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:35.626 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:04:36.226 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:04:39.226 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:04:44.330 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:04:45.251 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 15:04:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:04:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:04:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:04:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:04:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:04:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:04:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:04:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:04:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583440 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991821 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:04:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7b981928] :2025-07-18 15:04:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:47.503 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:04:47.503 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:04:51.864 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:04:52.705 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:04:53.487 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:04:53.501 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:05:03.493 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 15:05:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:05:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:05:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:05:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:05:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:05:05.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:05:05.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:05:05.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:05:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:05.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:05.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:05.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:05:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:05:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:05:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:05:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:05:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583460 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:05:05.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:05:05.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3054dad5] :2025-07-18 15:05:05.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:05:05.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:05:08.264 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:05:08.993 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:05:09.268 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:05:10.170 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:05:17.505 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:05:17.505 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:05:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:05:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:05:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:05:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:05:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:05:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:05:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:05:25.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:05:25.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:05:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:05:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:05:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:05:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:05:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583480 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:05:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:05:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@673ef700] :2025-07-18 15:05:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:05:25.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:05:27.451 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:05:34.231 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:05:39.263 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:05:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:05:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:05:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:05:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:05:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:05:45.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:05:45.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:05:45.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:05:45.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:45.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:45.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:05:45.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:05:45.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:05:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:05:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:05:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583500 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:05:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:05:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@297b79c2] :2025-07-18 15:05:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:05:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:05:47.506 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:05:47.506 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:05:53.489 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:05:53.499 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:06:03.586 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:06:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:06:05.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:06:05.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:06:05.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:06:05.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:06:05.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:06:05.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:06:05.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:05.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:05.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:06:05.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:06:05.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:06:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:06:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:06:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583520 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:06:05.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:05.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2eba2952] :2025-07-18 15:06:05.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:05.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:09.285 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:06:12.410 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:06:17.507 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:06:17.507 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:06:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:06:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:06:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:06:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:06:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:06:25.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:06:25.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:06:25.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:06:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:06:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583540 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991921 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4cfe51dd] :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:25.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:28.464 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:06:29.578 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:06:29.632 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:06:30.706 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:06:33.821 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 15:06:35.694 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:06:39.335 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:06:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:06:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:06:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:06:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:06:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:06:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:06:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583560 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@734d6cf4] :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:47.509 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:06:47.509 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:06:50.972 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 15:06:52.650 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:06:53.492 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:06:53.503 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:06:58.609 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:07:02.942 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:07:05.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:07:05.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:05.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:07:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:07:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:07:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:07:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:07:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583580 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991961 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@63ea8d7b] :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:07:09.336 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:07:17.509 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:07:17.509 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:07:22.122 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:07:25.256 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:07:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:07:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:07:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:07:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:07:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:07:25.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:07:25.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:07:25.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:07:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:07:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:07:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:07:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:07:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:07:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583600 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:07:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:07:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@29023164] :2025-07-18 15:07:25.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:07:25.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:07:39.353 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:07:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:07:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:07:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:07:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:07:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:07:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:07:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:07:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:07:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:07:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:07:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583620 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992001 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:07:45.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:07:45.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c68155d] :2025-07-18 15:07:45.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:07:45.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:07:47.511 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:07:47.511 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:07:53.494 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:07:53.505 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:07:53.667 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:08:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:08:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:08:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:08:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:08:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:08:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583640 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:08:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@94be9d5] :2025-07-18 15:08:05.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:05.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:06.560 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:08:08.213 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:08:09.375 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:08:09.546 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:08:17.513 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:08:17.513 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:08:18.336 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:08:21.300 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:08:22.405 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4207da66 is alive :2025-07-18 15:08:25.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:08:25.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:08:25.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:08:25.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:08:25.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:08:25.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:08:25.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:08:25.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:25.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:25.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:25.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:08:25.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:08:25.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:08:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:08:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:08:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583660 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992041 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:08:25.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:25.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3b002797] :2025-07-18 15:08:25.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:25.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:35.162 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:08:37.035 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:08:38.450 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 15:08:39.415 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:08:44.317 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:08:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:08:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:08:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:08:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:08:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:08:45.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:08:45.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:08:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:45.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:45.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:08:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:08:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583680 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992061 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:08:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@169355ac] :2025-07-18 15:08:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:47.514 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:08:47.514 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:08:53.497 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:08:53.511 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:08:55.714 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:09:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:09:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:09:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:09:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:09:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:09:05.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:09:05.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:09:05.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:09:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:05.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:09:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:09:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:09:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:09:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:09:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583700 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992081 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@140ec9ed] :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:09:09.416 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:09:09.922 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:09:16.794 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:09:17.515 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:09:17.515 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:09:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:09:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:09:25.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:09:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:09:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:09:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:09:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:09:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583720 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992101 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:09:25.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:09:25.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2df25515] :2025-07-18 15:09:25.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:09:25.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:09:39.104 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:09:39.407 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:09:43.505 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:09:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:09:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:09:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:09:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:45.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:45.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:45.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:09:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:09:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:09:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:09:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:09:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583740 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:09:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:09:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@ef6b850] :2025-07-18 15:09:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:09:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:09:47.516 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:09:47.516 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:09:48.385 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:09:53.497 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:09:53.512 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:10:04.014 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:10:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:10:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:10:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:10:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:10:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:10:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:10:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:10:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:10:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583760 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992141 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:10:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56b9f7e5] :2025-07-18 15:10:05.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:05.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:05.657 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:10:07.250 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4207da66: (connection has passed maxLifetime) :2025-07-18 15:10:07.251 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (4f007298-1935-4a8b-8873-624c9a5b3860) :2025-07-18 15:10:07.297 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (4f007298-1935-4a8b-8873-624c9a5b3860) :2025-07-18 15:10:07.297 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 :2025-07-18 15:10:09.423 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:10:14.135 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:10:17.518 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:10:17.518 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:10:21.420 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:10:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:10:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:10:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:10:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:25.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:25.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:25.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:10:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:10:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:10:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:10:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:10:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583780 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:10:25.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:25.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6506bf27] :2025-07-18 15:10:25.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:25.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:25.927 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39 is alive :2025-07-18 15:10:31.212 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:10:34.627 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:10:39.440 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:10:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:10:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:10:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:10:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:10:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:10:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:10:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:10:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:10:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:45.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:45.372 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:45.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:10:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:10:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583800 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992181 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:10:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@17d63e15] :2025-07-18 15:10:45.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:45.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:47.518 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:10:47.518 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:10:48.487 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:10:53.497 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:10:53.512 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:10:56.160 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:11:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:11:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:11:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:11:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:11:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:11:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:11:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:11:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:11:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:11:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:11:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:11:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:11:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:11:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583820 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992201 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:11:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:11:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@57556980] :2025-07-18 15:11:05.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:11:05.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:11:09.497 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:11:11.467 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:11:17.520 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:11:17.520 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:11:20.434 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:11:21.115 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:11:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:11:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:11:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:11:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:11:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:11:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:11:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:11:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:11:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:11:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:11:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:11:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:11:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:11:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583840 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992221 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:11:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:11:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5fdde87a] :2025-07-18 15:11:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:11:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:11:27.231 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:11:39.489 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:11:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:11:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:11:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:11:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:11:45.355 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:11:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:11:45.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:11:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:11:45.366 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:45.369 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:45.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:45.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:45.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:11:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:11:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:11:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:11:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:11:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583860 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:11:45.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:11:45.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f631a4a] :2025-07-18 15:11:45.381 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:11:45.381 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:11:47.522 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:11:47.522 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:11:48.900 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:11:49.364 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:11:52.692 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2f5d3a39: (connection has passed maxLifetime) :2025-07-18 15:11:52.693 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (286d05ed-fc5c-4d05-86f9-694148319ec8) :2025-07-18 15:11:52.764 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (286d05ed-fc5c-4d05-86f9-694148319ec8) :2025-07-18 15:11:52.764 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 :2025-07-18 15:11:53.499 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:11:53.513 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:11:59.817 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:12:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:12:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:12:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:12:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:12:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:12:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:12:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:12:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:12:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:12:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583880 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992261 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3133bb46] :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:05.803 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:12:06.974 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:12:09.547 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:12:15.416 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:12:17.522 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:12:17.522 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:12:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:12:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:12:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:12:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:12:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:12:25.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:12:25.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:12:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:12:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:12:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:12:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583900 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@68c18958] :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:34.092 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@318b9306 is alive :2025-07-18 15:12:39.569 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:12:41.261 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:12:43.526 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:12:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:12:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:12:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:12:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:12:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:12:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:12:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:12:45.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:12:45.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:12:45.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:12:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:12:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:12:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:45.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:45.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:45.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:12:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:12:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:12:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:12:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:12:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583920 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992301 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:12:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b2cebc1] :2025-07-18 15:12:45.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:45.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:47.523 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:12:47.523 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:12:53.501 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:12:53.514 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:12:57.363 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d is alive :2025-07-18 15:13:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:13:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:13:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:13:05.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:13:05.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:13:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:13:05.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:13:05.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:13:05.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:05.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:13:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:13:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:13:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:13:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:13:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583940 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992321 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:13:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:13:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3a7e1512] :2025-07-18 15:13:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:13:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:13:06.074 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:13:06.139 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:13:07.097 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:13:09.411 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@318b9306: (connection has passed maxLifetime) :2025-07-18 15:13:09.413 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (dde2865d-55ec-4d00-8123-37aeed4bbc34) :2025-07-18 15:13:09.533 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (dde2865d-55ec-4d00-8123-37aeed4bbc34) :2025-07-18 15:13:09.533 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e :2025-07-18 15:13:09.616 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:13:17.526 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:13:17.526 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:13:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:13:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:13:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:13:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:13:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:13:25.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:13:25.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:13:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:13:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:13:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:13:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583960 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992341 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:13:25.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66cd1fc8] :2025-07-18 15:13:25.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:13:25.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:13:31.478 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:13:34.555 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:13:35.135 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:13:39.615 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:13:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:13:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:13:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:13:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:13:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:13:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:13:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:13:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:13:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:45.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:13:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:13:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:13:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:13:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:13:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583980 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992361 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:13:45.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:13:45.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@20c91e33] :2025-07-18 15:13:45.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:13:45.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:13:47.527 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:13:47.527 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:13:50.187 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:13:53.502 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:13:53.516 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:13:55.618 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@362f85db is alive :2025-07-18 15:13:59.809 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:14:01.172 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:14:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:14:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:14:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:14:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:14:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:14:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584000 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:14:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@670b0856] :2025-07-18 15:14:05.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:05.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:09.667 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:14:11.158 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@70b6993d: (connection has passed maxLifetime) :2025-07-18 15:14:11.160 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (9ce94f52-c4fb-4466-9304-11384b11a320) :2025-07-18 15:14:11.222 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (9ce94f52-c4fb-4466-9304-11384b11a320) :2025-07-18 15:14:11.222 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 :2025-07-18 15:14:17.527 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:14:17.527 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:14:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:14:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:14:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:14:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:14:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:14:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:14:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:14:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:25.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:25.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:14:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:14:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584020 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992401 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b1d8b40] :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:30.174 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:14:34.030 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:14:39.664 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:14:44.914 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d is alive :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:45.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:14:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:14:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:14:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:14:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:14:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:14:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:14:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:14:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:14:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:14:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:14:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:14:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584040 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:14:45.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7852446a] :2025-07-18 15:14:45.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:45.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:47.543 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:14:47.543 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:14:53.508 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:14:53.525 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:14:58.536 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:15:00.825 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb is alive :2025-07-18 15:15:04.620 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:15:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:15:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:15:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:15:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:15:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:15:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:15:05.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:15:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:15:05.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:05.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:15:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:15:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:15:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:15:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:15:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584060 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992441 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:15:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:15:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2a1f7266] :2025-07-18 15:15:05.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:15:05.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:15:09.681 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:15:13.551 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:15:15.506 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@362f85db: (connection has passed maxLifetime) :2025-07-18 15:15:15.507 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (51a3dfff-fa2c-4604-890c-2aae50aa53eb) :2025-07-18 15:15:15.581 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (51a3dfff-fa2c-4604-890c-2aae50aa53eb) :2025-07-18 15:15:15.581 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d :2025-07-18 15:15:16.351 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:15:17.545 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:15:17.545 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:15:22.152 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:15:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:15:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:15:25.355 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:15:25.356 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:15:25.358 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:15:25.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:15:25.359 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:15:25.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:15:25.375 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:25.379 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:25.389 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:25.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:25.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:15:25.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:15:25.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:25.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:15:25.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:15:25.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:15:25.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584080 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992461 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:15:25.395 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:15:25.395 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@53572e8a] :2025-07-18 15:15:25.395 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:15:25.395 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:15:34.589 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a901314 is alive :2025-07-18 15:15:38.603 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@33ad05d: (connection has passed maxLifetime) :2025-07-18 15:15:38.605 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (a7b8e8e4-a5ae-4c09-9964-afe98c4654c1) :2025-07-18 15:15:38.687 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (a7b8e8e4-a5ae-4c09-9964-afe98c4654c1) :2025-07-18 15:15:38.687 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa :2025-07-18 15:15:39.740 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:15:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:15:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:15:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:15:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:15:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:15:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:15:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:15:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:15:45.373 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:45.381 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:45.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:15:45.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:15:45.393 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:45.399 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:15:45.399 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:15:45.399 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:15:45.399 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584100 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:15:45.399 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:15:45.399 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69450de] :2025-07-18 15:15:45.400 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:15:45.400 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:15:47.560 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:15:47.560 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:15:50.491 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:15:52.651 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:15:53.519 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:15:53.539 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:16:01.950 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:16:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:16:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:16:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:16:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:16:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:16:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:16:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:16:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:05.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:05.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:16:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:16:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:16:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:16:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:16:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584120 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992501 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:16:05.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:05.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4b91d439] :2025-07-18 15:16:05.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:05.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:09.746 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:16:17.389 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:16:17.567 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:16:17.567 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:16:20.925 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@793b99fb: (connection has passed maxLifetime) :2025-07-18 15:16:20.925 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (8d483a2d-90a9-4116-96e1-5b83a2d01334) :2025-07-18 15:16:21.005 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (8d483a2d-90a9-4116-96e1-5b83a2d01334) :2025-07-18 15:16:21.005 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 :2025-07-18 15:16:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:16:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:16:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:16:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:16:25.355 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:16:25.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:16:25.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:16:25.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:25.380 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:25.386 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:25.386 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:25.386 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:16:25.386 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:16:25.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:25.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:16:25.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:16:25.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:16:25.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584140 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:16:25.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:25.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@71c42e0a] :2025-07-18 15:16:25.390 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:25.390 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:26.816 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a is alive :2025-07-18 15:16:29.693 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6a901314: (connection has passed maxLifetime) :2025-07-18 15:16:29.694 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (50340147-f8dc-45ec-b81e-e03ec4821399) :2025-07-18 15:16:29.751 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (50340147-f8dc-45ec-b81e-e03ec4821399) :2025-07-18 15:16:29.751 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 :2025-07-18 15:16:39.778 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:16:41.295 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:16:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:16:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:16:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:16:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:16:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:16:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:16:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:16:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:16:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:16:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:16:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:16:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:16:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:16:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:16:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:16:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:45.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:45.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:45.375 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:45.383 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:45.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:45.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:16:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:16:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:45.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:16:45.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:16:45.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:16:45.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584160 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992541 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:16:45.387 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:45.387 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e9ed584] :2025-07-18 15:16:45.388 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:45.388 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:47.571 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:16:47.571 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:16:53.527 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:16:53.544 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:16:54.672 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:16:55.618 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:16:58.153 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:16:59.709 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:17:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:17:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:17:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:17:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:17:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:17:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:17:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584180 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992561 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1fd8f546] :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:17:06.931 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:17:09.832 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:17:14.867 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:17:17.586 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:17:17.586 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:17:23.334 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1c2d926a: (connection has passed maxLifetime) :2025-07-18 15:17:23.335 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (1fe0f660-74c3-4e6b-b76b-cac8c48a6fb2) :2025-07-18 15:17:23.410 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (1fe0f660-74c3-4e6b-b76b-cac8c48a6fb2) :2025-07-18 15:17:23.410 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 :2025-07-18 15:17:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:17:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:17:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:17:25.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:17:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:17:25.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:17:25.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:17:25.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:17:25.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:17:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:17:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584200 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992581 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:17:25.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:17:25.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@38517da7] :2025-07-18 15:17:25.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:17:25.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:17:33.780 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:17:39.858 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:17:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:17:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:17:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:17:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:17:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:17:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584220 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992601 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:17:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:17:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@76300423] :2025-07-18 15:17:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:17:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:17:45.488 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:17:47.588 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:17:47.588 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:17:52.665 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:17:53.532 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:17:53.551 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:17:57.340 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:17:58.899 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:18:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:18:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:18:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:18:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:18:05.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:18:05.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:18:05.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:18:05.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:05.371 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:05.373 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:05.381 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:05.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:18:05.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:18:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:18:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:18:05.386 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:18:05.386 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584240 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992621 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:18:05.386 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:05.386 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5963e48f] :2025-07-18 15:18:05.386 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:05.386 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:09.887 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:18:17.594 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:18:17.594 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:18:22.659 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:18:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:18:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:18:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:18:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:18:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:18:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:18:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:18:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:18:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:18:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:18:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:18:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:18:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584260 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992641 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:18:25.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:25.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@173cdd70] :2025-07-18 15:18:25.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:25.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:27.550 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:18:33.757 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:18:37.684 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:18:39.900 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:18:39.948 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:18:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:18:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:18:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:18:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:18:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:18:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:18:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:18:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:45.366 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:45.373 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:45.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:45.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:45.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:18:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:18:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584280 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992661 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:18:45.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:45.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2534ddf6] :2025-07-18 15:18:45.387 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:45.387 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:47.610 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:18:47.610 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:18:51.051 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:18:53.546 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:18:53.565 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:18:54.803 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:18:54.836 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:19:01.499 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:19:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:19:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:19:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:19:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:19:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:19:05.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:19:05.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:19:05.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:19:05.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:05.370 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:05.376 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:19:05.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:19:05.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584300 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992681 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:19:05.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:19:05.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3a39df32] :2025-07-18 15:19:05.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:19:05.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:19:09.928 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:19:17.614 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:19:17.614 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:19:19.582 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:19:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:19:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:19:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:19:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:19:25.355 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:19:25.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:19:25.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:19:25.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:19:25.370 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:25.373 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:25.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:25.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:25.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:19:25.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:19:25.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:19:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:19:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:19:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584320 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992701 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:19:25.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:19:25.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3b63a225] :2025-07-18 15:19:25.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:19:25.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:19:33.667 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:19:38.335 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:19:39.963 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:19:43.386 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:19:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:19:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:19:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:19:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:45.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:19:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:19:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584340 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992721 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:19:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:19:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@40d79eb2] :2025-07-18 15:19:45.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:19:45.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:19:47.621 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:19:47.621 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:19:49.076 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:19:53.551 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:19:53.711 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:05.366 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:05.377 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:05.387 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:05.387 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:05.387 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:20:05.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:20:05.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:05.393 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:20:05.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:20:05.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:20:05.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584360 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992741 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:20:05.395 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:05.395 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@21eea879] :2025-07-18 15:20:05.395 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:05.395 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:09.979 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:20:12.836 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:20:13.873 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:20:15.556 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:20:17.622 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:20:17.622 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:20:19.751 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:20:21.738 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:20:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:20:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:20:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:20:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:20:25.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:20:25.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:20:25.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:20:25.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:20:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:20:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584380 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992761 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@76509a2e] :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:27.222 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:20:37.621 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:20:39.588 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:20:39.969 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:20:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:20:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:20:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:20:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:20:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:20:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:20:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:20:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:20:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:20:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:20:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:20:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584400 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992781 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@61ab3a56] :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:47.624 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:20:47.624 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:20:49.898 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:20:53.553 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:20:53.585 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:21:04.856 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:21:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:21:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:05.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:21:05.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:21:05.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:21:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:21:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:21:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584420 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:21:05.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:21:05.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42a8d801] :2025-07-18 15:21:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:21:05.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:21:09.984 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:21:09.992 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:21:17.625 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:21:17.625 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:21:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:21:25.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:21:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:21:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:25.492 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:25.498 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:25.498 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:25.498 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:21:25.499 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:21:25.499 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:21:25.507 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:21:25.507 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@36df4776] :2025-07-18 15:21:25.508 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:21:25.508 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:21:31.170 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967 is alive :2025-07-18 15:21:34.100 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:21:34.471 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:21:40.010 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:21:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:21:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:21:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:21:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:21:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:21:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584460 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:21:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:21:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@344090a5] :2025-07-18 15:21:45.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:21:45.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:21:47.626 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:21:47.626 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:21:51.913 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:21:53.554 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:21:53.577 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:21:57.498 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:22:00.867 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4a3db967: (connection has passed maxLifetime) :2025-07-18 15:22:00.867 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ed5be450-f4b6-4a4b-ac1e-f54405c60dc0) :2025-07-18 15:22:00.956 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ed5be450-f4b6-4a4b-ac1e-f54405c60dc0) :2025-07-18 15:22:00.956 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 :2025-07-18 15:22:01.819 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:22:03.392 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:22:03.529 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:22:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:22:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:22:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:22:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:22:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:22:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:22:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:22:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:05.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:05.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:22:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:22:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:22:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:22:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:22:05.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584480 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:22:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6319979] :2025-07-18 15:22:05.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:05.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:08.451 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:22:10.008 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:22:17.627 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:22:17.627 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:22:17.676 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:22:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:22:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:22:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:22:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:22:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:22:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:22:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:22:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:22:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584500 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:22:25.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:25.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@315bf9fd] :2025-07-18 15:22:25.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:25.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:27.321 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:22:40.028 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:22:44.976 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:45.371 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:45.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:22:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:22:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584520 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:22:45.388 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:45.388 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@58a5827b] :2025-07-18 15:22:45.388 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:45.388 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:46.319 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:22:47.627 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:22:47.627 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:22:53.554 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:22:53.566 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:22:53.911 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:23:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:23:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:23:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:23:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:23:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:23:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:23:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584540 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992921 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:23:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:23:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@13688636] :2025-07-18 15:23:05.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:23:05.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:23:10.038 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:23:17.629 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:23:17.629 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:23:23.623 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:23:24.813 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:23:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:23:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:23:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:23:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:23:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:23:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:23:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:23:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:23:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:23:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:23:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584560 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:23:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:23:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@32633197] :2025-07-18 15:23:25.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:23:25.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:23:30.989 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:23:39.563 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:23:40.049 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:23:43.883 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:23:45.316 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:23:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:23:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:23:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:23:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:23:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:23:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:23:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:23:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:23:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:23:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584580 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992961 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:23:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:23:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ae4362e] :2025-07-18 15:23:45.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:23:45.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:23:47.629 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:23:47.629 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:23:48.069 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:23:49.748 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:23:53.556 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:23:53.567 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:23:55.761 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:24:01.354 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:24:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:24:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:24:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:24:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:24:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:24:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:24:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:24:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:24:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:24:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:24:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:24:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:24:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584600 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:24:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3459c7ba] :2025-07-18 15:24:05.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:05.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:10.529 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:24:14.518 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:24:17.630 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:24:17.630 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:24:22.645 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:24:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:24:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:24:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584620 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993001 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5cbaf470] :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:38.105 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:24:40.051 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:24:40.551 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:24:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:24:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:24:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:24:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:24:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:24:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584640 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:24:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1ba32d7] :2025-07-18 15:24:45.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:45.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:47.631 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:24:47.631 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:24:53.558 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:24:53.568 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:25:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:25:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:25:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:25:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:25:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:25:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:05.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:25:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:25:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:25:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:25:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:25:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584660 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993041 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:25:05.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:25:05.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@266c4f4c] :2025-07-18 15:25:05.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:25:05.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:25:07.601 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:25:10.067 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:25:10.543 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:25:15.540 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:25:15.736 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:25:17.631 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:25:17.631 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:25:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:25:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:25:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:25:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:25:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:25:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:25:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:25:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:25:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:25:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:25:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584680 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993061 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:25:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:25:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6fb76858] :2025-07-18 15:25:25.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:25:25.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:25:25.950 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:25:27.107 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:25:33.682 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:25:33.848 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:25:38.542 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:25:40.584 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:25:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:25:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:25:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:25:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:25:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:45.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:45.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:45.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:25:45.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584700 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993081 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:25:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:25:45.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@398a3441] :2025-07-18 15:25:45.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:25:45.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:25:47.634 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:25:47.634 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:25:53.559 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:25:53.568 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:25:54.249 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:25:58.971 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:26:01.020 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:26:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:26:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:26:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:26:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:26:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:26:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:26:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:26:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:26:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584720 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993101 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:26:05.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:05.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c2a6673] :2025-07-18 15:26:05.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:05.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:10.575 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:26:17.635 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:26:17.635 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:26:25.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:26:25.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:26:25.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:25.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:25.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:25.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:25.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:26:25.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:26:25.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:26:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:26:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:26:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584740 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:26:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:25.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1e44bfde] :2025-07-18 15:26:25.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:25.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:28.087 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:26:35.130 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:26:40.690 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:45.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:26:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:26:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:26:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:26:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:26:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584760 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993141 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:26:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@731b9c48] :2025-07-18 15:26:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:47.637 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:26:47.637 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:26:49.147 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:26:51.907 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:26:53.561 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:26:53.571 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:26:53.919 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:27:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:27:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:27:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:27:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:27:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:27:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:27:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:27:05.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:27:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:27:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:27:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:27:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:27:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584780 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@e78f3af] :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:06.252 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:27:08.013 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:27:08.899 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:27:10.620 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:27:11.937 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:27:17.638 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:27:17.638 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:27:22.014 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:27:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:27:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:27:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:27:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:27:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:27:25.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:27:25.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:27:25.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:27:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:27:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584800 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993181 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:27:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4163c3dd] :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:27.339 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:27:35.299 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:27:40.642 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:27:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:27:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:27:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:27:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:27:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:27:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584820 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993201 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:27:45.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:45.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@47d8c383] :2025-07-18 15:27:45.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:45.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:47.146 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:27:47.639 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:27:47.639 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:27:50.583 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:27:53.561 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:27:53.585 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:28:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:28:05.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:28:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:28:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:28:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584840 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993221 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56fc4e53] :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:28:10.673 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:28:17.641 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:28:17.641 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:28:19.170 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:28:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:28:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:28:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:28:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:28:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:28:25.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:28:25.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:28:25.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:28:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:28:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:28:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:28:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:28:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:28:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584860 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:28:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:28:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5407dcfc] :2025-07-18 15:28:25.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:28:25.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:28:28.077 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:28:28.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:28:30.217 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:28:40.665 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:28:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:28:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:28:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:28:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:28:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:28:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:28:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:28:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584880 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993261 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a693785] :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:28:45.786 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:28:47.642 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:28:47.642 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:28:50.027 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:28:50.078 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:28:50.700 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:28:53.561 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:28:53.576 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:28:56.967 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:29:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:29:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:29:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:29:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:29:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:29:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584900 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@ac2af65] :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:10.705 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:29:11.625 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:29:12.657 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:29:16.132 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:29:17.644 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:29:17.644 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:29:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:29:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:29:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:29:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:29:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:29:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:29:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:29:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:29:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584920 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993301 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:29:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@45004b0f] :2025-07-18 15:29:25.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:25.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:40.041 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:29:40.693 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:29:42.231 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:29:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:29:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:29:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:29:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:45.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:45.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:29:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:29:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:29:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:29:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:29:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584940 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993321 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:29:45.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:45.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@14820a17] :2025-07-18 15:29:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:47.644 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:29:47.644 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:29:53.562 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:29:53.593 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:30:04.249 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:30:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:30:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:30:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:30:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:30:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:30:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:30:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:30:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:30:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:30:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:30:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584960 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993341 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:30:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:30:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2266c60] :2025-07-18 15:30:05.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:30:05.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:30:07.302 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:30:08.745 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:30:10.707 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:30:17.645 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:30:17.645 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:30:25.301 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:30:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:30:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:30:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:30:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:25.367 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:30:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:30:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:30:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:30:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:30:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584980 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993361 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:30:25.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:30:25.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2fe19dd4] :2025-07-18 15:30:25.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:30:25.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:30:28.115 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:30:32.142 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:30:32.491 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:30:36.773 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:30:40.718 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:30:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:30:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:30:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:30:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:30:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:30:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:30:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:30:45.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:30:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:45.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:30:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:30:45.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:30:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:30:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:30:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585000 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:30:45.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:30:45.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7cd64bd7] :2025-07-18 15:30:45.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:30:45.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:30:47.646 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:30:47.646 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:30:47.683 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:30:47.950 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:30:53.562 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:30:53.576 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:31:00.204 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:31:04.926 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:31:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:31:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:31:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:31:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585020 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993401 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:31:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@696a1313] :2025-07-18 15:31:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:05.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:10.738 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:31:17.648 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:31:17.648 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:31:23.482 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:31:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:31:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:31:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585040 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7fb1f0ca] :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:32.938 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:31:40.422 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:31:40.781 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:31:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:45.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:31:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:31:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:31:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:31:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:31:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585060 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993441 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:31:45.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:45.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@706e51d3] :2025-07-18 15:31:45.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:45.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:46.386 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:31:47.649 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:31:47.649 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:31:53.111 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:31:53.564 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:31:53.576 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:32:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:32:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:32:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:32:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:32:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:05.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:32:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:32:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:32:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:32:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:32:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585080 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993461 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:32:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:32:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19ed4334] :2025-07-18 15:32:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:32:05.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:32:06.202 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:32:10.773 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:32:14.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:32:14.285 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:32:17.035 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:32:17.649 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:32:17.649 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:32:20.377 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:32:24.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:32:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:32:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:32:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:25.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:32:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:32:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585100 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56d3e16d] :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:32:38.397 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:32:40.816 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:32:43.515 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:32:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:32:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:32:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:32:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:32:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:45.372 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:45.391 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:45.391 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:32:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:45.391 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:32:45.403 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585120 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993501 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:32:45.404 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:32:45.405 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@158995c3] :2025-07-18 15:32:45.405 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:32:45.405 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:32:47.649 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:32:47.649 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:32:53.564 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:32:53.608 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:32:53.719 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:33:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:33:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:33:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:05.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:33:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:33:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585140 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4468d11] :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:09.193 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:33:10.811 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:33:16.593 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:33:17.650 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:33:17.650 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:33:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:33:25.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:33:25.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:33:25.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:25.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:33:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:33:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585160 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993541 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@38342df9] :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:25.469 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:33:25.834 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:33:36.130 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:33:40.817 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:33:44.290 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:33:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:33:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:33:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:33:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:33:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:45.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:45.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:45.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:45.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:33:45.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:33:45.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:33:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:33:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:33:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:33:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:33:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:33:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:33:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585180 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993561 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:33:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:33:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:33:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d89c2ef] :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:47.651 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:33:47.651 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:33:53.565 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:33:53.582 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:33:56.074 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:33:56.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:34:00.609 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:34:04.322 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:34:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:34:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:34:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:34:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:34:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:34:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:34:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:34:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:34:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:34:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585200 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993581 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:34:05.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:34:05.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d194f98] :2025-07-18 15:34:05.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:34:05.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:34:10.831 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:34:15.496 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:34:17.653 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:34:17.653 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:34:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:34:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:34:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:34:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:34:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:34:25.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:34:25.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:34:25.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:34:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:25.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:34:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:34:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:34:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:34:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:34:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585220 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993601 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:34:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:34:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@30cb1733] :2025-07-18 15:34:25.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:34:25.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:34:29.111 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:34:30.171 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:34:40.902 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:34:42.513 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:34:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:34:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:34:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:34:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:34:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:45.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:45.390 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:45.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:45.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:34:45.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:34:45.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:34:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:34:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:34:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585240 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993621 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:34:45.395 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:34:45.395 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69274638] :2025-07-18 15:34:45.396 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:34:45.396 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:34:47.654 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:34:47.654 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:34:52.765 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:34:53.565 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:34:53.581 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:34:55.442 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:35:04.572 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:35:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:35:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:35:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585260 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993641 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:35:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@799807a4] :2025-07-18 15:35:05.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:05.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:10.909 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:35:17.655 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:35:17.655 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:35:18.730 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:35:19.921 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:35:22.386 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:35:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:35:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:35:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:35:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:35:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:25.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:35:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:35:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:35:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:35:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:35:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585280 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993661 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:35:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@187228b0] :2025-07-18 15:35:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:25.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:36.935 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:35:37.888 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3 is alive :2025-07-18 15:35:38.339 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:35:40.910 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:35:44.090 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:35:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:35:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:35:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585300 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993681 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56826cb3] :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:47.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:35:47.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:35:53.567 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:35:53.578 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:35:57.314 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2df389b3: (connection has passed maxLifetime) :2025-07-18 15:35:57.314 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (9aea8102-8814-47d1-96dd-78d7adf7bdf8) :2025-07-18 15:35:57.407 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (9aea8102-8814-47d1-96dd-78d7adf7bdf8) :2025-07-18 15:35:57.407 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:36:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:05.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:36:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:36:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585320 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993701 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:36:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:36:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@27008c2f] :2025-07-18 15:36:05.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:36:05.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:36:10.573 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e is alive :2025-07-18 15:36:10.938 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:36:12.055 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:36:17.169 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@46f6a64e: (connection has passed maxLifetime) :2025-07-18 15:36:17.169 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (50217221-2101-4935-a4b2-7c3e2e3e31e4) :2025-07-18 15:36:17.237 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (50217221-2101-4935-a4b2-7c3e2e3e31e4) :2025-07-18 15:36:17.237 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 :2025-07-18 15:36:17.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:36:17.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:36:19.824 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4328a71 is alive :2025-07-18 15:36:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:36:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:36:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:36:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:36:25.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:36:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:36:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:36:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:36:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:36:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585340 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993721 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:36:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:36:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@33eae740] :2025-07-18 15:36:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:36:25.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:36:28.937 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:36:31.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:36:36.526 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:36:40.954 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:36:43.648 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:36:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:36:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:36:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:36:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:36:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:36:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:36:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:36:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:36:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:36:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585360 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993741 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:36:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:36:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1a4f4da3] :2025-07-18 15:36:45.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:36:45.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:36:47.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:36:47.656 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:36:53.569 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:36:53.576 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:36:54.568 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4328a71: (connection has passed maxLifetime) :2025-07-18 15:36:54.568 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (0e94943e-d53e-41a2-8f82-80b26d1a4496) :2025-07-18 15:36:54.638 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (0e94943e-d53e-41a2-8f82-80b26d1a4496) :2025-07-18 15:36:54.638 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 :2025-07-18 15:37:00.479 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:37:05.102 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:05.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:37:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:37:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:37:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:37:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:37:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585380 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993761 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:37:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@34725489] :2025-07-18 15:37:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:10.973 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:37:11.627 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:37:13.265 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:37:17.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:37:17.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:37:20.402 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8 is alive :2025-07-18 15:37:25.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:37:25.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:37:25.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:37:25.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:25.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:25.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:25.393 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:25.393 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:25.393 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:37:25.393 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:37:25.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:25.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:37:25.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:37:25.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:37:25.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993781 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:37:25.398 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:25.398 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66ef3f57] :2025-07-18 15:37:25.400 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:25.400 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:33.720 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:37:40.994 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:37:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:37:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:37:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:37:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:37:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:37:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:37:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585420 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:37:45.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:45.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3edb21f3] :2025-07-18 15:37:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:45.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:47.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:37:47.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:37:49.567 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:37:50.895 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2b166bc8: (connection has passed maxLifetime) :2025-07-18 15:37:50.895 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (0f74a86e-1e6a-4817-b2a9-5c186eac1c49) :2025-07-18 15:37:50.948 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (0f74a86e-1e6a-4817-b2a9-5c186eac1c49) :2025-07-18 15:37:50.948 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 :2025-07-18 15:37:53.571 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:37:53.593 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:38:01.566 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:38:02.603 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:38:05.109 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:38:05.335 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:38:05.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:05.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:05.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:05.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:05.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:38:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:38:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:38:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:38:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:38:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585440 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993821 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:38:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:38:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3eb6bbaa] :2025-07-18 15:38:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:38:05.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:38:11.009 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:38:17.660 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:38:17.660 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:38:20.110 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:38:22.728 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d is alive :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:38:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:38:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:38:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:38:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585460 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:38:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:38:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7588654a] :2025-07-18 15:38:25.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:38:25.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:38:29.203 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:38:31.679 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:38:38.592 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:38:41.101 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:38:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:38:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:38:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:38:45.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:45.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:45.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:38:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:38:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:38:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:38:45.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:38:45.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585480 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@401183] :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:38:47.660 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:38:47.660 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:38:49.593 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:38:53.573 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:38:53.582 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:38:54.197 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:39:04.536 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:39:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:39:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:39:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:39:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:39:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:39:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585500 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:39:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f397a72] :2025-07-18 15:39:05.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:05.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:08.395 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@36196f6d: (connection has passed maxLifetime) :2025-07-18 15:39:08.395 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (05a91c27-39d4-48bf-be37-bb509cc6fa93) :2025-07-18 15:39:08.441 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (05a91c27-39d4-48bf-be37-bb509cc6fa93) :2025-07-18 15:39:08.441 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a :2025-07-18 15:39:11.079 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:39:17.661 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:39:17.661 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:39:18.291 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:39:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:39:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:39:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:25.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:39:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:39:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585520 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:39:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@658feeb] :2025-07-18 15:39:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:37.233 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:39:41.081 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:39:41.282 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa is alive :2025-07-18 15:39:41.732 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:39:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:39:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:39:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:39:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:39:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:39:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:39:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:39:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:39:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:39:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585540 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993921 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:39:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c374d46] :2025-07-18 15:39:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:45.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:46.292 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:39:47.663 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:39:47.663 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:39:47.956 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:39:53.575 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:39:53.598 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:40:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:40:05.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:40:05.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:40:05.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:40:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:40:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:40:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:40:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:40:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:40:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585560 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:40:05.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:40:05.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4c48059] :2025-07-18 15:40:05.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:40:05.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:40:08.716 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:40:08.920 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:40:09.828 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:40:11.149 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:40:16.682 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:40:17.665 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:40:17.665 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:40:20.979 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2d0db7aa: (connection has passed maxLifetime) :2025-07-18 15:40:20.980 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (39b397e4-e514-4073-9bde-2f13586e866a) :2025-07-18 15:40:21.037 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (39b397e4-e514-4073-9bde-2f13586e866a) :2025-07-18 15:40:21.037 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:40:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:40:25.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:40:25.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:25.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:25.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:25.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:40:25.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:40:25.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:40:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:40:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:40:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585580 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993961 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3bd9ec64] :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:40:25.918 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:40:39.763 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:40:41.131 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:40:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:40:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:40:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:40:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:40:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:40:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:40:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585600 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7fca2168] :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:40:47.666 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:40:47.666 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:40:52.256 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:40:53.577 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:40:53.589 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:40:57.432 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:41:04.127 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:41:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:05.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:41:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:41:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:41:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:41:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:41:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585620 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994001 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:41:05.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:05.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@31d1bdb5] :2025-07-18 15:41:05.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:05.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:11.229 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:41:17.668 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:41:17.668 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:41:23.514 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:41:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:41:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:41:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:41:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:41:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:41:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:41:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:41:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585640 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:41:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2eed2f2e] :2025-07-18 15:41:25.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:25.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:33.313 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:41:33.892 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:41:34.161 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:41:41.214 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:41:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:41:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:41:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:41:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:41:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:41:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:41:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:41:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:41:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585660 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994041 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:41:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6e63ef14] :2025-07-18 15:41:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:45.756 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:41:47.670 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:41:47.670 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:41:53.579 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:41:53.587 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:41:54.772 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:41:57.711 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:42:02.244 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76 is alive :2025-07-18 15:42:04.160 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:42:05.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:42:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:42:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:42:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:42:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:42:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585680 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994061 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:42:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4c24f52e] :2025-07-18 15:42:05.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:05.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:11.242 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:42:17.045 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:42:17.670 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:42:17.670 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:25.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:42:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:42:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585700 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994081 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:42:25.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:25.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@68b64b0b] :2025-07-18 15:42:25.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:25.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:28.680 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7ca69c76: (connection has passed maxLifetime) :2025-07-18 15:42:28.680 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (94fafd01-d260-4886-8bf5-3c5ce7dbc808) :2025-07-18 15:42:28.753 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (94fafd01-d260-4886-8bf5-3c5ce7dbc808) :2025-07-18 15:42:28.753 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 :2025-07-18 15:42:33.625 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:42:36.057 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:42:41.264 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:42:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:42:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:42:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:42:45.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:45.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:45.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:42:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:42:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:45.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:42:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:42:45.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:42:45.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:42:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:42:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:42:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585720 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994101 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:42:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@129e64df] :2025-07-18 15:42:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:47.673 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:42:47.673 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:42:50.331 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:42:53.580 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:42:53.592 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:43:00.600 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:43:05.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:05.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:05.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:05.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:43:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:43:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:05.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:43:05.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:43:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:43:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585740 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:43:05.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:43:05.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e5551fc] :2025-07-18 15:43:05.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:43:05.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:43:09.795 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:43:11.299 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:43:17.673 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:43:17.673 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:43:18.667 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:43:22.791 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:43:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:43:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:43:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:43:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:25.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:25.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:25.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:25.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:43:25.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:43:25.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994141 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:43:25.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:43:25.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56a34187] :2025-07-18 15:43:25.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:43:25.382 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:43:26.190 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:43:28.911 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:43:32.859 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:43:41.322 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:43:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:43:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:43:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:43:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:43:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:43:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:45.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:43:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:43:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:43:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:43:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:43:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585780 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:43:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:43:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12072310] :2025-07-18 15:43:45.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:43:45.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:43:46.510 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:43:47.675 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:43:47.675 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:43:53.581 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:43:53.591 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:43:57.174 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:44:05.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:44:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:44:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585800 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994181 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42bd868] :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:11.394 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:44:13.061 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:44:17.677 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:44:17.677 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:44:19.420 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:44:19.858 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:44:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:44:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:44:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:44:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:25.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:44:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:44:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585820 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994201 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@705f1dca] :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:26.335 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:44:41.377 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:44:43.228 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6 is alive :2025-07-18 15:44:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:44:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:44:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:44:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:44:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:45.376 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:45.382 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:44:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:44:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:44:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:44:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:44:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994221 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:44:45.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:45.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@587da084] :2025-07-18 15:44:45.392 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:45.392 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:47.677 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:44:47.677 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:44:52.880 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:44:53.582 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:44:53.595 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:44:56.077 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:44:59.825 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:45:04.022 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:45:04.364 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7cd8e3b6: (connection has passed maxLifetime) :2025-07-18 15:45:04.364 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (81f7cfaf-3612-4285-a399-92e61cf4f1d4) :2025-07-18 15:45:04.409 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (81f7cfaf-3612-4285-a399-92e61cf4f1d4) :2025-07-18 15:45:04.409 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:45:05.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:45:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:45:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:45:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:45:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:45:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585860 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:45:05.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:45:05.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@223c90e4] :2025-07-18 15:45:05.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:45:05.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:45:10.945 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@435559b6 is alive :2025-07-18 15:45:11.405 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:45:17.678 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:45:17.678 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:45:18.366 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:45:21.325 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:45:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:45:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:45:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:45:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:45:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:45:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:45:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:45:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:45:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:45:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:45:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:45:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:45:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:45:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585880 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994261 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:45:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:45:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@155d03b7] :2025-07-18 15:45:25.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:45:25.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:45:34.562 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@435559b6: (connection has passed maxLifetime) :2025-07-18 15:45:34.562 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (074425e8-0b02-407c-b31a-150eab61f868) :2025-07-18 15:45:34.629 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (074425e8-0b02-407c-b31a-150eab61f868) :2025-07-18 15:45:34.629 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 :2025-07-18 15:45:35.304 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:45:41.468 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:45:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:45:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:45:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:45.369 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:45.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:45:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:45:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:45:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:45:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:45:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:45:45.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:45:45.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@124803c9] :2025-07-18 15:45:45.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:45:45.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:45:47.678 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:45:47.678 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:45:49.426 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:45:53.583 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:45:53.605 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:46:03.660 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:46:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:46:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:46:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:46:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:46:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585920 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994301 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:46:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@60420b80] :2025-07-18 15:46:05.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:05.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:09.073 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:46:10.085 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:46:11.471 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:46:16.990 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:46:17.679 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:46:17.679 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:46:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:46:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:46:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:46:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:25.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:46:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:46:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:46:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:46:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:46:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994321 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:46:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@57d455e7] :2025-07-18 15:46:25.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:25.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:36.974 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:46:40.951 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:46:41.480 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:46:42.360 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:46:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:46:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:46:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:45.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:46:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:46:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994342 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:46:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3d7f1d71] :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:47.680 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:46:47.680 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:46:49.375 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:46:53.584 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:46:53.593 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:46:54.757 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:47:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:47:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:47:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:47:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:47:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:47:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:47:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:47:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994361 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:47:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:47:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64e8c7f] :2025-07-18 15:47:05.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:47:05.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:07.130 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:47:10.525 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:47:11.513 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:47:13.362 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:47:17.681 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:47:17.681 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:47:24.103 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:47:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:47:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:47:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:47:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:47:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:47:25.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:47:25.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:47:25.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:47:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:47:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:47:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:47:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:47:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:47:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586000 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:47:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:47:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a1b14e1] :2025-07-18 15:47:25.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:47:25.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:32.374 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:47:41.574 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:47:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:47:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:47:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:47:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:47:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:47:45.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:47:45.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:47:45.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:47:45.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:45.371 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:45.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:45.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:45.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:47:45.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:47:45.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:47:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:47:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:47:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994401 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:47:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:47:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@387ceadd] :2025-07-18 15:47:45.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:47:45.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:47.459 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:47:47.683 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:47:47.683 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:47:53.588 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:47:53.597 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:47:56.056 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:48:00.746 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:48:05.080 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:48:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:48:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:48:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:48:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:48:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:48:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:48:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:48:05.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:05.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:48:05.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:48:05.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:48:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:48:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:48:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586040 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:48:05.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:05.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@60a0c234] :2025-07-18 15:48:05.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:05.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:11.630 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:48:14.007 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:48:17.683 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:48:17.683 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:48:24.241 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:48:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:48:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:48:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:48:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:25.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:48:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:48:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:48:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:48:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:48:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994441 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:48:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1df8f705] :2025-07-18 15:48:25.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:25.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:28.642 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:48:34.725 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:48:41.662 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:48:45.096 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:48:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:48:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:48:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:48:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:48:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:48:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:48:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:48:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:45.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:45.382 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:48:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:48:45.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:48:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:48:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:48:45.394 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994461 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:48:45.394 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:45.394 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@62818e73] :2025-07-18 15:48:45.395 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:45.395 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:47.684 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:48:47.684 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:48:50.293 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:48:52.093 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:48:53.591 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:48:53.605 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:49:02.701 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:49:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:49:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:49:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:49:05.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:49:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:49:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:49:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:49:05.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:49:05.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@75bd3c83] :2025-07-18 15:49:05.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:49:05.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:11.651 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:49:12.904 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:49:16.259 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:49:17.687 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:49:17.687 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:49:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:49:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:49:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:49:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:49:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:49:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:49:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:49:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:49:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:49:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:49:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994501 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:49:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:49:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@730dc711] :2025-07-18 15:49:25.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:49:25.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:31.274 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:49:39.416 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:49:41.685 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:49:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:49:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:49:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:49:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:49:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:45.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:49:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:49:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:49:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:49:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2230eaec] :2025-07-18 15:49:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:49:45.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:47.697 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:49:47.697 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:49:51.043 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:49:51.409 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:49:53.591 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:49:53.602 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:50:01.091 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:50:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:50:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:50:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:50:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:50:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:50:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:50:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:50:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994541 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:50:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a94a771] :2025-07-18 15:50:05.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:05.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:07.264 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:50:11.736 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:50:14.928 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:50:17.711 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:50:17.711 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:50:20.080 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:50:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:50:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:50:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:50:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:50:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:50:25.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:50:25.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:50:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:25.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:50:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:50:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:25.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:50:25.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:50:25.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:50:25.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:50:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@77d9a50a] :2025-07-18 15:50:25.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:25.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:30.825 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:50:34.978 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:50:35.437 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:50:41.745 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:50:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:50:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:50:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994581 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1abbe4eb] :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:47.715 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:50:47.715 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:50:53.591 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:50:53.602 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:50:54.860 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:50:59.781 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:51:01.702 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7 is alive :2025-07-18 15:51:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:51:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:51:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:51:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:51:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:51:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:51:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:51:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:51:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:05.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:51:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:51:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:51:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:51:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a126ba2] :2025-07-18 15:51:05.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:51:05.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:11.774 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:51:15.081 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:51:17.722 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:51:17.722 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:51:23.773 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:51:25.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:51:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:25.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:51:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:51:25.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:51:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:51:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:51:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994621 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:51:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:51:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5dac5f31] :2025-07-18 15:51:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:51:25.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:28.084 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:51:41.828 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:51:42.084 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:51:43.373 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1e700cf7: (connection has passed maxLifetime) :2025-07-18 15:51:43.374 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d89bec7c-7990-4f58-a0d6-770f982a2702) :2025-07-18 15:51:43.436 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d89bec7c-7990-4f58-a0d6-770f982a2702) :2025-07-18 15:51:43.437 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f :2025-07-18 15:51:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:51:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:51:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:51:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:51:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:51:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:51:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994641 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:51:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:51:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@17c031ee] :2025-07-18 15:51:45.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:51:45.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:47.723 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:51:47.723 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:51:48.564 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:51:53.596 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:51:53.621 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:51:57.103 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:52:01.217 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:52:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:52:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:52:05.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:52:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:52:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:52:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:52:05.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:52:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994661 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:52:05.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:05.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@384f2c] :2025-07-18 15:52:05.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:05.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:05.440 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:52:09.555 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:52:11.842 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:52:14.261 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:52:17.736 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:52:17.736 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:52:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:52:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:52:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:25.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:25.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:52:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:52:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:52:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:52:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:52:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994681 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:52:25.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:25.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78c9d317] :2025-07-18 15:52:25.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:25.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:25.796 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:52:39.402 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:52:41.865 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:52:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:52:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:45.346 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:45.381 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:45.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:45.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:52:45.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:52:45.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:52:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:52:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:52:45.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994702 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:52:45.389 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:45.389 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3ea696a0] :2025-07-18 15:52:45.389 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:45.389 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:47.027 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:52:47.743 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:52:47.743 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:52:53.597 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:52:53.611 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:52:58.890 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:53:05.129 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:53:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:53:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:53:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:53:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:53:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:53:05.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:53:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:53:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:05.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:53:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:53:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:53:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:53:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:53:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994721 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:53:05.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:05.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59bedb08] :2025-07-18 15:53:05.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:05.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:05.671 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:53:12.215 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:53:17.751 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:53:17.751 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:53:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:53:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:53:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:53:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:53:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:53:25.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:53:25.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:53:25.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:53:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:53:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994742 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:53:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@74b24836] :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:32.785 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:53:34.733 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:53:39.602 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 15:53:41.988 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:53:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:53:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:53:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:53:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:53:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:53:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:53:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:53:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:53:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:53:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:53:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:53:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:53:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:53:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:53:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:53:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994761 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4fac655f] :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:45.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:47.508 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:53:47.755 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:53:47.755 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:53:48.305 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:53:50.793 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:53:53.112 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:53:53.609 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:53:53.623 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:54:04.089 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:54:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:54:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:54:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:54:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:54:05.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:05.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:05.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:54:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:54:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:54:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:54:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:54:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:54:05.378 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:54:05.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@286ffe83] :2025-07-18 15:54:05.379 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:54:05.379 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:12.008 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:54:16.134 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:54:17.757 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:54:17.757 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:54:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:54:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:54:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:54:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:54:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:54:25.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:54:25.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:54:25.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:54:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:25.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:54:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:54:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:54:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:54:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:54:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:54:25.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:54:25.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4f2abd5a] :2025-07-18 15:54:25.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:54:25.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:33.892 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:54:39.187 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:54:42.021 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:54:42.162 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:54:42.691 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:54:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:54:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:54:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:54:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:54:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:54:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:54:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:54:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:54:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:54:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:54:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4debb39f] :2025-07-18 15:54:45.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:54:45.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:47.758 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:54:47.758 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:54:53.609 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:54:53.616 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:55:01.049 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:55:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:55:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:55:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:55:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:55:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:55:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:55:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:55:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:55:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:55:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@364273e1] :2025-07-18 15:55:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:12.074 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:55:17.767 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:55:17.767 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:55:23.453 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:55:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:55:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:55:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:55:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:55:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:55:25.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:55:25.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:55:25.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:55:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:55:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@417dfe6b] :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:27.041 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:55:30.257 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:55:33.809 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:55:35.760 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 15:55:36.155 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:55:42.056 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:55:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:55:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:55:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:55:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:45.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:55:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:55:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:55:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:55:45.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:55:45.384 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:55:45.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:45.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7fbeeeab] :2025-07-18 15:55:45.385 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:45.385 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:47.780 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:55:47.780 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:55:49.123 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:55:53.614 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:55:53.624 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:56:00.182 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:56:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:56:05.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:56:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:56:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:56:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:56:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:56:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:56:05.374 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:56:05.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:56:05.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@31773ca9] :2025-07-18 15:56:05.375 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:56:05.375 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:06.480 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:56:12.080 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:56:17.787 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:56:17.787 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:56:19.207 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:56:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:56:25.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:56:25.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:56:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:56:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:25.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:56:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:56:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:56:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:56:25.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@370222f4] :2025-07-18 15:56:25.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:56:25.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:26.503 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:56:29.098 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:56:31.356 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:56:42.116 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:56:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:56:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:56:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:56:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:56:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:56:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:56:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:56:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:56:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:56:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:56:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:56:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1130aade] :2025-07-18 15:56:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:56:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:47.800 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:56:47.800 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:56:53.628 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:56:53.641 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:56:53.909 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:57:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:57:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:57:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:57:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:05.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:57:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:57:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@497c8d5c] :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:05.777 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:57:12.156 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:57:14.128 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:57:17.813 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:57:17.813 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:57:20.099 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:57:20.573 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:57:21.517 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:57:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:57:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:57:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:57:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:57:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:57:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1ed3f896] :2025-07-18 15:57:25.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:25.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:31.926 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 15:57:42.156 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:57:45.132 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:45.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:45.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:57:45.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:57:45.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:57:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:57:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:57:45.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:57:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2b02591d] :2025-07-18 15:57:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:47.815 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:57:47.815 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:57:50.434 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:57:53.637 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:57:53.656 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:57:56.246 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:57:56.819 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:58:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:58:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:58:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:58:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:58:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586641 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:58:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41b998ae] :2025-07-18 15:58:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:10.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 15:58:12.187 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:58:14.163 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:58:17.816 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:58:17.816 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:58:23.532 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6 is alive :2025-07-18 15:58:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:58:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:58:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:58:25.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:58:25.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:58:25.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:58:25.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:58:25.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:25.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:25.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:25.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:25.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:25.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:58:25.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:58:25.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:25.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:58:25.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:58:25.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:58:25.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586661 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995042 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:58:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@dc82c7] :2025-07-18 15:58:25.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:25.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:41.917 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:58:42.226 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:58:44.513 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 15:58:45.407 DEBUG XNIO-1 I/O-16 i.u.request: Timing out idle connection from /169.254.32.119:52122 :2025-07-18 15:58:45.461 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:58:45.461 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:58:45.461 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:58:45.462 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:58:45.464 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:58:45.464 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:58:45.465 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:58:45.465 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:45.471 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:45.479 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:45.494 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:45.494 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:45.494 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:58:45.495 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:58:45.495 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:45.505 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:58:45.505 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:58:45.505 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:58:45.505 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586681 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995062 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:58:45.506 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:45.507 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@63d8b4a3] :2025-07-18 15:58:45.507 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:45.507 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:47.816 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:58:47.816 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:58:53.639 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:58:53.650 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:59:04.832 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 15:59:05.399 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:59:05.400 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:59:05.400 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:59:05.401 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:59:05.406 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:59:05.406 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:59:05.406 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:59:05.406 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:59:05.433 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:05.445 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:05.472 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:05.472 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:05.472 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:59:05.472 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:59:05.473 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:05.479 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:59:05.480 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:59:05.480 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:59:05.480 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586701 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995082 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:59:05.481 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:59:05.481 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@404badd6] :2025-07-18 15:59:05.482 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:59:05.493 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:59:06.401 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 15:59:06.868 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 15:59:08.725 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:59:09.724 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@551a32f6: (connection has passed maxLifetime) :2025-07-18 15:59:09.725 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (e1423987-fc96-414b-bef3-15860dee876c) :2025-07-18 15:59:09.801 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (e1423987-fc96-414b-bef3-15860dee876c) :2025-07-18 15:59:09.801 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 :2025-07-18 15:59:12.218 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:59:17.817 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:59:17.817 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:59:25.379 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:59:25.380 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:59:25.380 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:59:25.380 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:59:25.382 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:59:25.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:59:25.382 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:59:25.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:59:25.387 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:25.391 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:25.405 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:25.405 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:25.405 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:59:25.405 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:59:25.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:25.692 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:59:25.693 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:59:25.693 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:59:25.693 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586721 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995102 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:59:25.694 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:59:25.694 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25a33be5] :2025-07-18 15:59:25.694 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:59:25.694 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:59:28.077 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 15:59:33.284 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 15:59:38.518 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 15:59:41.142 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 15:59:42.232 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 15:59:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:59:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 15:59:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:59:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:59:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:59:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:59:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:59:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 15:59:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:59:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:59:45.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:59:45.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c135a20] :2025-07-18 15:59:45.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:59:45.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:59:47.161 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 15:59:47.818 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:59:47.818 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:59:53.640 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 15:59:53.654 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 15:59:54.110 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 16:00:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:00:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:00:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:00:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:05.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:05.377 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:05.386 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:05.386 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:05.386 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:00:05.386 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:00:05.386 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:00:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:00:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:00:05.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995142 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:00:05.393 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:05.393 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ad142bb] :2025-07-18 16:00:05.393 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:05.394 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:08.252 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:00:12.247 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:00:17.818 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:00:17.818 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:00:23.244 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 16:00:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:00:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:00:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:00:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:00:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:00:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586781 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:00:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4fabc38e] :2025-07-18 16:00:25.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:25.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:31.440 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:00:42.284 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:00:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:00:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:00:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:00:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:00:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586801 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995182 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:00:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e7a6016] :2025-07-18 16:00:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:47.819 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:00:47.819 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:00:52.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 16:00:52.682 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0 is alive :2025-07-18 16:00:53.641 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:00:53.649 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:00:55.495 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 16:00:57.030 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:01:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:01:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:01:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:01:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:01:05.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:05.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:05.406 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:05.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:05.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:01:05.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:01:05.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586821 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995202 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2be49ff6] :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:01:09.168 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:01:10.323 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 16:01:12.297 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:01:17.820 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:01:17.820 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:01:21.095 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1eb6f5b0: (connection has passed maxLifetime) :2025-07-18 16:01:21.096 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (45b82239-4058-4e5f-99e6-3dbe0c3512e2) :2025-07-18 16:01:21.183 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (45b82239-4058-4e5f-99e6-3dbe0c3512e2) :2025-07-18 16:01:21.183 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 :2025-07-18 16:01:21.206 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:01:24.226 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:01:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:01:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:01:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:01:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:01:25.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:01:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:01:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:01:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:01:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:01:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995222 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:01:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:01:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5392eb97] :2025-07-18 16:01:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:01:25.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:01:37.153 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 16:01:37.499 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:01:37.909 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 16:01:42.333 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:01:45.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:01:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:45.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:45.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:01:45.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:01:45.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:01:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:01:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:01:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586861 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:01:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:01:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5f9c5f5d] :2025-07-18 16:01:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:01:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:01:45.407 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:01:47.822 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:01:47.822 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:01:53.641 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:01:53.651 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:02:01.977 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 16:02:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:02:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:02:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:02:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:05.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:05.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:05.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:02:05.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:02:05.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586881 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995262 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:02:05.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:05.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@72516fef] :2025-07-18 16:02:05.391 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:05.392 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:08.841 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:02:12.332 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:02:17.823 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:02:17.823 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:02:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:02:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:02:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:25.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:02:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:02:25.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:02:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:02:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:02:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:02:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@62b2bc99] :2025-07-18 16:02:25.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:25.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:35.240 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:02:37.573 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 16:02:42.331 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:02:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:02:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:02:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:02:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:02:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:45.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:45.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:02:45.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:02:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:02:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:02:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:02:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995302 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:02:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@32107fd] :2025-07-18 16:02:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:45.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:46.158 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 16:02:47.357 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 16:02:47.824 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:02:47.824 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:02:53.642 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:02:53.669 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:02:57.615 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:03:04.024 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:03:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:03:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995322 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:03:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1affba8c] :2025-07-18 16:03:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:05.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:08.536 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:03:12.346 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:03:17.824 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:03:17.824 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:03:20.374 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:03:21.718 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 16:03:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:03:25.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:25.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:03:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:03:25.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:03:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:03:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:03:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995341 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:03:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1e8609f3] :2025-07-18 16:03:25.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:25.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:27.839 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:03:33.140 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:03:33.162 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20 is alive :2025-07-18 16:03:40.717 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 16:03:42.369 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:03:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:03:45.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:03:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:03:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:03:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:03:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:03:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:03:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:03:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:03:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:03:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:03:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:03:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:03:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:03:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:03:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:03:45.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:03:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:03:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:03:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995362 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:03:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2a4c1d66] :2025-07-18 16:03:45.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:45.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:47.838 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:03:47.838 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:03:53.643 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:03:53.652 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:04:00.811 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:04:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:04:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:04:05.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:04:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:04:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:04:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587001 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:04:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:04:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4fb72d31] :2025-07-18 16:04:05.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:04:05.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:04:12.416 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:04:17.845 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:04:17.845 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:04:22.937 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@218c3695 is alive :2025-07-18 16:04:24.401 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253 is alive :2025-07-18 16:04:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:04:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:04:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:04:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:04:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:04:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:04:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:04:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:04:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:25.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:04:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:04:25.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:04:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:04:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:04:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995402 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:04:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:04:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@74b3d07a] :2025-07-18 16:04:25.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:04:25.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:04:28.289 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:04:34.087 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:04:36.829 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 16:04:42.453 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:04:45.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:45.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:45.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:45.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:45.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:04:45.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:04:45.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:04:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:04:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:04:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587041 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:04:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:04:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@755f83a1] :2025-07-18 16:04:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:04:45.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:04:45.478 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7ac50253: (connection has passed maxLifetime) :2025-07-18 16:04:45.479 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (a591a6b7-0c0a-4936-b7fa-c9373b70702e) :2025-07-18 16:04:45.540 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (a591a6b7-0c0a-4936-b7fa-c9373b70702e) :2025-07-18 16:04:45.540 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3706041a :2025-07-18 16:04:47.846 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:04:47.846 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:04:52.224 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:04:53.653 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:04:53.684 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:05:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:05:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:05:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:05:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:05:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:05:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:05:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:05:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:05:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:05:05.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995442 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:05:05.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:05.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3572d6f5] :2025-07-18 16:05:05.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:05.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:05.534 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 16:05:07.916 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:05:12.490 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:05:16.472 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@218c3695: (connection has passed maxLifetime) :2025-07-18 16:05:16.474 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ecf0607e-7eec-4bd4-a1cc-28c1d4262ef4) :2025-07-18 16:05:16.523 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:05:16.538 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ecf0607e-7eec-4bd4-a1cc-28c1d4262ef4) :2025-07-18 16:05:16.538 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 :2025-07-18 16:05:17.847 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:05:17.847 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:05:18.180 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:05:18.583 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:05:19.384 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5db87d20: (connection has passed maxLifetime) :2025-07-18 16:05:19.384 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (103cb760-5ddb-41fc-913e-7d3c7f592b6e) :2025-07-18 16:05:19.435 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (103cb760-5ddb-41fc-913e-7d3c7f592b6e) :2025-07-18 16:05:19.436 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c :2025-07-18 16:05:19.450 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:25.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:25.372 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:25.383 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:25.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:25.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:05:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:05:25.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:25.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:05:25.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:05:25.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:05:25.388 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995462 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:05:25.388 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:25.388 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1429f746] :2025-07-18 16:05:25.388 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:25.388 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:42.511 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:05:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:05:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:05:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:05:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:45.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:45.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:45.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:05:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:05:45.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:45.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:05:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:05:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:05:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:05:45.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:45.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6967c9dd] :2025-07-18 16:05:45.380 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:45.380 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:47.787 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:05:47.861 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:05:47.861 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:05:53.659 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:05:53.669 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:06:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:06:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:06:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:06:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:06:05.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:05.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:05.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:06:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:06:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:06:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:06:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:06:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995502 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:06:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:06:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69a9b21c] :2025-07-18 16:06:05.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:06:05.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:06:10.539 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:06:12.537 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:06:14.356 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:06:17.874 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:06:17.874 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:06:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:06:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:06:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:06:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:06:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:06:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:06:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:06:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:06:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:06:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:06:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:06:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:06:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:06:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:06:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:06:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b1fa1e4] :2025-07-18 16:06:25.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:06:25.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:06:27.504 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 16:06:35.998 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:06:37.856 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:06:42.521 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:06:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:06:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:06:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:06:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:06:45.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:45.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:06:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:06:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:06:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:06:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:06:45.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995542 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:06:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:06:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3f4c6486] :2025-07-18 16:06:45.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:06:45.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:06:47.883 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:06:47.883 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:06:49.353 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 16:06:53.661 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:06:53.670 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:06:58.182 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 16:07:03.831 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:07:04.446 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:07:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:07:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:07:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:07:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:07:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:07:05.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:07:05.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:07:05.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:07:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:07:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:07:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:07:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:07:05.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:07:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@504b9344] :2025-07-18 16:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:06.968 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:07:07.281 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:07:08.526 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:07:12.544 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:07:12.684 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:07:17.898 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:07:17.898 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:07:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:07:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:07:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:07:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:07:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:07:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:07:25.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:07:25.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:07:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:07:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:07:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:07:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:07:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995582 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:07:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2591b81a] :2025-07-18 16:07:25.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:25.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:35.195 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:07:42.570 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:07:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:07:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:07:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:07:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:07:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:07:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:07:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:45.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:07:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:07:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:07:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:07:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:07:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:07:45.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:45.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f31358f] :2025-07-18 16:07:45.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:45.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:46.978 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:07:47.901 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:07:47.901 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:07:53.664 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:07:53.674 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:08:04.757 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:08:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:08:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:08:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:08:05.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:05.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:08:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:08:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:08:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:08:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:08:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995622 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:08:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@455f28fd] :2025-07-18 16:08:05.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:05.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:12.619 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:08:17.916 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:08:17.916 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:08:18.171 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7 is alive :2025-07-18 16:08:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:08:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:08:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:08:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:25.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:08:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:08:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:08:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:08:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:08:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995642 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:08:25.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:25.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2dceb31a] :2025-07-18 16:08:25.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:25.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:26.494 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:08:33.159 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a is alive :2025-07-18 16:08:34.232 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:08:36.928 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64 is alive :2025-07-18 16:08:42.627 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:08:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:08:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:08:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:08:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:08:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:08:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:08:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:08:45.357 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:08:45.358 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:08:45.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:08:45.358 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:08:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:45.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:08:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:08:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:08:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:08:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:08:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995662 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:08:45.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6f7d9bec] :2025-07-18 16:08:45.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:45.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:47.920 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:08:47.920 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:08:49.451 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:08:51.123 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:08:53.669 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:08:53.688 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:08:53.793 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7eedda0a: (connection has passed maxLifetime) :2025-07-18 16:08:53.794 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (75e40c17-98e1-45d5-b532-8dae3bf258c8) :2025-07-18 16:08:53.846 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (75e40c17-98e1-45d5-b532-8dae3bf258c8) :2025-07-18 16:08:53.846 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@397c242e :2025-07-18 16:08:58.873 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:08:59.121 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:09:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:09:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:09:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:09:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:09:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:09:05.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:09:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:09:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:09:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:09:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:09:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995682 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:09:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:09:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@320c2621] :2025-07-18 16:09:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:09:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:06.648 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:09:08.840 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:09:12.688 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:09:17.930 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:09:17.930 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:09:22.212 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:09:23.425 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:09:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:09:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:09:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:09:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:09:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:09:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:09:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:09:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:09:25.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:25.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:09:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:09:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:09:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:09:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:09:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995701 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:09:25.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:09:25.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3331201e] :2025-07-18 16:09:25.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:09:25.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:41.155 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@15c3cb64: (connection has passed maxLifetime) :2025-07-18 16:09:41.157 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ac7b093e-2107-4981-9068-a54b0f02caf8) :2025-07-18 16:09:41.234 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ac7b093e-2107-4981-9068-a54b0f02caf8) :2025-07-18 16:09:41.235 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 :2025-07-18 16:09:42.721 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:09:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:09:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:09:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:09:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:09:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:45.375 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:45.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:45.393 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:09:45.393 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:09:45.393 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:45.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:09:45.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:09:45.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:09:45.397 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995722 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:09:45.397 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:09:45.397 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c4e1239] :2025-07-18 16:09:45.398 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:09:45.398 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:47.933 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:09:47.933 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:09:50.363 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:09:53.673 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:09:53.699 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:10:01.153 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2f70b7f7: (connection has passed maxLifetime) :2025-07-18 16:10:01.154 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (827f31c6-360b-4045-9707-684fb662e181) :2025-07-18 16:10:01.220 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (827f31c6-360b-4045-9707-684fb662e181) :2025-07-18 16:10:01.220 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 :2025-07-18 16:10:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:10:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:10:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:10:05.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:10:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:10:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:10:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:10:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:10:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:10:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:10:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:10:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:10:05.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995742 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:10:05.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:05.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3072c454] :2025-07-18 16:10:05.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:05.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:12.709 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:10:15.296 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:10:16.955 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:10:17.940 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:10:17.941 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:10:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:10:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:10:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:10:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:10:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:10:25.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:10:25.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:10:25.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:25.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:25.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:10:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:10:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:10:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:10:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:10:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995762 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:10:25.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:25.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@174daa64] :2025-07-18 16:10:25.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:25.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:34.463 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:10:38.417 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:10:42.747 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:10:43.874 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:10:45.015 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:10:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:10:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:10:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:10:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:10:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:10:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:10:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:10:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:10:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:45.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:10:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:10:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:10:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:10:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:10:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:10:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4aba6bf3] :2025-07-18 16:10:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:45.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:47.956 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:10:47.956 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:10:49.220 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:10:53.684 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:10:53.700 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:10:59.865 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:11:05.003 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:11:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:11:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:11:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:11:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:11:05.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:11:05.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:11:05.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:11:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:11:05.369 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:05.373 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:05.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:05.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:05.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:11:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:11:05.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:11:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:11:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:11:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995802 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:11:05.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:11:05.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a2896ae] :2025-07-18 16:11:05.386 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:11:05.386 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:11:06.020 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:11:12.522 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:11:12.766 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:11:17.961 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:11:17.961 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:11:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:11:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:11:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:11:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:11:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:11:25.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:11:25.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:11:25.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:11:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:25.368 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:25.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:11:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:11:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:11:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:11:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:11:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:11:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:11:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1fb5b0fc] :2025-07-18 16:11:25.375 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:11:25.375 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:11:39.595 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:11:40.696 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:11:42.807 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:11:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:11:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:11:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:11:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:11:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:11:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:11:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:11:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:11:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:45.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:11:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:11:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:11:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:11:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:11:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995842 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:11:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:11:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@536ba25c] :2025-07-18 16:11:45.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:11:45.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:11:47.966 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:11:47.966 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:11:51.517 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:11:53.689 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:11:53.700 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:12:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:12:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:12:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:12:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:12:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:12:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:12:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:12:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:12:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:12:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:12:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:12:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:12:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995862 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:12:05.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:05.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@f69fa81] :2025-07-18 16:12:05.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:05.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:07.420 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:12:09.643 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:12:12.823 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:12:17.975 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:12:17.975 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:12:19.477 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:12:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:12:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:12:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:12:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:12:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:12:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:12:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:12:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:12:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:12:25.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:12:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:12:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:12:25.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995882 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:12:25.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:25.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@44b4c2ae] :2025-07-18 16:12:25.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:25.376 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:25.704 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:12:36.188 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:12:36.310 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:12:36.795 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:12:39.569 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@38805c51 is alive :2025-07-18 16:12:42.891 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:12:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:12:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:12:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:12:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:45.347 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:45.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:45.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:12:45.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:12:45.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995902 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:12:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7622ec87] :2025-07-18 16:12:45.378 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:45.378 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:47.976 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:12:47.976 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:12:53.700 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:12:53.901 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:13:01.159 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:13:03.305 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:13:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:13:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:13:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:13:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:13:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:13:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:13:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:13:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:13:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:13:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:13:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4b0f0976] :2025-07-18 16:13:05.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:05.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:05.390 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:13:12.895 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:13:17.988 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:13:17.988 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:13:20.885 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@38805c51: (connection has passed maxLifetime) :2025-07-18 16:13:20.885 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (92bf7676-9c1b-48f5-b522-7eb22c6f043e) :2025-07-18 16:13:21.002 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (92bf7676-9c1b-48f5-b522-7eb22c6f043e) :2025-07-18 16:13:21.002 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c :2025-07-18 16:13:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:13:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:13:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:13:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:13:25.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:13:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:13:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995942 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@22f86be2] :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:30.541 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:13:37.961 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:13:41.810 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:13:42.883 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:13:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:13:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:13:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:13:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:13:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:13:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:13:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:13:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:13:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:13:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:13:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:13:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:13:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:13:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:13:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:13:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:13:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:13:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:13:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:13:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:13:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6fa1c02a] :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:47.992 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:13:47.992 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:13:53.713 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:13:53.723 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:13:56.640 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:13:57.886 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:14:04.499 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:14:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:14:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:14:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:14:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:14:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:14:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:14:05.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:14:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:14:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:14:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995982 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:14:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c634f64] :2025-07-18 16:14:05.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:05.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:12.753 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:14:12.909 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:14:12.993 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:14:18.002 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:14:18.002 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:14:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:14:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:14:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:25.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:25.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:14:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:14:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:14:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:14:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:14:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:14:25.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:25.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@29ba4462] :2025-07-18 16:14:25.381 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:25.381 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:26.216 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:14:27.349 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:14:42.929 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:14:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:14:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:14:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:14:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:14:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:45.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:14:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:14:45.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587641 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996022 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:14:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:45.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@60eb6ddb] :2025-07-18 16:14:45.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:45.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:48.008 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:14:48.008 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:14:52.306 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:14:53.722 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:14:53.738 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:14:57.313 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:15:04.765 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:05.371 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:05.380 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:05.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:15:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:15:05.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:15:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:15:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:15:05.385 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587661 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996042 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:15:05.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:05.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@71f9a099] :2025-07-18 16:15:05.386 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:05.386 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:12.990 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:15:13.979 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:15:18.018 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:15:18.018 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:15:21.183 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:15:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:15:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:15:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:15:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:25.367 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:25.386 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:25.398 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:25.398 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:25.398 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:15:25.399 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:15:25.399 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:25.459 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:15:25.459 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:15:25.459 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:15:25.459 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587681 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996062 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:15:25.459 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:25.460 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4518c81c] :2025-07-18 16:15:25.460 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:25.460 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:32.094 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:15:36.334 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:15:42.982 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:15:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:15:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:15:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:15:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:15:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:15:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:45.346 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:15:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:15:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:15:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:15:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:15:45.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587701 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996082 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:15:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19180dc4] :2025-07-18 16:15:45.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:45.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:46.925 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:15:48.029 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:15:48.029 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:15:48.350 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:15:49.200 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:15:49.516 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:15:53.727 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:15:53.758 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:16:00.280 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:16:05.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:16:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:16:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:16:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:16:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:16:05.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587721 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996102 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:16:05.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:05.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19c24b53] :2025-07-18 16:16:05.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:05.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:12.999 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:16:15.153 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:16:18.040 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:16:18.040 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:16:18.516 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:16:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:16:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:16:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:25.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:25.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:25.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:16:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:16:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:16:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:16:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:16:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996122 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:16:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@689572ce] :2025-07-18 16:16:25.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:25.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:39.449 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:16:43.017 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:45.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:45.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:45.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:45.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:45.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:16:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:16:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:16:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:16:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:16:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996142 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:16:45.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:45.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2d7d3afc] :2025-07-18 16:16:45.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:45.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:48.042 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:16:48.042 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:16:53.468 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f is alive :2025-07-18 16:16:53.729 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:16:53.743 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:17:02.557 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:17:04.144 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:17:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:17:05.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:17:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:17:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:17:05.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587781 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996162 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:17:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:05.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7b7b7fe5] :2025-07-18 16:17:05.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:05.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:06.961 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:17:13.044 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:17:18.054 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:17:18.054 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:17:22.387 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:17:25.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:17:25.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:17:25.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:17:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:25.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:25.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:25.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:17:25.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:17:25.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:17:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:17:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:17:25.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587801 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996182 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:17:25.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:25.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@53d25cc6] :2025-07-18 16:17:25.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:25.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:25.635 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:17:28.565 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:17:34.526 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:17:34.708 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:17:37.951 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1f848f5f: (connection has passed maxLifetime) :2025-07-18 16:17:37.952 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (3cb4ea56-45db-4027-b155-84f410700725) :2025-07-18 16:17:38.021 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (3cb4ea56-45db-4027-b155-84f410700725) :2025-07-18 16:17:38.021 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c :2025-07-18 16:17:38.820 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:17:43.136 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:17:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:17:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:17:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:17:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:17:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:17:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:45.343 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:17:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:17:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:17:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:17:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:17:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:17:45.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:17:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:17:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:17:45.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587821 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996202 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:17:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c28f154] :2025-07-18 16:17:45.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:45.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:47.582 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:17:48.063 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:17:48.063 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:17:52.716 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:17:53.734 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:17:53.748 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:18:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:18:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:18:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:18:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:18:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:18:05.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:18:05.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:18:05.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:05.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:05.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:18:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:18:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:18:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:18:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:18:05.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996222 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:18:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7de52ca] :2025-07-18 16:18:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:09.678 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:18:13.069 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:18:16.101 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:18:18.074 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:18:18.074 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:18:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:18:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:18:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:18:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:18:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:18:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:18:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:18:25.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:18:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:18:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:18:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:18:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:18:25.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587861 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996242 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:18:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4446aea4] :2025-07-18 16:18:25.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:25.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:43.106 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:18:44.055 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:18:45.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:18:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:18:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:18:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587881 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996262 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:18:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2bc693f1] :2025-07-18 16:18:45.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:45.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:48.090 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:18:48.090 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:18:53.736 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:18:53.753 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:18:59.940 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:19:02.074 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:19:03.531 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:19:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:19:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:19:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:19:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:19:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:19:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:19:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:19:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:19:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:19:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:19:05.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996282 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:19:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:19:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19fb5e69] :2025-07-18 16:19:05.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:19:05.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:19:09.542 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:19:12.688 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:19:13.114 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:19:18.102 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:19:18.102 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:19:19.539 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:19:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:19:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:19:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:19:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:19:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:19:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:19:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:19:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:19:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:25.366 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:25.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:25.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:25.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:19:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:19:25.378 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:25.390 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:19:25.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:19:25.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:19:25.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996302 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:19:25.391 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:19:25.391 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1be5b721] :2025-07-18 16:19:25.391 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:19:25.391 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:19:29.283 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:19:29.733 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:19:33.074 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:19:34.882 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:19:36.614 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:19:43.163 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:19:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:19:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:19:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:19:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:19:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:19:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:19:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:19:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:19:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:19:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:19:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:19:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:19:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:19:45.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996322 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:19:45.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:19:45.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4351396d] :2025-07-18 16:19:45.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:19:45.380 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:19:48.106 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:19:48.106 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:19:53.744 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:19:53.756 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:20:00.840 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:20:01.105 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:20:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:20:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:20:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:20:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:20:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:20:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:20:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:20:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:20:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:20:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:20:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:20:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:20:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996342 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:20:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1aed5947] :2025-07-18 16:20:05.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:05.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:13.160 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:20:18.109 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:20:18.109 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:20:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:20:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:20:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:20:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:25.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:25.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:25.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:25.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:20:25.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:20:25.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:20:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:20:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:20:25.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996362 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:20:25.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:25.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@306d4e45] :2025-07-18 16:20:25.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:25.381 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:30.987 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:20:38.507 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:20:43.186 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:20:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:20:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:20:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:20:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:20:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:20:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:20:45.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:20:45.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588001 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996382 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:20:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@50fa6cfc] :2025-07-18 16:20:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:48.111 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:20:48.111 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:20:52.910 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:20:53.758 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:20:53.768 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:20:57.112 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:21:02.896 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:21:02.975 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:21:04.550 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:21:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:21:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:21:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:21:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:21:05.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:05.381 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:05.406 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:05.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:05.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:21:05.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:21:05.406 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:05.410 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:21:05.410 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:21:05.410 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:21:05.410 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996402 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:21:05.411 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:21:05.411 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@48fce7be] :2025-07-18 16:21:05.411 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:21:05.411 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:21:13.249 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:21:18.126 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:21:18.126 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:21:19.739 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:21:21.442 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:21:22.179 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:21:24.296 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:21:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:21:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:21:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:21:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:21:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:21:25.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:21:25.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:21:25.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:21:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:25.379 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:25.384 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:25.384 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:25.384 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:21:25.384 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:21:25.384 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:25.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:21:25.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:21:25.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:21:25.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588041 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996422 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:21:25.392 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:21:25.392 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@276a1439] :2025-07-18 16:21:25.392 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:21:25.392 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:21:31.427 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:21:43.324 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:21:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:21:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:21:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:21:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:21:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:45.382 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:45.389 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:45.389 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:45.389 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:21:45.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:21:45.389 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:21:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:21:45.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:21:45.392 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996442 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c56a70] :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:21:47.516 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:21:48.133 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:21:48.133 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:21:52.020 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:21:53.764 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:21:53.777 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:22:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:22:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:22:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:22:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:22:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:22:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:22:05.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:22:05.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:05.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:05.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:05.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:22:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:22:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:22:05.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:22:05.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:22:05.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996462 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:22:05.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:05.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7adc572c] :2025-07-18 16:22:05.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:05.383 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:12.370 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:22:13.331 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:22:14.949 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:22:18.149 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:22:18.149 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:22:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:22:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:22:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:22:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:22:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:25.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:22:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:22:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:22:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996482 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@8b38e51] :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:37.999 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:22:43.553 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:22:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:45.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:22:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:22:45.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:22:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:22:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:22:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996502 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:22:45.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:45.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ac9c6b5] :2025-07-18 16:22:45.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:45.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:45.878 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:22:48.150 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:22:48.150 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:22:49.574 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:22:53.276 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:22:53.770 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:22:53.779 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:23:02.266 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9 is alive :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:23:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:23:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:23:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:23:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:23:05.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996522 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@750eca62] :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:23:05.415 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:23:09.479 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:23:10.207 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:23:13.152 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:23:13.598 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:23:18.155 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:23:18.155 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:23:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:23:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:23:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:23:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:23:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:23:25.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:23:25.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:23:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:23:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:23:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:23:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:23:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:23:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:23:25.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996542 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:23:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:23:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1ba4058f] :2025-07-18 16:23:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:23:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:23:29.789 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:23:34.765 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:23:43.193 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:23:43.627 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:23:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:23:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:23:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:23:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:23:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:45.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:23:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:23:45.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:45.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:23:45.375 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:23:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:23:45.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:23:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:23:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d65c33d] :2025-07-18 16:23:45.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:23:45.376 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:23:48.157 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:23:48.157 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:23:51.394 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:23:53.782 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:23:53.798 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:23:59.410 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:24:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:24:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:24:05.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:24:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:24:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:24:05.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:24:05.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:24:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:24:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:24:05.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:24:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:24:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:24:05.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996582 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:24:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@39b1b3fc] :2025-07-18 16:24:05.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:05.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:13.671 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:24:18.167 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:24:18.167 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:24:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:24:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:24:25.373 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:24:25.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:24:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:24:25.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:24:25.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:25.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42db30cf] :2025-07-18 16:24:25.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:25.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:28.407 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:24:34.579 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:24:38.852 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:24:43.569 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:24:43.671 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:24:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:24:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:24:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:24:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:24:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:24:45.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996622 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:24:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5430dd5b] :2025-07-18 16:24:45.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:45.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:48.170 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:24:48.170 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:24:53.798 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:24:53.808 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:24:56.950 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:24:57.864 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:24:59.343 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5b8cf9f9: (connection has passed maxLifetime) :2025-07-18 16:24:59.344 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d0a4e424-6689-4061-9466-b62dc9526db5) :2025-07-18 16:24:59.429 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d0a4e424-6689-4061-9466-b62dc9526db5) :2025-07-18 16:24:59.429 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 :2025-07-18 16:25:00.674 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:25:04.874 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:25:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:25:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:25:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:25:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:25:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:25:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:25:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:25:05.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:25:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:25:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:25:05.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996642 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:25:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:25:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@49930a2a] :2025-07-18 16:25:05.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:25:05.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:25:13.689 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:25:18.179 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:25:18.179 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:25:25.444 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:25.452 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:25.459 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:25.459 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:25.459 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:25:25.459 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:25:25.459 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:25.462 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:25:25.462 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:25:25.463 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:25:25.463 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996662 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:25:25.463 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:25:25.463 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@51b0252e] :2025-07-18 16:25:25.463 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:25:25.463 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:25:26.820 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:25:27.841 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:25:28.148 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:25:34.374 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:25:43.718 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:25:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:25:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:25:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:25:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:25:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:25:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:25:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:25:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:25:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:25:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:25:45.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:25:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:25:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:25:45.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996682 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:25:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:25:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b2b5c00] :2025-07-18 16:25:45.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:25:45.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:25:48.182 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:25:48.182 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:25:53.812 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:25:53.822 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:25:56.210 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:26:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:26:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:26:05.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:26:05.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:26:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:26:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:26:05.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996702 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:26:05.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:05.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@55746ce9] :2025-07-18 16:26:05.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:05.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:13.751 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:26:18.194 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:26:18.194 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:26:19.584 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:26:23.086 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:26:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:26:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:26:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:26:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:26:25.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996722 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@e868b02] :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:31.976 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:26:33.851 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:26:38.029 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:26:43.826 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:26:44.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:26:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:45.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:26:45.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:26:45.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:26:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:26:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:26:45.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996742 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:26:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:26:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:26:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:26:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2515c947] :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:48.195 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:26:48.195 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:26:48.808 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:26:51.134 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:26:53.823 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:26:53.834 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:26:56.582 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:27:04.275 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7 is alive :2025-07-18 16:27:05.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:27:05.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:27:05.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:27:05.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:27:05.339 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:05.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:05.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:05.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:05.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:27:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:27:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996762 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:27:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:27:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c000654] :2025-07-18 16:27:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:27:05.352 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:27:13.814 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:27:15.050 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:27:18.196 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:27:18.196 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:27:25.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:25.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:25.346 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:25.346 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:25.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:27:25.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:27:25.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:27:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:27:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:27:25.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:27:25.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:27:25.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a5323ec] :2025-07-18 16:27:25.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:27:25.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:27:25.536 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:27:26.506 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:27:27.480 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@762f6dd7: (connection has passed maxLifetime) :2025-07-18 16:27:27.480 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (16009d3c-4901-4a65-ad54-613e540c9e82) :2025-07-18 16:27:27.524 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (16009d3c-4901-4a65-ad54-613e540c9e82) :2025-07-18 16:27:27.524 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 :2025-07-18 16:27:38.867 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:27:43.813 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:27:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:27:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:27:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:27:45.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:27:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:27:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:27:45.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996802 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:27:45.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:27:45.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a45382d] :2025-07-18 16:27:45.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:27:45.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:27:48.198 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:27:48.198 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:27:53.824 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:27:53.834 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:28:04.590 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:28:04.989 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:05.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:05.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:05.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:28:05.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:28:05.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:28:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:28:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:28:05.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:28:05.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:05.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c2fac25] :2025-07-18 16:28:05.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:05.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:13.829 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:28:16.617 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:28:18.199 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:28:18.199 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:28:24.136 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:28:24.942 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:28:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:28:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:28:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:28:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:28:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:28:25.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:28:25.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:28:25.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:25.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:28:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:28:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:28:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:28:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:28:25.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996842 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:28:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64c29675] :2025-07-18 16:28:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:25.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:31.521 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@19f76707 is alive :2025-07-18 16:28:34.307 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:28:41.664 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3706041a is alive :2025-07-18 16:28:43.847 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:28:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:28:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:28:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:28:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:28:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:28:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:45.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:28:45.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:28:45.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:28:45.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996862 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:28:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@30b59f2e] :2025-07-18 16:28:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:48.200 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:28:48.200 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:28:48.291 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:28:53.826 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:28:53.837 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:29:01.700 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:29:01.762 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@19f76707: (connection has passed maxLifetime) :2025-07-18 16:29:01.762 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (8532f3c6-e922-4baf-bade-3808133736c9) :2025-07-18 16:29:02.122 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (8532f3c6-e922-4baf-bade-3808133736c9) :2025-07-18 16:29:02.122 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d :2025-07-18 16:29:03.639 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:29:05.364 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:29:05.364 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:29:05.364 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:05.369 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:05.375 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:05.380 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:29:05.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:29:05.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:29:05.396 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996882 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7cae091] :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:13.877 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:29:16.698 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:29:18.201 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:29:18.201 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:29:24.861 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:29:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:29:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:29:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:29:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:29:25.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996902 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:29:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@36e431be] :2025-07-18 16:29:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:25.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:29.985 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:29:43.909 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:29:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:29:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:29:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:45.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:45.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:45.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:45.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:29:45.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:29:45.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:45.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:29:45.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:29:45.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:29:45.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d550d59] :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:29:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:48.202 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:29:48.202 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:29:49.591 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:29:53.226 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:29:53.826 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:29:53.840 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:29:55.203 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:30:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:30:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:30:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:30:05.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:30:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:30:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:30:05.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996942 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:30:05.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:30:05.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@660a568a] :2025-07-18 16:30:05.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:30:05.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:30:13.697 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@3706041a: (connection has passed maxLifetime) :2025-07-18 16:30:13.697 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (f983da5c-dd15-4551-bd6d-5db2a3ceddcc) :2025-07-18 16:30:13.763 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (f983da5c-dd15-4551-bd6d-5db2a3ceddcc) :2025-07-18 16:30:13.763 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 :2025-07-18 16:30:13.954 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:30:14.429 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:30:17.907 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:30:18.202 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:30:18.202 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:30:19.916 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:30:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:30:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:30:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:30:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:30:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:30:25.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:30:25.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:30:25.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:30:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:30:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:30:25.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:30:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:30:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:30:25.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:30:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:30:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ab7702c] :2025-07-18 16:30:25.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:30:25.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:30:39.749 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:30:40.000 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:30:43.927 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:30:44.490 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:30:45.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:45.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:30:45.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:30:45.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:30:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:30:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:30:45.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996982 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:30:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:30:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19b39fdf] :2025-07-18 16:30:45.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:30:45.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:30:47.736 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:30:48.203 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:30:48.203 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:30:53.828 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:30:53.841 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:31:05.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:05.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:31:05.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:05.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:05.338 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:05.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:05.346 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:05.346 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:05.346 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:05.346 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:05.346 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:31:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:05.348 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:05.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:05.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f5bb81e] :2025-07-18 16:31:05.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:05.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:08.056 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:31:13.936 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:31:13.971 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:15.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:15.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:15.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:15.381 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:15.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:15.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:15.381 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:15.382 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:15.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:15.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:31:15.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:15.387 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588631 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997012 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:15.387 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:15.387 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6534c720] :2025-07-18 16:31:15.387 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:15.387 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:18.204 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:31:18.204 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:31:23.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:31:33.789 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:31:34.595 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:31:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:31:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:35.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:35.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:35.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:35.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:31:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588651 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997032 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@140fec6] :2025-07-18 16:31:35.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:35.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:38.234 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:31:43.967 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:48.204 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:31:48.204 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:31:53.829 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:31:53.864 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:31:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:31:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:55.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:55.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:55.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:55.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:55.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:55.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:55.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:55.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:55.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:55.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:55.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:55.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:55.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:31:55.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:55.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588671 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997052 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:55.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:55.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66cbda80] :2025-07-18 16:31:55.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:55.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:56.798 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:32:02.095 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:32:04.717 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@32b29874 is alive :2025-07-18 16:32:10.873 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:32:13.973 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:32:15.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:32:15.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:32:15.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:32:15.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:32:15.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:32:15.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:32:15.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:32:15.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:15.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:15.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:15.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:32:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:32:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:32:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:32:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:32:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588691 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997072 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:32:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d0524df] :2025-07-18 16:32:15.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:15.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:15.863 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:32:18.206 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:32:18.206 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:32:26.860 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:32:28.712 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:32:31.707 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:32:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:32:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:32:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:32:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:32:35.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:32:35.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:32:35.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:32:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:35.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:35.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:32:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:32:35.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:32:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:32:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:32:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588711 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997092 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:32:35.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:35.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1729d988] :2025-07-18 16:32:35.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:35.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:43.987 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:48.206 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:32:48.206 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:32:51.791 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:32:53.830 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:32:53.847 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:32:55.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:32:55.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:32:55.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:32:55.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:32:55.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:32:55.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:32:55.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:32:55.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:55.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:55.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:55.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:32:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:32:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:32:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:32:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:32:55.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588731 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997112 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:32:55.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:55.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64ea147a] :2025-07-18 16:32:55.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:55.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:59.218 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@397c242e is alive :2025-07-18 16:33:12.379 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:33:13.997 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:33:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:33:15.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:33:15.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:15.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:15.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:33:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:33:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:15.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:33:15.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:33:15.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:33:15.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588751 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997132 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:33:15.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:33:15.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@663e22af] :2025-07-18 16:33:15.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:33:15.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:33:18.207 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:33:18.207 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:33:19.598 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c is alive :2025-07-18 16:33:21.545 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:33:21.577 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:33:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:33:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:33:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:33:35.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:33:35.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:33:35.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:33:35.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:33:35.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:33:35.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:35.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:35.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:33:35.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:33:35.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:33:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:33:35.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:33:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588771 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997152 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:33:35.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:33:35.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@10e8ff58] :2025-07-18 16:33:35.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:33:35.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:33:39.841 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:33:44.498 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:33:44.628 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@32b29874: (connection has passed maxLifetime) :2025-07-18 16:33:44.628 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d4708d68-3c8e-4f47-b10d-f46e35c8ea59) :2025-07-18 16:33:44.684 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d4708d68-3c8e-4f47-b10d-f46e35c8ea59) :2025-07-18 16:33:44.684 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e :2025-07-18 16:33:46.701 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:33:48.209 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:33:48.209 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:33:51.974 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:33:53.830 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:33:53.844 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:33:55.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:33:55.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:33:55.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:33:55.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:33:55.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:33:55.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:33:55.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:33:55.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:33:55.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:33:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:33:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:33:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:33:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:33:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588791 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997172 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:33:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:33:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@690fe742] :2025-07-18 16:33:55.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:33:55.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:03.847 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:34:09.240 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:34:13.942 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:34:14.259 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:34:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:34:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:34:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:34:15.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:34:15.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:34:15.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:34:15.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:34:15.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:15.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:15.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:15.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:34:15.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:34:15.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:15.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:34:15.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:34:15.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:34:15.380 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588811 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997192 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:34:15.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:15.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@335bba33] :2025-07-18 16:34:15.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:15.380 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:18.210 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:34:18.210 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:34:21.621 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@397c242e: (connection has passed maxLifetime) :2025-07-18 16:34:21.621 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (c057a270-9873-4a0e-a7fb-42c09235a04a) :2025-07-18 16:34:21.730 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (c057a270-9873-4a0e-a7fb-42c09235a04a) :2025-07-18 16:34:21.730 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 :2025-07-18 16:34:23.423 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:34:35.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:34:35.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:34:35.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:34:35.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:34:35.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:34:35.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:34:35.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:34:35.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:35.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:35.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:34:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:34:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:34:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:34:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:34:35.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588831 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997212 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:34:35.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:35.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@13defe8a] :2025-07-18 16:34:35.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:35.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:42.133 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:34:44.273 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:48.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:34:48.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:34:50.965 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:34:52.267 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@58ca6d3c: (connection has passed maxLifetime) :2025-07-18 16:34:52.267 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (ab4ebbc8-c84e-4779-932f-dc8778ee6643) :2025-07-18 16:34:52.322 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (ab4ebbc8-c84e-4779-932f-dc8778ee6643) :2025-07-18 16:34:52.322 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d :2025-07-18 16:34:53.833 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:34:53.846 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:34:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:34:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:34:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:34:55.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:34:55.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:34:55.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:34:55.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:34:55.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:55.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:55.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:55.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:34:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:34:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:34:55.371 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:34:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:34:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588851 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997232 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:34:55.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:55.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@21b63c8e] :2025-07-18 16:34:55.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:55.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:35:08.418 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:35:14.327 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:35:15.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:35:15.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:35:15.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:35:15.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:35:15.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:35:15.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:35:15.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:35:15.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:35:15.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:35:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:35:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:35:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:35:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:35:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588871 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997252 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:35:15.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:35:15.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5839a7fa] :2025-07-18 16:35:15.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:35:15.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:35:18.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:35:18.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:35:19.930 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0 is alive :2025-07-18 16:35:22.877 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:35:28.087 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:35:29.589 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:35:34.580 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:35:35.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:35:35.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:35.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:35.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:35:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:35:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:35:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:35:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:35:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588891 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997272 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:35:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:35:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@48728f39] :2025-07-18 16:35:35.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:35:35.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:35:44.318 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:35:48.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:35:48.211 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:35:51.607 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:35:53.833 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:35:53.861 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:35:55.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:35:55.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:35:55.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:35:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:35:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:35:55.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:35:55.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:35:55.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:35:55.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:55.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:35:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:35:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:35:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:35:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:35:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588911 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997292 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:35:55.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:35:55.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25ab6a6f] :2025-07-18 16:35:55.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:35:55.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:35:56.811 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c is alive :2025-07-18 16:35:58.445 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:36:06.820 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:36:14.328 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:36:15.135 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:36:15.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:36:15.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:36:15.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:36:15.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:36:15.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:36:15.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:36:15.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:36:15.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:15.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:15.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:15.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:36:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:36:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:36:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:36:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:36:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588931 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997312 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:36:15.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:15.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@30d23ead] :2025-07-18 16:36:15.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:15.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:18.213 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:36:18.213 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:36:28.360 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:36:29.551 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:36:31.015 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:36:35.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:36:35.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:35.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:35.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:35.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:36:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:36:35.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:36:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:36:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:36:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588951 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997332 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:36:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3f36aa3a] :2025-07-18 16:36:35.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:35.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:44.359 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:36:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:45.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:48.213 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:36:48.213 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:36:53.106 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:36:53.834 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:36:53.850 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:36:55.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:36:55.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:36:55.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:36:55.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:36:55.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:36:55.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:36:55.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:36:55.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:55.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:55.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:36:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:36:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:36:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:36:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:36:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588971 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997352 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:36:55.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:55.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41779917] :2025-07-18 16:36:55.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:55.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:04.198 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:37:05.928 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:37:06.628 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5290ed9c: (connection has passed maxLifetime) :2025-07-18 16:37:06.629 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (3b31a1ed-c75c-45bc-b64b-e07c515b101c) :2025-07-18 16:37:06.680 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (3b31a1ed-c75c-45bc-b64b-e07c515b101c) :2025-07-18 16:37:06.680 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 :2025-07-18 16:37:07.297 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6f3598d0: (connection has passed maxLifetime) :2025-07-18 16:37:07.297 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (4f98e7c6-366a-4309-addb-f6a81ca31ac5) :2025-07-18 16:37:07.361 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (4f98e7c6-366a-4309-addb-f6a81ca31ac5) :2025-07-18 16:37:07.361 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@256070ab :2025-07-18 16:37:14.379 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:37:14.505 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:37:15.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:37:15.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:37:15.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:15.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:37:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:37:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:37:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:37:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:37:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588991 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997372 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:37:15.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:37:15.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@68fb40e0] :2025-07-18 16:37:15.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:37:15.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:17.225 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:37:18.218 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:37:18.218 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:37:33.980 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:37:35.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:37:35.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:37:35.339 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:35.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:35.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:37:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:37:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:37:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:37:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:37:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589011 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997392 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:37:35.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:37:35.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@562cf333] :2025-07-18 16:37:35.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:37:35.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:43.368 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:37:44.395 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:37:48.220 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:37:48.220 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:37:51.912 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:37:53.837 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:37:53.853 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:37:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:37:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:37:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:37:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:37:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:37:55.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:37:55.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:37:55.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:37:55.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:55.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:55.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:37:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:37:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:37:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:37:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:37:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589031 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997412 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:37:55.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:37:55.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@dad5515] :2025-07-18 16:37:55.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:37:55.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:06.720 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:38:06.846 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:38:08.140 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:38:09.709 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:38:14.456 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:38:15.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:38:15.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:38:15.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:38:15.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:38:15.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:38:15.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:38:15.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:38:15.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:15.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:15.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:15.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:38:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:38:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:38:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:38:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:38:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589051 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997432 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:38:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@18bb92be] :2025-07-18 16:38:15.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:15.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:18.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:38:18.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:38:32.106 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:38:35.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:38:35.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:38:35.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:38:35.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:38:35.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:38:35.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:38:35.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:38:35.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:35.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:35.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:38:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:38:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:38:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:38:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:38:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589071 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997452 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:38:35.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:35.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@49a3f3f1] :2025-07-18 16:38:35.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:35.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:40.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:38:42.921 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:38:44.439 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:48.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:38:48.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:38:48.970 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:38:53.837 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:38:53.847 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:38:55.334 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:38:55.334 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:38:55.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:38:55.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:38:55.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:38:55.336 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:38:55.336 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:38:55.336 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:55.338 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:55.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:38:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:38:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:38:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:38:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:38:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589091 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997472 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:38:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@787d80] :2025-07-18 16:38:55.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:55.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:59.413 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:39:00.816 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:39:03.797 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:39:14.465 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:39:15.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:39:15.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:39:15.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:39:15.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:39:15.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:39:15.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:39:15.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:39:15.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:39:15.338 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:15.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:39:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:39:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:39:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:39:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:39:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589111 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997492 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:39:15.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:39:15.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@fdb4e66] :2025-07-18 16:39:15.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:39:15.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:39:16.349 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:39:18.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:39:18.221 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:39:27.787 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:39:35.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:39:35.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:39:35.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:35.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:35.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:39:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:39:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:39:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:39:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:39:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589131 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997512 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:39:35.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:39:35.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4019d53c] :2025-07-18 16:39:35.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:39:35.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:39:37.003 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:39:44.470 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:39:46.726 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:39:48.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:39:48.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:39:48.400 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:39:53.838 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:39:53.849 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:39:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:39:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:39:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:39:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:39:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:39:55.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:39:55.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:39:55.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:39:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:55.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:39:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:39:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:39:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:39:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:39:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589151 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997532 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:39:55.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:39:55.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ae5596e] :2025-07-18 16:39:55.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:39:55.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:39:57.078 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:39:58.556 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c is alive :2025-07-18 16:40:12.518 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7a77408c: (connection has passed maxLifetime) :2025-07-18 16:40:12.518 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (4753258b-072d-4753-8ebd-5a879b3d8f99) :2025-07-18 16:40:12.568 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (4753258b-072d-4753-8ebd-5a879b3d8f99) :2025-07-18 16:40:12.568 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 :2025-07-18 16:40:14.496 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:40:15.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:15.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:15.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:40:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:40:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:40:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:40:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:40:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589171 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997552 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:40:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6bb50e3e] :2025-07-18 16:40:15.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:15.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:16.418 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:40:18.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:40:18.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:40:19.150 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:40:24.379 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:40:32.006 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:40:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:40:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:40:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:40:35.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:40:35.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:40:35.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:40:35.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:40:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:35.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:35.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:40:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:40:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:40:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:40:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:40:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589191 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997572 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:40:35.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:35.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@18329142] :2025-07-18 16:40:35.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:35.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:44.318 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:40:44.507 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:40:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:48.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:40:48.223 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:40:51.177 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:40:53.840 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:40:53.854 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:40:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:40:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:40:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:40:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:40:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:40:55.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:40:55.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:40:55.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:55.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:55.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:40:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:40:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:40:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:40:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:40:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589211 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997592 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:40:55.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:55.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@74318b05] :2025-07-18 16:40:55.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:55.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:58.717 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:41:00.232 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:41:14.521 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:41:15.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:41:15.338 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:15.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:15.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:15.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:15.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:41:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:41:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:41:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:41:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:41:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589231 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997612 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:41:15.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:41:15.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1af527bb] :2025-07-18 16:41:15.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:41:15.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:41:18.104 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:41:18.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:41:18.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:41:22.097 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:41:25.313 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:41:27.092 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:41:35.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:41:35.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:35.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:41:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:41:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:41:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:41:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:41:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589251 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997632 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:41:35.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:41:35.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5d081c43] :2025-07-18 16:41:35.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:41:35.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:41:41.261 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:41:44.543 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:41:48.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:41:48.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:41:52.528 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:41:53.842 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:41:53.853 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:41:55.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:41:55.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:55.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:41:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:41:55.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:55.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:41:55.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:41:55.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:41:55.379 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589271 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997652 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:41:55.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:41:55.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@77807615] :2025-07-18 16:41:55.379 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:41:55.379 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:41:55.383 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:42:07.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:42:10.079 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:42:14.557 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:42:15.041 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:42:15.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:42:15.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:42:15.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:42:15.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:42:15.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:42:15.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:42:15.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:42:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:15.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:15.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:15.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:42:15.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:42:15.370 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:42:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:42:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:42:15.376 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589291 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997672 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:42:15.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:15.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@a67108c] :2025-07-18 16:42:15.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:15.376 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:18.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:42:18.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:42:29.229 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:42:35.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:42:35.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:42:35.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:42:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:42:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:42:35.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:42:35.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:42:35.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:35.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:35.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:42:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:42:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:42:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:42:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:42:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589311 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997692 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:42:35.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:35.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@48b1cc30] :2025-07-18 16:42:35.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:35.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:38.236 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:42:41.085 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:42:44.570 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:42:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:42:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:42:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:42:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:42:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:42:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:42:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:42:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:42:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:45.346 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:48.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:42:48.224 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:42:53.844 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:42:53.852 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:42:55.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:55.339 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:55.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:55.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:42:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:42:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:42:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:42:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:42:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589331 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997712 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:42:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@225f9583] :2025-07-18 16:42:55.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:55.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:56.677 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:43:03.899 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:43:05.785 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:43:06.539 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:43:07.186 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:43:14.612 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:43:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:43:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:43:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:43:15.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:43:15.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:43:15.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:43:15.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:43:15.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:43:15.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:15.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:43:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:43:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:43:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:43:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:43:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589351 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997732 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:43:15.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:43:15.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@24655b5a] :2025-07-18 16:43:15.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:43:15.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:43:18.225 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:43:18.225 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:43:28.639 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:43:31.610 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:43:33.121 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:43:35.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:43:35.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:35.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:35.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:35.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:35.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:43:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:43:35.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:35.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:43:35.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:43:35.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:43:35.377 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589371 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997752 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:43:35.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:43:35.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@29778366] :2025-07-18 16:43:35.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:43:35.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:43:44.639 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:43:48.227 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:43:48.227 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:43:53.845 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:43:53.854 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:43:55.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:43:55.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:43:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:43:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:43:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:43:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:43:55.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589391 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997772 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:43:55.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:43:55.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@54d53500] :2025-07-18 16:43:55.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:43:55.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:43:58.076 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:44:01.486 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:44:02.030 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:44:14.134 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:44:14.640 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:44:15.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:44:15.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:44:15.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:44:15.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:44:15.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:44:15.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:44:15.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:44:15.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:15.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:15.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:44:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:44:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:44:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:44:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:44:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589411 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997792 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:44:15.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:15.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78624c18] :2025-07-18 16:44:15.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:15.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:18.227 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:44:18.227 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:44:23.455 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:44:24.962 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:44:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:35.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:35.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:44:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:44:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:44:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:44:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:44:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589431 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997812 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:44:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c7df8cf] :2025-07-18 16:44:35.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:35.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:42.487 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:44:44.476 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:44:44.652 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:44:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:44:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:44:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:48.228 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:44:48.228 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:44:50.264 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:44:52.278 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:44:53.111 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:44:53.847 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:44:53.870 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:44:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:44:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:44:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:44:55.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:44:55.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:44:55.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:44:55.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:44:55.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:55.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:55.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:55.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:44:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:44:55.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:44:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:44:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:44:55.369 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589451 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997832 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:44:55.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:55.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@370c790a] :2025-07-18 16:44:55.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:55.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:04.750 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:45:07.840 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:45:13.393 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:45:14.720 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:45:15.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:45:15.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:45:15.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:45:15.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:45:15.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:45:15.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:45:15.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:45:15.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:45:15.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:15.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:15.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:15.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:15.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:45:15.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:15.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:45:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:45:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:45:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:45:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589471 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997852 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:45:15.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:45:15.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b79444c] :2025-07-18 16:45:15.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:45:15.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:18.229 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:45:18.229 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:45:35.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:45:35.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:45:35.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:45:35.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:45:35.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:45:35.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:45:35.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:45:35.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:45:35.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:35.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:35.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:45:35.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:45:35.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:45:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:45:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:45:35.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589491 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997872 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:45:35.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:45:35.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7586db68] :2025-07-18 16:45:35.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:45:35.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:41.110 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:45:42.491 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:45:44.736 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:45:48.229 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:45:48.229 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:45:53.849 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:45:53.857 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:45:55.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:45:55.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:55.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:55.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:45:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:45:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:45:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:45:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:45:55.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589511 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997892 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:45:55.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:45:55.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3befdf72] :2025-07-18 16:45:55.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:45:55.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:56.753 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:45:59.039 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:46:05.825 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:46:10.933 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:46:14.780 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:46:15.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:46:15.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:46:15.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:46:15.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:46:15.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:46:15.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:46:15.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:46:15.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:15.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:15.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:46:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:46:15.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:46:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:46:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:46:15.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589531 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997912 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:46:15.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:15.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@32762e73] :2025-07-18 16:46:15.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:15.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:18.231 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:46:18.231 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:46:21.078 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5 is alive :2025-07-18 16:46:23.167 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:46:35.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:46:35.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:46:35.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:46:35.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:46:35.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:46:35.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:46:35.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:46:35.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:35.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:35.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:35.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:35.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:46:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:46:35.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:46:35.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:46:35.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:46:35.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589551 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997932 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:46:35.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:35.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@18b6b7ce] :2025-07-18 16:46:35.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:35.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:35.602 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:46:37.367 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:46:40.861 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:46:44.066 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:46:44.787 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:46:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:48.232 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:46:48.232 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:46:49.547 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:46:53.850 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:46:53.861 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:46:55.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:55.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:55.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:55.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:55.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:55.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:46:55.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:46:55.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:46:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:46:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:46:55.351 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589571 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997952 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:46:55.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:55.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59134e5b] :2025-07-18 16:46:55.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:55.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:00.304 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:47:14.807 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:47:15.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:47:15.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:47:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:47:15.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:47:15.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:47:15.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:47:15.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:47:15.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:47:15.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:15.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:47:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:47:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:47:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:47:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:47:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589591 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997972 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:47:15.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:47:15.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@63806312] :2025-07-18 16:47:15.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:47:15.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:18.234 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:47:18.234 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:47:24.144 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:47:29.396 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:47:35.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:47:35.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:35.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:35.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:47:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:47:35.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:47:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:47:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:47:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589611 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997992 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:47:35.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:47:35.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6e4d4141] :2025-07-18 16:47:35.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:47:35.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:43.945 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:47:44.821 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:47:48.193 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:47:48.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:47:48.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:47:48.451 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5474d3f5: (connection has passed maxLifetime) :2025-07-18 16:47:48.452 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (d9237b30-e636-42d7-85b8-69603a6bd7da) :2025-07-18 16:47:48.507 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (d9237b30-e636-42d7-85b8-69603a6bd7da) :2025-07-18 16:47:48.507 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd :2025-07-18 16:47:51.485 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:47:53.851 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:47:53.858 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:47:55.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:47:55.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:47:55.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:47:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:47:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:47:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:47:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:47:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589631 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998012 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:47:55.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:47:55.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@303e0d7d] :2025-07-18 16:47:55.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:47:55.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:58.506 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:48:01.858 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:48:14.836 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:48:15.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:15.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:15.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:48:15.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:48:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:48:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:48:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:48:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589651 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998032 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:48:15.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:15.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@748154b5] :2025-07-18 16:48:15.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:15.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:16.972 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:48:18.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:48:18.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:48:20.296 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:48:22.457 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:48:24.176 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:48:35.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:48:35.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:48:35.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:48:35.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:48:35.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:48:35.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:48:35.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:48:35.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:35.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:35.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:48:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:48:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:48:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:48:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:48:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589671 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998052 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:48:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5ce892df] :2025-07-18 16:48:35.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:35.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:44.848 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:48:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:45.985 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:48:48.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:48:48.235 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:48:52.609 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:48:53.852 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:48:53.861 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:48:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:48:55.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:48:55.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:48:55.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:48:55.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:48:55.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:48:55.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:48:55.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:55.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:55.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:48:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:48:55.367 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:48:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:48:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:48:55.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589691 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998072 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:48:55.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:55.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f5b9189] :2025-07-18 16:48:55.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:55.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:07.179 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:49:14.905 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:49:15.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:49:15.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:15.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:15.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:15.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:49:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:49:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:49:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:49:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:49:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589711 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998092 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:49:15.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:15.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@581797ce] :2025-07-18 16:49:15.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:15.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:17.127 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:49:18.238 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:49:18.238 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:49:28.864 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:49:30.565 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:49:31.958 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd is alive :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:49:35.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:49:35.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:35.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:35.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:35.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:49:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:49:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:49:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:49:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:49:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589731 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998112 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:49:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@536781a3] :2025-07-18 16:49:35.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:35.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:40.551 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:49:44.873 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:49:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:46.039 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:49:46.209 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:49:48.238 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:49:48.238 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:49:53.085 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:49:53.853 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:49:53.866 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:49:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:49:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:49:55.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:49:55.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:49:55.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:49:55.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:49:55.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:49:55.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:55.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:55.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:55.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:49:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:49:55.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:49:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:49:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:49:55.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589751 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998132 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:49:55.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:55.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1834c0fe] :2025-07-18 16:49:55.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:55.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:56.528 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:50:07.548 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:50:12.722 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:50:14.915 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:50:15.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:50:15.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:50:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:15.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:15.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:15.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:50:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:50:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:50:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:50:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:50:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589771 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998152 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:50:15.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:50:15.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@85a4555] :2025-07-18 16:50:15.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:50:15.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:50:18.238 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:50:18.238 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:50:35.357 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:50:35.357 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:50:35.357 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:50:35.358 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:50:35.358 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:50:35.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:50:35.358 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:50:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:50:35.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:35.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:35.383 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:35.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:35.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:50:35.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:50:35.383 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:35.401 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:50:35.401 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:50:35.401 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:50:35.401 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589791 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998172 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:50:35.402 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:50:35.402 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@53299912] :2025-07-18 16:50:35.402 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:50:35.402 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:50:41.751 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:50:42.419 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:50:44.920 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:50:48.240 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:50:48.240 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:50:50.217 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:50:53.854 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:50:53.863 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:50:55.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:50:55.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:55.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:50:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:50:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:50:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:50:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:50:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589811 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998192 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:50:55.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:50:55.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2bf128b6] :2025-07-18 16:50:55.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:50:55.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:08.204 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:51:12.932 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:51:13.776 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:51:14.954 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:51:15.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:15.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:15.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:51:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:51:15.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:15.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:51:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:51:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:51:15.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589831 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998212 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:51:15.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:15.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@ae6635e] :2025-07-18 16:51:15.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:15.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:15.404 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd is alive :2025-07-18 16:51:18.241 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:51:18.241 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:51:19.242 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:51:29.195 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:51:32.490 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:51:32.758 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:51:35.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:51:35.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:51:35.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:51:35.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:51:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:51:35.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:51:35.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:51:35.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:35.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:35.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:51:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:51:35.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:51:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:51:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:51:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589851 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998232 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:51:35.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:35.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5fdce1be] :2025-07-18 16:51:35.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:35.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:40.933 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:51:44.954 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:51:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:48.241 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:51:48.241 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:51:52.640 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:51:53.856 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:51:53.864 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:51:55.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:55.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:55.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:55.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:51:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:51:55.354 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:51:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:51:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:51:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589871 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998252 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:51:55.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:55.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@345e109d] :2025-07-18 16:51:55.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:55.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:01.983 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:52:14.994 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:52:15.336 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:52:15.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:15.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:15.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:15.344 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:15.344 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:15.344 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:52:15.344 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:52:15.344 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:52:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:52:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:52:15.347 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589891 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998272 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:52:15.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:15.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@37684ecd] :2025-07-18 16:52:15.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:15.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:18.242 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:52:18.242 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:52:28.390 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:52:33.253 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950 is alive :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:52:35.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:52:35.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:35.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:35.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:35.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:52:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:52:35.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:52:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:52:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:52:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589911 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998292 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:52:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:35.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@364b3a4e] :2025-07-18 16:52:35.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:35.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:38.853 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:52:44.987 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:52:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:52:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:52:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:48.243 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:52:48.243 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:52:53.857 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:52:53.872 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:52:55.298 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:52:55.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:52:55.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:55.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:55.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:52:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:52:55.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:52:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:52:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:52:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589931 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998312 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:52:55.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:55.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@448716a9] :2025-07-18 16:52:55.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:55.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:57.146 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:52:57.933 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:52:58.686 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:52:58.850 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd is alive :2025-07-18 16:53:05.308 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@71967df2 is alive :2025-07-18 16:53:08.989 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:53:11.406 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1a9eb950: (connection has passed maxLifetime) :2025-07-18 16:53:11.407 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (2913af74-42f5-4945-a643-b1ebec2d57bc) :2025-07-18 16:53:11.476 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (2913af74-42f5-4945-a643-b1ebec2d57bc) :2025-07-18 16:53:11.476 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7541f00c :2025-07-18 16:53:15.002 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:53:15.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:53:15.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:15.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:53:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:53:15.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:53:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:53:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:53:15.368 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589951 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998332 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:53:15.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:53:15.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@73e5193e] :2025-07-18 16:53:15.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:53:15.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:53:18.244 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:53:18.244 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:53:24.470 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:53:35.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:53:35.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:53:35.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:35.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:53:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:53:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:53:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:53:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:53:35.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589971 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998352 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:53:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:53:35.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@72f848af] :2025-07-18 16:53:35.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:53:35.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:53:35.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:53:37.736 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:53:45.020 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:53:48.245 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:53:48.245 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:53:51.850 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:53:53.860 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:53:53.872 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:53:55.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:53:55.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:55.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:53:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:53:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:53:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:53:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:53:55.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589991 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998372 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:53:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:53:55.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@67c773d7] :2025-07-18 16:53:55.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:53:55.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:53:56.707 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@71967df2: (connection has passed maxLifetime) :2025-07-18 16:53:56.707 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (7b15c065-a589-46fb-b995-5512bcb57fb3) :2025-07-18 16:53:56.763 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (7b15c065-a589-46fb-b995-5512bcb57fb3) :2025-07-18 16:53:56.763 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@420c0080 :2025-07-18 16:54:15.050 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:54:15.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:54:15.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:54:15.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:54:15.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:54:15.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:54:15.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:54:15.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:54:15.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:15.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:15.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:54:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:54:15.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:54:15.364 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:54:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:54:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:54:15.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590011 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998392 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:54:15.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:15.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5ef193c9] :2025-07-18 16:54:15.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:15.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:18.246 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:54:18.246 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:54:35.289 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:54:35.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:54:35.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:54:35.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:54:35.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:54:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:54:35.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:54:35.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:54:35.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:35.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:35.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:54:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:54:35.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:54:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:54:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:54:35.358 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590031 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998412 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:54:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:35.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69c0c] :2025-07-18 16:54:35.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:35.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:36.622 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:54:37.665 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:54:39.928 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:54:42.295 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd is alive :2025-07-18 16:54:43.594 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:54:45.043 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:54:45.217 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:48.247 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:54:48.247 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:54:53.862 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:54:53.870 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:54:55.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:55.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:55.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:55.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:54:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:54:55.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:54:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:54:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:54:55.356 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590051 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998432 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:54:55.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:55.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@17996726] :2025-07-18 16:54:55.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:55.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:55:02.657 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7541f00c is alive :2025-07-18 16:55:09.809 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:55:15.076 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:55:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:55:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:55:15.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:55:15.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:55:15.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:55:15.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:55:15.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:55:15.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:55:15.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:15.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:15.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:15.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:55:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:55:15.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:55:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:55:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:55:15.361 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590071 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998452 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:55:15.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:55:15.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a4fa70a] :2025-07-18 16:55:15.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:55:15.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:55:18.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:55:18.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:55:22.827 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:55:30.380 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:55:34.499 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:55:35.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:55:35.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:55:35.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:55:35.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:55:35.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:55:35.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:55:35.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:55:35.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:55:35.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:35.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:55:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:55:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:35.364 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:55:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:55:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:55:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590091 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998472 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:55:35.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:55:35.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b793ca2] :2025-07-18 16:55:35.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:55:35.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:55:45.074 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:55:48.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:55:48.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:55:53.863 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:55:53.874 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:55:55.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:55:55.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:55:55.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:55:55.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:55:55.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:55:55.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:55:55.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:55:55.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:55:55.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:55.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:55.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:55.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:55.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:55:55.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:55:55.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:55:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:55:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:55:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590111 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998492 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:55:55.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:55:55.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@a52ad7f] :2025-07-18 16:55:55.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:55:55.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:55:56.204 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@420c0080 is alive :2025-07-18 16:56:03.932 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:56:15.103 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:56:15.314 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:56:15.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:56:15.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:56:15.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:56:15.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:56:15.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:56:15.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:56:15.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:56:15.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:15.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:15.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:15.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:15.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:56:15.349 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:56:15.350 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:56:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:56:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:56:15.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590131 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998512 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:56:15.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:15.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@57aa0764] :2025-07-18 16:56:15.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:15.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:18.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:56:18.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:56:20.032 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d is alive :2025-07-18 16:56:21.449 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:56:22.628 DEBUG HikariPool-1:connection-closer c.z.h.p.PoolBase: HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@3af05d3d: (connection has passed maxLifetime) :2025-07-18 16:56:22.628 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Attempting to create/setup new connection (4eb6807e-7773-4804-900a-6147512bbb27) :2025-07-18 16:56:22.675 DEBUG HikariPool-1:connection-adder c.z.h.p.PoolBase: HikariPool-1 - Established new connection (4eb6807e-7773-4804-900a-6147512bbb27) :2025-07-18 16:56:22.675 DEBUG HikariPool-1:connection-adder c.z.h.p.HikariPool: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@24ec9737 :2025-07-18 16:56:25.739 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd is alive :2025-07-18 16:56:28.499 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:56:31.723 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:56:32.713 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:56:35.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:35.338 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:35.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:35.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:35.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:56:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:56:35.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:35.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:56:35.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:56:35.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:56:35.391 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590151 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998532 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:56:35.391 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:35.391 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@752d0bd8] :2025-07-18 16:56:35.392 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:35.392 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:45.115 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:48.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:56:48.248 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:56:53.840 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7541f00c is alive :2025-07-18 16:56:53.864 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:56:53.872 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:56:55.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:56:55.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:56:55.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:56:55.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:56:55.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:56:55.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:56:55.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:56:55.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:55.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:55.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:56:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:56:55.362 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:56:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:56:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:56:55.366 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590171 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998552 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:56:55.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:55.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c75f65d] :2025-07-18 16:56:55.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:55.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:01.952 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:57:07.923 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@48817d87 is alive :2025-07-18 16:57:15.152 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:57:15.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:57:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:15.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:15.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:15.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:15.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:57:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:57:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:57:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:57:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:57:15.372 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590191 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998572 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:57:15.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:57:15.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f6dfbba] :2025-07-18 16:57:15.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:57:15.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:18.250 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:57:18.250 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:57:25.195 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6d4a39e7 is alive :2025-07-18 16:57:26.868 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:57:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:57:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:57:35.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:57:35.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:57:35.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:57:35.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:57:35.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:57:35.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:57:35.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:35.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:57:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:57:35.359 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:57:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:57:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:57:35.360 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590211 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998592 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:57:35.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:57:35.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42951493] :2025-07-18 16:57:35.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:57:35.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:45.172 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:57:48.250 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:57:48.250 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:57:51.900 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:57:53.865 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: MisfireHandler: scanning for misfires... :2025-07-18 16:57:53.876 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_MisfireHandler o.s.s.q.LocalDataSourceJobStore: Found 0 triggers that missed their scheduled fire-time. :2025-07-18 16:57:54.013 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76800f5d is alive :2025-07-18 16:57:55.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:57:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:57:55.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:57:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:57:55.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:57:55.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:57:55.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:57:55.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:57:55.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:55.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:55.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:55.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:55.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:57:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:57:55.353 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:57:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:57:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:57:55.357 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590231 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998612 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:57:55.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:57:55.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@267f0649] :2025-07-18 16:57:55.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:57:55.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:55.646 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@420c0080 is alive :2025-07-18 16:57:57.684 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@645d7a90 is alive :2025-07-18 16:58:09.184 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@13e4b2dd is alive :2025-07-18 16:58:13.404 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1f5b4d0e is alive :2025-07-18 16:58:14.182 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@24ec9737 is alive :2025-07-18 16:58:15.182 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:58:15.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:58:15.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:15.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:15.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:15.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:15.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:15.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:58:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:58:15.352 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:58:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:58:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:58:15.355 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590251 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998632 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:58:15.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:15.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69bcd1cf] :2025-07-18 16:58:15.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:15.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:18.251 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:58:18.251 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:58:19.130 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:58:28.168 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@256070ab is alive :2025-07-18 16:58:35.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:58:35.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/health :2025-07-18 16:58:35.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:58:35.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:58:35.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:58:35.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:58:35.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:58:35.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:35.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:35.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:58:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:58:35.363 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandEncoder: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:58:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Stack contains: 1 commands :2025-07-18 16:58:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:58:35.365 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x7759627b, /192.168.3.17:52066 -> /192.168.10.101:6379, epid=0x1, chid=0xd] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590271 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998652 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:58:35.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:35.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@57cefa97] :2025-07-18 16:58:35.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:35.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:42.897 DEBUG clusteredScheduler_QuartzSchedulerThread o.q.c.QuartzSchedulerThread: batch acquisition of 0 triggers :2025-07-18 16:58:45.023 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7541f00c is alive :2025-07-18 16:58:45.205 DEBUG QuartzScheduler_clusteredScheduler-DESKTOP-G2G0TOB1752817726960_ClusterManager o.s.s.q.LocalDataSourceJobStore: ClusterManager: Check-in complete. :2025-07-18 16:58:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:58:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@734e4744 for /actuator/info :2025-07-18 16:58:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:48.252 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:58:48.252 DEBUG HikariPool-1:housekeeper c.z.h.p.HikariPool: HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled.